v1.0.219
✨ New: Claude Code CLI execution mode
Each Claude / Claude2 chat tab now has a second way to run: a Claude Code CLI mode alongside the existing Claude Agent SDK mode. Flip the toggle above the message list.
In CLI mode every message drives a real interactive claude session in a pseudo-terminal — it types your prompt into the live REPL, watches the session transcript to know when the turn is done, then exits. Both modes read and write the same session file, so you can switch per tab, mid-conversation, and the next turn just continues. One history, no split.
A small floating terminal in the corner shows the live, character-by-character output of the real session. It auto-expands while a turn runs, and if a turn ever gets stuck you can type directly into it to nudge things through by hand. Press ESC to interrupt — the session is reaped cleanly, no orphan processes.
Different invocation paths can be metered differently over time; pick whichever fits. More background on the blog: https://opencockpit.dev/en/blog/claude-code-cli-execution-mode/
✨ New: Search results scope toggle
The Explorer search panel gets a selected / all toggle next to the results title — show only matches in the file selected in the tree, or every match across the search. Defaults to "selected" and resets on each new search.
🌐 Site: "On this page" docs TOC
Every /docs page now renders an "On this page" table of contents in the right column (shown at xl+). Heading anchors and TOC links derive from one shared module, so links can't drift — and inline code / bold in a heading no longer breaks its anchor id.