feat: rotate composer placeholder tips, add /quit alias - #172
Merged
Conversation
metadata on the server
queue UI
- Add session/queue push/list/update/remove/steer RPCs with 1-based
positions, queue/updated notifications, and editable pre-item
semantics
- Add composer-adjacent pending queue UI: focus, edit, reorder, steer,
and remove entries
- Remove legacy turn/steer, turn/queue/*, inputQueue/updated, and
steer/accepted paths; clients now use the canonical queue end to end
- Make busy-path queue push gate-free and add idle-only followup drain
so
enqueues no longer wedge behind title generation or manual
compaction
- Persist pending turn/steer entries in SQLite with stable positions
and
restore/degrade them on session resume; never drop unconsumed steers
- Extract shared compaction persistence helpers and unify manual/auto
compaction snapshot handling
- Fix subscription snapshots to read the in-memory queue with matching
1-based positions
- Add persistence resume, queue lifecycle, steer degradation, and
concurrent push integration tests
and rename AutoApprove to Yolo
alias
- Replace the fixed "Ask Devo" composer placeholder with a rotating
"Tip: ..." placeholder that reuses the status indicator working
tips,
keeps the current tip when restoring defaults, and schedules redraws
while animations are enabled
- Add /quit as a soft alias for /exit: parse it in FromStr, match it
in
command popup filtering and builtin prefix checks without listing it
as a separate built-in entry, and keep "exit" as the canonical
display
name with no misleading highlight span for alias-only hits
- Remember the submitted collaboration mode in the promoted mode queue
so
TurnStarted/TurnFinished still report the original mode if the
composer
mode changes while the turn is starting
- Fix reference popup test to expect the Skills command and align
picker/onboarding/permissions tests with the new placeholder and the
"Ask for approval" default label
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.
No description provided.