- 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>
5 lines
64 B
Modula-2
5 lines
64 B
Modula-2
module prompt
|
|
|
|
go 1.21
|
|
|
|
require github.com/joho/godotenv v1.5.1
|