[PR #13423] fix(tui): move KV-persisted toggles from Session to System category #14659

Open
opened 2026-02-16 18:19:26 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/13423

State: open
Merged: No


What does this PR do?

Move four command palette items that persist via KV store and that last through changes in sessuin to the System category for consistency:

  • Show/Hide timestamps
  • Show/Hide thinking
  • Show/Hide tool details
  • Show/Hide header

These toggles persist across sessions, so they belong in System rather than Session group and should be available for use before a session has been started by sending a message.

Resolves #13418.

How did you verify your code works?

Manual A/B testing, bun typecheck, bun test.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/13423 **State:** open **Merged:** No --- ### What does this PR do? Move four command palette items that persist via KV store and that last through changes in sessuin to the System category for consistency: - Show/Hide timestamps - Show/Hide thinking - Show/Hide tool details - Show/Hide header These toggles persist across sessions, so they belong in System rather than Session group and should be available for use before a session has been started by sending a message. Resolves #13418. ### How did you verify your code works? Manual A/B testing, `bun typecheck`, `bun test`.
yindo added the pull-request label 2026-02-16 18:19:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14659