co-mono/packages/coding-agent/src
Tino Ehrich 5336843de8 fix: change thinking level cycling from Tab to Ctrl+T
Tab key was preventing file path autocomplete from working.
Changed to Ctrl+T to avoid conflict with Tab completion.

- Tab now works normally for file/path autocomplete
- Ctrl+T cycles through thinking levels
- Shows message if model doesn't support thinking
2025-11-19 12:12:23 +01:00
..
oauth feat(coding-agent): add OAuth authentication for Claude Pro/Max 2025-11-18 17:33:33 +01:00
tools Release v0.7.18 2025-11-18 22:08:44 +01:00
tui fix: change thinking level cycling from Tab to Ctrl+T 2025-11-19 12:12:23 +01:00
changelog.ts Add settings manager, show changelog on startup if not shown yet. 2025-11-13 21:19:57 +01:00
cli.ts Suppress punycode deprecation warning from dependencies 2025-11-11 20:32:49 +01:00
export-html.ts fix: add horizontal scroll to diffs in HTML export 2025-11-12 22:40:37 +01:00
index.ts Agent package + coding agent WIP, refactored web-ui prompts 2025-10-17 11:47:01 +02:00
main.ts feat(coding-agent): add OAuth authentication for Claude Pro/Max 2025-11-18 17:33:33 +01:00
model-config.ts feat(coding-agent): add OAuth authentication for Claude Pro/Max 2025-11-18 17:33:33 +01:00
session-manager.ts Add /branch command for conversation branching (fixes #16) 2025-11-14 23:52:46 +01:00
settings-manager.ts v0.7.12: Custom models/providers support via models.json 2025-11-16 22:56:24 +01:00