co-mono/packages/coding-agent/src
Mario Zechner 8ae236f956 Add /branch command for conversation branching (fixes #16)
- Add /branch slash command to create conversation branches
- New UserMessageSelectorComponent shows all user messages chronologically
- Selecting a message creates new session with messages before selection
- Selected message is placed in editor for modification/resubmission
- SessionManager.createBranchedSession() creates new session files
- Updated README.md and CHANGELOG.md with /branch documentation
2025-11-14 23:52:46 +01:00
..
tools Document npm run dev for watch mode development 2025-11-13 23:42:04 +01:00
tui Add /branch command for conversation branching (fixes #16) 2025-11-14 23:52:46 +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 Fix AGENTS.md support, changelog viewer, and session model storage 2025-11-13 21:56:58 +01:00
session-manager.ts Add /branch command for conversation branching (fixes #16) 2025-11-14 23:52:46 +01:00
settings-manager.ts Add settings manager, show changelog on startup if not shown yet. 2025-11-13 21:19:57 +01:00