Skip to content

feat(tui): queued prompt uses an up-arrow (↑) instead of ❯#226

Merged
edwin-zvs merged 1 commit into
mainfrom
tui-queued-uparrow
May 25, 2026
Merged

feat(tui): queued prompt uses an up-arrow (↑) instead of ❯#226
edwin-zvs merged 1 commit into
mainfrom
tui-queued-uparrow

Conversation

@edwin-zvs

Copy link
Copy Markdown
Contributor

In a zarvis session's editor pane, queued prompts were prefixed with a dim — the same glyph as the active input prompt, just dimmed, which made a queued message hard to distinguish from the live one.

Switch the queued-entry prefix to (still dim) so a pending/queued message reads distinctly. The active input prompt (cyan ) is unchanged.

  • crates/cli/src/ui.rs render_editor_pane: queued-line glyph (continuation rows still indent two spaces). Doc comments updated.
  • (U+2191) is width-1 like , so the prompt column alignment / prompt_w math is unchanged.

Cosmetic only; full agentd-cli suite (175) green.

🤖 Generated with Claude Code

In a zarvis session's editor pane, queued prompts were prefixed with a
dim ❯ — the same glyph as the active input prompt, just dimmed. Switch the
queued prefix to ↑ so a pending/queued message reads distinctly from the
live prompt. Active prompt (cyan ❯) is unchanged; ↑ is width-1 so the
prompt column alignment is unchanged.
@edwin-zvs
edwin-zvs merged commit 7c3addb into main May 25, 2026
1 check passed
@edwin-zvs
edwin-zvs deleted the tui-queued-uparrow branch May 25, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant