feat(studio): threads and the markdown canvas - #981
Closed
jtenniswood wants to merge 1 commit into
Closed
Conversation
Reply-in-thread from any message: the reply indicator and action on bubbles (replies drop the redundant root quote), the in-file thread panel with its menu (tools toggle, open as full chat), thread-session filtering at the presentation seam (a thread session IS a real store row — only the sidebar list, keyboard order, and search hide it), convert-to-chat, and adoptSession over pre-minted thread sessions (source_session_id fork; daemon support pre-exists). lib/thread-map reaches its final exported state; the palette's thread rows go live. The markdown canvas panel lands with its 'artifact' side-panel arm; tiptap-markdown arrives with its only consumer, and package.json + the lockfile reach their final state. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack 16/21 — Studio: threads and the markdown canvas
adoptSession(pre-minted thread sessions viasource_session_idfork — daemon support pre-exists on main). Thread mapping is browser-local (lib/thread-map, landed tested in PR 6); the palette's thread rows go live.markdown-canvas-panel.tsx+ the'artifact'side-panel arm (tiptap-markdownlands here with its only consumer;package.json+ lockfile reach their final state). Honest note: at this stack point the canvas is load-bearing only for preview flows and PR 19's Labs tour — kept as the original branch has it.No daemon/fixture change; e2e untouched.
Demo at this stack point: reply in a thread, open the thread panel, convert a thread to a full chat.
Part of the stacked landing of #618.
🤖 Generated with Claude Code