3.9.0 (2024-08-12)
3.8.0 (2024-08-05)
- ollama and perplexity with llama3.1-8B (8b448c0)
3.7.1 (2024-08-05)
- check for underflow during backticks trimming (issue: #152) (3510217)
- don't override already added secrets (issue: #188) (757c78f)
3.7.0 (2024-08-04)
- remember last chat without symlinks (#176) (df9adc2)
- copilot with gpt4-o (c782f9a)
- better state logging (63098a5)
- lazy load secrets (issue: #152) (4cea5ae)
- configurable default agents (#85, #148) (49d1986)
3.6.1 (2024-08-01)
- remove code remnant (4c2f1d4)
3.6.0 (2024-08-01)
3.5.1 (2024-07-31)
3.5.0 (2024-07-29)
- capture the preceding number for ChatRespond (#178) (14a37df)
- configurable sensitive logging to file (7794e8a)
- deprecate image_ conf vars in favor of nesting under image table (dcf116a)
- logger: sensitive flag (85a5f1c)
- reuse chat_confirm_delete shortcut in chat picker (919fdd4)
- truncating log file and GpInspectLog (bf38d16)
- rm obsolete api key validation (352b0c3)
3.4.1 (2024-07-26)
3.4.0 (2024-07-24)
3.3.0 (2024-07-23)
3.2.0 (2024-07-23)
- replace gpt3.5 agents with gpt-4o-mini (a062dbe)
3.1.0 (2024-07-23)
- add claude 3.5 sonnet among default agents (3409487)
- chat templates with {{tag}} syntax (5b5f944)
- configurable whisper endpoint (12cedc7)
- expose default_(chat|code)_system_prompt to user (56740e0)
- improve gp.cmd.ChatNew signature (f3664de)
- keep git repo name in template_render (2409cd5)
- picking specific agent via get_chat_agent/get_command_agent(name) (e1acbca)
- simplify Prompt function signature (272eee1)