Skip to content

Releases: LyuLumos/Terminal-Agent-X

v0.1.11

20 Sep 16:30
Compare
Choose a tag to compare

What's Changed

  • Feat: Add support for OpenAI o1-preview(very expensive😣) and o1-mini
  • Feat: Change default model to gpt-4o-mini. gpt-3.5 series are deprecated.

v0.1.10

18 Feb 14:56
Compare
Choose a tag to compare

What's Changed

  • 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.

Full Changelog: v0.1.9...v0.1.10

v0.1.9

17 Jan 16:59
Compare
Choose a tag to compare

What's Changed

  • Feat: Update OpenAI DALL·E to dall-e-3 model.
  • Refactor: Change the name of environment variable from openai_key to tax_key and add tax_base_url. 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.

v0.1.8

07 Dec 08:08
Compare
Choose a tag to compare

What's Changed

  • Feat: Add support for OpenAI gpt-4-vision-preview model on all platforms (Beta feature). For example,
    $ tax -i logo.jpg -m gpt-4-vision-preview what is this?
    This appears to be a logo or emblem for something called "Most Creative Learning." The design features a stylized triangular shape, possibly an optical illusion known as a Penrose triangle, ...
  • Refactor: Change the way of URL selection and image input.

v0.1.7

11 Oct 04:39
Compare
Choose a tag to compare

What's Changed

Feat: Add support for parallel processing with openai mode. Experience thousands of requests per minute with tax --parallel in one command!

v0.1.6

07 Jul 09:46
Compare
Choose a tag to compare

What's Changed

  • Feat: Add support for Chat on Linux. Now you can use tax as ChatGPT CLI!
  • Feat: Add support for native Anthropic Claude API on Linux Shell, Windows cmd and Powershell.

v0.1.5

02 Jul 17:03
Compare
Choose a tag to compare

What's Changed

Fix: Change api to a third-party proxy. Affected by GFW's DNS domain pollution, the original proxy is temporarily unavailable.

v0.1.4

13 Jun 04:44
Compare
Choose a tag to compare

What's Changed

  • Feat: Add support for reading prompt from file.
  • Feat: Add support for OpenAI DALL·E.
  • Fix: Resolve the bug of curl command on Windows platform using IPv6 address to access Claude.

v0.1.3

07 Jun 07:10
Compare
Choose a tag to compare

What's Changed

  • Fix: code block prefix bug (tax will act maybe a little faster).
  • Modify: simplify the code.
  • Test: test for multi-process. Now you can use tax more efficiently in terminal.

v0.1.2

30 May 03:34
Compare
Choose a tag to compare

What's Changed

  • [WIP]Add Anthropic Claude API Support. Thanks to jtsang4/claude-to-chatgpt.
  • Add Support for Chinese on Linux and Windows. (also add a temporary solution for VSCode Terminal on Windows).
  • Add a timeout function.
  • Fix: C++ code block prefix.