co-mono/packages/coding-agent/src
Mario Zechner 79731249eb Context compaction: commands, auto-trigger, RPC support, /branch rework (fixes #92)
- Add compaction settings to Settings interface
- /compact [instructions]: manual compaction with optional focus
- /autocompact: toggle auto-compaction on/off
- Auto-compaction triggers after assistant message_end when threshold exceeded
- Footer shows (auto) when auto-compact is enabled
- RPC mode: {type: 'compact'} command emits CompactionEntry
- /branch now reads from session file to show ALL historical user messages
- createBranchedSessionFromEntries preserves compaction events
2025-12-04 00:25:53 +01:00
..
oauth feat(coding-agent): configurable app name and config dir for forks (#95) 2025-12-03 16:18:59 +01:00
theme feat(coding-agent): configurable app name and config dir for forks (#95) 2025-12-03 16:18:59 +01:00
tools feat(coding-agent): add read-only exploration tools (grep, find, ls) and --tools flag 2025-11-29 00:59:23 +01:00
tui Context compaction: commands, auto-trigger, RPC support, /branch rework (fixes #92) 2025-12-04 00:25:53 +01:00
changelog.ts feat(coding-agent): configurable app name and config dir for forks (#95) 2025-12-03 16:18:59 +01:00
cli.ts Suppress punycode deprecation warning from dependencies 2025-11-11 20:32:49 +01:00
compaction.ts WIP: Context compaction core logic (#92) 2025-12-04 00:07:53 +01:00
config.ts feat(coding-agent): configurable app name and config dir for forks (#95) 2025-12-03 16:18:59 +01:00
export-html.ts fix(coding-agent): use APP_NAME in export-html and tools-manager 2025-12-03 16:27:49 +01:00
index.ts Agent package + coding agent WIP, refactored web-ui prompts 2025-10-17 11:47:01 +02:00
main.ts Context compaction: commands, auto-trigger, RPC support, /branch rework (fixes #92) 2025-12-04 00:25:53 +01:00
model-config.ts feat(coding-agent): configurable app name and config dir for forks (#95) 2025-12-03 16:18:59 +01:00
session-manager.ts Context compaction: commands, auto-trigger, RPC support, /branch rework (fixes #92) 2025-12-04 00:25:53 +01:00
settings-manager.ts Context compaction: commands, auto-trigger, RPC support, /branch rework (fixes #92) 2025-12-04 00:25:53 +01:00
slash-commands.ts feat(coding-agent): configurable app name and config dir for forks (#95) 2025-12-03 16:18:59 +01:00
tools-manager.ts fix(coding-agent): use APP_NAME in export-html and tools-manager 2025-12-03 16:27:49 +01:00