Auto-advance question prompt like claude.ai
Make QuestionPromptBoxCard behave like claude.ai's question flow: - every question shows a Skip button (drop the skip/submit conditioning) - clicking an option marks it as the.
Make QuestionPromptBoxCard behave like claude.ai's question flow: - every question shows a Skip button (drop the skip/submit conditioning) - clicking an option marks it as the.
feat: redesign PromptMinimapRail (Codex-style) Rework the v45 copilot's prompt minimap into a Codex-style rail: - Dashes stay put on hover; a preview card appears to the LEFT of.
feat(sequence-modal): gate annotation on image media, always show agent switcher - Show the annotation toggle only when the previewed media is an image, and exit annotation mode.
Subagent steps render nested inside their agent_start row's single `data-chat-step-id` wrapper, so the DOM highlighter painted their text (attributed to the parent step) while.
feat: add signed-url download command for v45 support preview Support users viewing a session in the support preview are not members of the session's workspace, so the.
feat: enable asset downloads in v45 support preview Support users are not members of the session's workspace, so the workspace-scoped HTTP download endpoint denies them. In.
In the v45 crew chat, message timestamps rendered only in the viewer's local timezone, making it hard for support staff to line messages up with server-side logs. In support.
The Events Inspector derived buckets, filter options, search, counts, and the filtered-rows export from `devToolsStore.events`, which held only a single fetched page. Filters and.
import_one/4 cloned the source upload into a /sequences/<slug> asset via Assets.append but never called Assets.create_visible — unlike the sandbox, sequence, and element in the.
feat(isv256): add isv256 lipsync model on in-house avatars workers Wires isv256 into media-router as a first-class model. Same request contract and params as isv512c (POST.
feat(document-ingestion): parallelize PDF chunk processing with fail-fast Process the 30-page document-to-markdown chunks concurrently (max_concurrency 5) instead of.