Add a file explorer with prompt tagging and improve transcript readability - #12
Merged
DevMando merged 1 commit intoJul 21, 2026
Conversation
…y polish - Docked, resizable file explorer per chat tab (lazy-loaded tree, double-click opens files) - Tag files/folders into the prompt as @references: per-row @ button, drag & drop from the tree or Windows Explorer, and a drop-to-tag overlay over the transcript - Transcript: long pasted prompts clamp to ~8 lines with Show more/less; copy buttons and expand/collapse now also work in exported transcript HTML files
DevMando
deleted the
feature/file-explorer-prompt-tagging-and-transcript-polish
branch
July 21, 2026 07:46
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.
Summary
Adds a built-in file explorer to each chat tab, new point-and-click ways to reference project files in a prompt ("tagging"), and readability improvements to the chat transcript — including making saved transcript files fully interactive.
What's new
File explorer (per chat tab)
Tagging files into the prompt
Transcript readability
Why it matters
Referencing project files is core to how people use the app, and previously required typing @ paths by hand. This release makes it point-and-click and drag-and-drop, and cleans up the transcript for long working sessions and for sharing exported conversations.
Scope and risk
How to verify