Skip to content

Commit

Permalink
Release v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
LyuLumos committed Feb 18, 2024
1 parent 8e96a43 commit 66ab6bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ build/
**/__pycache__
info.sh
tests/test.py
tests/debug/*
claude.sh
*.txt
debug/
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,10 @@ Please execute it or not at your own discretion. I am not responsible for the co
- Refactor: Change the name of environment variable from `openai_key` to `tax_key`. And some options are also changed. Please check the help message for more details.
- Fix: Fix the bug of `--code` option when generating code to file.

### 0.1.10

- Feat: Add support for Google Gemini Pro for single chat.
- Feat: Add support for Google Gemini Pro Vision (Beta feature).
- Feat: Add support for stream mode of OpenAI.

</details>
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "terminal-agent-x"
version = "0.1.9"
version = "0.1.10"
authors = [
{ name="LyuLumos", email="[email protected]" },
]
Expand All @@ -23,6 +23,9 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dependencies = [
'psutil'
]

[project.scripts]
tax = "terminal_agent_x.tax:main"
Expand Down

0 comments on commit 66ab6bc

Please sign in to comment.