co-mono/packages
Tino Ehrich 0df48f6b33 feat: add visual thinking level indicator via border colors
The horizontal borders around the input editor now change color based on
the current thinking level, providing immediate visual feedback:

- off: gray (default)
- minimal: dim blue
- low: blue
- medium: cyan
- high: magenta

The more thinking, the brighter/more vibrant the color.

Changes:
- Add public borderColor property to Editor component (packages/tui)
- Use borderColor instead of hardcoded chalk.gray for borders
- Add getThinkingBorderColor() helper in TuiRenderer
- Add updateEditorBorderColor() to apply color changes
- Update border color when:
  - Cycling with Tab key
  - Selecting via /thinking command
  - Restoring session with thinking level set
2025-11-19 12:12:10 +01:00
..
agent Release v0.7.22 2025-11-19 01:50:45 +01:00
ai Release v0.7.22 2025-11-19 01:50:45 +01:00
coding-agent feat: add visual thinking level indicator via border colors 2025-11-19 12:12:10 +01:00
pods Release v0.7.22 2025-11-19 01:50:45 +01:00
proxy Release v0.7.22 2025-11-19 01:50:45 +01:00
tui feat: add visual thinking level indicator via border colors 2025-11-19 12:12:10 +01:00
web-ui Release v0.7.22 2025-11-19 01:50:45 +01:00
2025-11-12T17-07-17-324Z_9dc9b37e-bea5-47ca-b52e-7e5b0b90ea06.html Add --mode flag for CLI output control (text/json/rpc) 2025-11-12 20:33:31 +01:00
calculator.py Add --mode flag for CLI output control (text/json/rpc) 2025-11-12 20:33:31 +01:00
sample.txt Add --mode flag for CLI output control (text/json/rpc) 2025-11-12 20:33:31 +01:00
test.txt Add --mode flag for CLI output control (text/json/rpc) 2025-11-12 20:33:31 +01:00