[PR #10683] fix: Make diff wrapping toggle always available in command_list and correct a type error (resolves #10682) #13524

Closed
opened 2026-02-16 18:18:22 -05:00 by yindo · 0 comments
Owner

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

State: closed
Merged: Yes


What does this PR do?

  • Move diff wrapping toggle from session-level to global app-level commands
  • Corrects a type error by replacing local diffWrapMode signal with kv.signal('diff_wrap_mode', 'word')
  • Follow pattern from issue #10497 fix for animations toggle
  • Toggle now accessible before sending first message

How did you verify your code works?

Manual testing and bun typecheck

Resolves #10682.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/10683 **State:** closed **Merged:** Yes --- ### What does this PR do? - Move diff wrapping toggle from session-level to global app-level commands - Corrects a type error by replacing local diffWrapMode signal with kv.signal('diff_wrap_mode', 'word') - Follow pattern from issue #10497 fix for animations toggle - Toggle now accessible before sending first message ### How did you verify your code works? Manual testing and `bun typecheck` Resolves #10682.
yindo added the pull-request label 2026-02-16 18:18:22 -05:00
yindo closed this issue 2026-02-16 18:18:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13524