fix(webui): turn timeline, live metrics, and disconnect awareness - #230
Merged
Conversation
…nner Partial assistant replies stay in arrival order with tools instead of concatenating into one parked bubble; reasoning is collapsed behind thinking. Usage frames carry inputTokens so ctx/cost update mid-turn. Composer / matches the palette. A dropped socket shows a sticky banner and one transcript notice instead of a silent lamp. Co-authored-by: Cursor <cursoragent@cursor.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
odek | d07bb2e | Commit Preview URL Branch Preview URL |
Sep 10 2026, 11:33 AM |
…nnect Slash complete only matches known command prefixes, so /Users/... is sent as a prompt instead of running the first palette row. A dropped socket clears approval and clarify cards without draining the prompt queue. Co-authored-by: Cursor <cursoragent@cursor.com>
The CSS-contract test requires every class used in JS to have a rule; without .partial and .stream-content, CI's go test job failed. Co-authored-by: Cursor <cursoragent@cursor.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.
Summary
usageframes (inputTokens) and streamed output, and keep the busy spinner moving./uses the same completions as ⌘K. A dropped WebSocket shows a sticky banner, amber reconnecting status, one transcript notice per outage, and a send toast — not a silent lamp.Test plan
done)/in the composer and run a palette item with Enter/Tabnode --test cmd/odek/ui/js/andgo test -count=1 ./cmd/odek/ -run TestUsageFrameMade with Cursor