Commit graph

3 commits

Author SHA1 Message Date
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