Skip to content

Commit

Permalink
Add screenshot, clean up changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Dec 8, 2024
1 parent e5f7577 commit 616ca77
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
27 changes: 14 additions & 13 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,48 @@

# 2024-12-08 - v0.8.0

- Add new sub-command `ocr` to extract text from images
- Add new sub-command `rename` to rename files based on their content
- Add sub-commands with a programming language as the prompt context
- Add new sub-command `changelog` to generate a changelog from git commits
- New sub-command `ocr` to extract text from images
- New sub-command `rename` to rename files based on their content
- Sub-commands with a programming language as the prompt context
- New sub-command `changelog` to generate a changelog from git commits
- Always use the latest versions of Anthropic's 3.5 models
- Update default Llama versions


## 2024-07-21 - v0.7.0

- Add flag `--json` to activate JSON output mode
- Add flag `--raw` to print the raw LLM response without any metadata
- Add more aliases for Anthropic, use new versions as default models
- CLI output: Show resolved model id instead of the used alias
- Add more aliases for OpenAI models
- Flag `--json` to activate JSON output mode
- Flag `--raw` to print the raw LLM response without any metadata
- More aliases for Anthropic, use new versions as default models
- CLI output shows resolved model id instead of the used alias
- More aliases for OpenAI models


## 2024-04-30 - v0.6.0

- Add support for all Groq and Ollama models
- Support for all Groq and Ollama models
- Groq Llama3 is the new default model
- List aliases in Ollama help text


## 2024-04-14 - v0.5.0

- Support adding text to the prompt via stdin
- Support local Ollama server
- Add examples to help output
- Examples to help output


## 2024-04-13 - v0.4.0

- Add support for Anthropic's Claude models
- Support for Anthropic's Claude models
- Support running several models at once with cai all
- Syntax highlight the output as markdown with
[bat](https://github.com/sharkdp/bat)


## 2024-03-31 - v0.3.0

- Add support for sub-commands to specify the API provider
- Support for sub-commands to specify the API provider
- Set up proper CLI args handling powered by [clap.rs](https://clap.rs/)


Expand Down
Binary file added demos/2024-12-08t1957.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ test: test-units update-readme
release:
@echo '1. Update ./changelog.md with `cai changelog <commit-hash>`'
@echo '2. Run `cargo release major / minor / patch`'
@echo '3. Announce release on https://x.com and https://bsky.app'
@echo '3. Create a new GitHub release at https://github.com/ad-si/cai/releases/new'
@echo '4. Announce release on https://x.com and https://bsky.app'


.PHONY: install
Expand Down

0 comments on commit 616ca77

Please sign in to comment.