co-mono/packages/coding-agent/src
Mario Zechner a0fa254107 feat: support file paths for --system-prompt option
- Check if --system-prompt argument is a valid file path
- Load file contents if it exists, otherwise use as literal text
- Works in both interactive and single-shot modes
- Project context and datetime still appended automatically
- Document in README with examples
2025-11-12 23:10:56 +01:00
..
tools Add session export to HTML, improve tool error handling, and enhance RPC mode documentation 2025-11-12 21:55:10 +01:00
tui feat: add /session command to show session info and stats 2025-11-12 22:29:55 +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: support file paths for --system-prompt option 2025-11-12 23:10:56 +01:00
session-manager.ts feat: defer session creation until first user+assistant message exchange 2025-11-12 22:06:02 +01:00