Commit graph

12 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 Alho
85ee5f1adc
Update README with motivation and config setup removal
Added motivation section and removed setup instructions.
2026-01-13 20:14:54 +02:00
Leo Alho
a9a6f6c792
Update README to specify Klod is Go-based
Clarified the description of Klod to specify it is Go-based.
2026-01-13 18:22:35 +02:00
Leo Alho
853b57ed86
Fix escape character in README pronunciation 2026-01-13 13:59:39 +02:00
Leo Alho
19e77f7dc1
Update README to clarify pronunciation of Klod 2026-01-13 13:59:25 +02:00
Leo Alho
1b9e3b6347
Revise README formatting and content
Updated README to correct formatting, improve clarity, and remove examples.
2026-01-13 13:58:51 +02:00
Leo
e4965f9368 Update go mod module name 2026-01-13 13:57:13 +02:00
Leo
9fc42f9e3c Rename project to klod, remove duplicate answers 2026-01-13 11:49:29 +02:00
Leo
80002ea195 Prioritize global config over local .env file
Check ~/.config/prompt/config and ~/.prompt.env before .env in current
directory. This prevents issues when running prompt in project directories
that have their own .env files for other purposes.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-13 10:31:39 +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
Leo
69ad5c3ff3 Add model and system prompt variables 2025-11-16 09:58:41 +02:00
Leo
4f57a52163 Initial commit 2025-11-14 21:24:51 +02:00