Docs: fix Media & Sharing section drift after pin/media management - #811
Merged
Conversation
- Replace the nonexistent per-agent 'media count badge' claim with the real affordance: the media sidebar button in the terminal top bar and its unseen-count badge - Document pin update-in-place and the new dispatch_list_pins / dispatch_delete_pin removal flow (PR #808) - Correct unseen media marker wording (highlight + tab count, not a per-item badge) - Share file button lives at the top of the Media tab, not the sidebar Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Nightly docs audit — Media & Sharing deep dive (
next_focus), aligned with PR #808 (agent pin and media management).Audited the entire in-app Media & Sharing section against
media-sidebar.tsx,media-content.tsx, thedispatch_share/dispatch_list_media/dispatch_delete_mediaMCP handlers,media.tsroute (upload + injection),shared/media.ts(formats), andterminal-uploads.ts.Verified accurate (unchanged): supported formats, 32KB content cap,
updateparam, simulator capture, source filter values, 50-item media list, four sidebar tabs, drawer/pinned modes, mobile overlay, drag-drop/paste injection paths (clipboard for images,[File #N] pathfallback),Mod+Shift+>shortcut. #808 already documented the new tools in tools.tsx and README.Fixed drift in
docs-sections/media.tsx:dispatch_list_pins+dispatch_delete_pinremoval flow (thedispatch_pindeleteparam is now deprecated).Deferred: nothing new; next run → Repo Tools section audit.
🤖 Generated with Claude Code