feat: chat mode enhancements, turn status indicator, and composer state persistence - #90
Merged
Merged
Conversation
…te persistence - Chat modes: restricted modes can pin sub-agents and optionally keep sandbox code execution; the selected mode now persists per conversation instead of falling back to Standard on refresh or chat switch. - Turn status indicator: the wait before the first token shows a branded shimmer indicator instead of a premature empty tool-call card. - Composer state: thinking effort, queued message and quoted follow-up survive refresh, persisted per conversation. - Self-built tool docstrings slimmed; delivery-path notes consolidated into the tools' own documentation. - Dev-convention skill references updated to match the current code.
Luhaozhu
force-pushed
the
feat/chat-modes-kb-wiki
branch
from
August 14, 2026 06:59
caeb59b to
8cadd34
Compare
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
Chat mode enhancements
agent_ids) and optionally keep sandbox code execution enabled.Turn status indicator
TurnStatusIndicator) instead of a premature empty tool-call card, with gray-scale shimmer styling aligned to the existing tool-row indicators.Composer state persistence
Other
Testing
scripts/build_ce.pyfull gate suite passes on a clean checkout.Note: this PR includes the composer-state persistence change, so #91 is superseded by it.