Commit graph

2 commits

Author SHA1 Message Date
Leo Alho
63d4ad95d0
feat: Add logging
Add conversation logging with per-session files and visual separators

Implements optional conversation logging where each session creates its own timestamped log file. Also adds dynamic terminal-width separators between messages for better visual organization.
2026-01-14 15:14:30 +02:00
Leo
b7ecba9385 Add Go implementation with streaming responses and rename to prompt
- Implement streaming API responses for real-time text output
- Add multi-location config file support (.env, ~/.config/prompt/config, ~/.prompt.env)
- Rename project from anthropic-cli to prompt
- Add interactive conversation loop to bash script
- Create README with installation and usage instructions

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-13 10:22:27 +02:00