co-mono/packages
Helmut Januschka 46047bc37e refactor: address PR feedback - merge setWidget, use KeyId for shortcuts
1. Merge setWidget and setWidgetComponent into single overloaded method
   - Accepts either string[] or component factory function
   - Uses single Map<string, Component> internally
   - String arrays wrapped in Container with Text components

2. Use KeyId type for registerShortcut instead of plain string
   - Import Key from @mariozechner/pi-tui
   - Update plan-mode example to use Key.shift('p')
   - Type-safe shortcut registration

3. Fix tool API docs
   - Both built-in and custom tools can be enabled/disabled
   - Removed incorrect 'custom tools always active' statement

4. Use matchesKey instead of matchShortcut (already done in rebase)
2026-01-04 09:29:48 +01:00
..
agent Add [Unreleased] section for next cycle 2026-01-04 01:08:11 +01:00
ai Add [Unreleased] section for next cycle 2026-01-04 01:08:11 +01:00
coding-agent refactor: address PR feedback - merge setWidget, use KeyId for shortcuts 2026-01-04 09:29:48 +01:00
mom Add [Unreleased] section for next cycle 2026-01-04 01:08:11 +01:00
pods Release v0.33.0 2026-01-04 01:07:24 +01:00
tui fix(tui): add legacy terminal support for shift+letter shortcuts 2026-01-04 09:29:47 +01:00
web-ui Add [Unreleased] section for next cycle 2026-01-04 01:08:11 +01:00