docs: mark shipped features shipped (stop false-negative roadmap signals)#163
Merged
Conversation
…egative signals
An external gap analysis concluded multimodal / reactive-UI streaming / the
session model were "missing" — because the roadmap (and prd) still had them
as unchecked [ ] while the README + code say they shipped. The roadmap even
contradicted itself (line 78 [x] AgentSession.events shipped, lines 73/83 [ ]
"not done"). Fix the stale checkboxes so docs (and future AI/readers) get
accurate signals:
- Session model — [x] multi-turn AgentSession shipped (#1736); only automatic
compaction remains.
- Reactive event stream for UIs — [x] AgentSession.events Flow<AgentEvent>
(#1736) + agent.observe { } (#965) ship; only Pipeline-stage event types
remain.
- Multimodal input — [x] image/document (vision) shipped across Anthropic /
OpenAI / Ollama (#2466–#2470); audio/video + a Gemini provider remain.
Genuine [ ] gaps left untouched (accurate): Gemini provider, .spawn{}
sub-agent lifecycle, audio/video input. README was already accurate; only the
roadmap/prd checklists were stale.
Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Follow-up to the Perplexity gap-matrix review: it flagged multimodal, reactive-UI streaming, and the session model as missing — not because they are, but because the roadmap/prd checklists still had them as
[ ]while the README + code say they shipped. The roadmap even contradicted itself (L78[x] AgentSession.eventsshipped; L73/L83[ ]"not done"). Any AI (or human) weighing the unchecked boxes gets a false negative.Fixed (now
[x]+ a precise Remaining: note):AgentSessionshipped (#1736); only automatic compaction remains.AgentSession.events: Flow<AgentEvent>(#1736) +agent.observe { }(#965) ship; only Pipeline-stage event types remain.Left as genuine
[ ](accurate): Gemini provider,.spawn{}sub-agent lifecycle, audio/video input. The README was already accurate; onlydocs/roadmap.md+docs/prd.mdchecklists were stale.Docs-only.
🤖 Generated with Claude Code