Skip to content

v1.0.235

Choose a tag to compare

@github-actions github-actions released this 03 Jul 14:03

🐛 Fix: mobile chat no longer renders half off-screen

Opening a chat on the /m mobile view could leave the page shifted half off-screen with a dead black right half — browser DevTools device emulation hit it every time. A scrollIntoView racing the page-slide animation injected a phantom horizontal scroll into the swipe track, and it never recovered. The track container is now overflow: clip — a clipped box cannot be scrolled at all — with a scroll-reset guard as backup. Separately, tablet-width viewports (768–809 px) no longer nest the mobile UI inside the desktop shell's project frame: the mobile redirect now applies only to the top-level window.

🐛 Fix: chat stream edge cases

Sending the same prompt repeatedly (say, "继续" three times in a row) could suppress a new turn's user bubble — or cut earlier identical messages from the transcript — because the live stream deduped by prompt text. It now dedups by turn identity and timestamps, so identical prompts are safe.

Jumping to a session from the scheduled-tasks, recent, or pinned panels now refreshes its messages even when the target tab is already active. Previously, messages appended by a scheduled run stayed invisible until you switched away and back.

🐛 Fix: notes

Drag-moving a todo (or bullet item) inside a note left an empty checkbox shell behind at the source. The drop now cleans up the emptied item — verified-empty only, so todos you intentionally left blank elsewhere are untouched.

🌐 Site: repositioned as an IDE-like workbench

README, npm, and opencockpit.dev now tell the same story: an IDE-like Claude Code workbench you self-host for a whole team. The homepage gained a three-way Compare section (vs the official Claude Code Desktop app, vs Opcode), and a new blog post — "Self-Host a Claude Code GUI for Your Whole Team" (en/zh) — walks through COCKPIT_HOST/--token, a systemd unit, and the trust model. The GUI-comparison post was refreshed to include the redesigned official Desktop app.