Releases: AI45Lab/Code
Releases · AI45Lab/Code
v1.9.1
v1.8.5
- fix: convert null tool args to empty object to prevent GenericFailure
v1.8.4
- fix: prevent UTF-8 multibyte character boundary panic on string truncation
v1.8.2
- release: bump bootstrap package version to 1.8.0
v1.8.1
- release: bump SDK versions to 1.8.0
v1.8.0
- release: bump version to 1.8.0
- feat: add verification and review subagents, reorganize examples, fix credential leaks
v1.7.2
- fix: checkout repo before Python publish
- fix: tolerate duplicate npm publishes
- fix: tolerate duplicate crate publish
- fix: make release workflow idempotent
- feat: bootstrap Python SDK from GitHub Releases
- fix: publish only mainstream Python wheels
- fix: unblock Code v1.7.2 release
- fix: update Code release workflows for arm64-only macOS
- release: prepare v1.7.2
- release: prepare v1.7.1
- fix: prevent duplicate End events in planning mode
- fix: update pyproject.toml version to 1.7.0
- fix: remove auto-initialize from pyo3 for Python extension module
- fix: update Python SDK build config and fix task manager
- fix: use send_event instead of send_event_full for crates.io compatibility
- chore: skip tests in CI to speed up workflow
- fix: use flatten() instead of if let Ok in git.rs
v1.5.8
- fix(test): simplify windows env command expansion
- fix(test): use powershell env expansion on windows
- fix(test): make bash env test cross-platform
- fix(ci): resolve clippy and sdk version drift
- feat: enhance agent config, document parser, LLM, tools and SDKs
- Propagate host shell environment to tool commands
- Update user guidence (#16)
v1.5.7
- chore(release): sync sdk versions for v1.5.7
- fix(core): avoid utf8 boundary panic in prompt truncation
v1.5.6
- chore(release): bump a3s-code to v1.5.6
- chore(release): update lockfile for a3s-code-core v1.5.5
- fix(llm): set ZhipuClient provider_name to "zhipu" (model names are glm-*)
- refactor(llm): rename GlmClient to ZhipuClient and glm.rs to zhipu.rs
- feat(llm): add dedicated GlmClient for Zhipu AI