v2.0.0 release:
feat: added support for video and audio generation, as well as downloading generated image in full size
feat: added support for deep research
feat: added a CLI tool
feat: added support to fetch recent chat list
feat: dynamic model retrieving and account diagnostics
feat: now client can run without cookies
fix: use writable temp dir for cookie cache by default
fix: image to image output discovery
build: migrated from httpx to curl-cffi
Important: There could be incompatibility migrating from v1 due to the massive refactoring. Please check the latest README if met any problem during migration.
What's Changed
- build(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 by @dependabot[bot] in #278
- Migrate from httpx to curl-cffi by @luuquangvu in #244
- Retrieve dynamic models, language, and headers customized to match specific account settings or membership by @luuquangvu in #280
- fix: use writable temp dir for cookie cache by @onuraycicek in #273
- feat: deep research workflow, CLI tool by @michaelGuo1204, @Leechael in #282
New Contributors
- @onuraycicek made their first contribution in #273
- @michaelGuo1204, @Leechael made their first contribution in #282
Full Changelog: v1.21.0...v2.0.0