Skip to content

Releases: AI45Lab/Code

v1.9.1

16 Apr 01:25

Choose a tag to compare

  • fix: align node SDK Cargo.toml version to 1.9.1
  • fix: align python-bootstrap version to 1.9.1
  • fix(sdk): handle all AgentEvent variants in stream output
  • feat(code): update LLM modules and agent
  • feat(code): add set_planning_mode to SessionManager
  • fix(code): update llm module

v1.8.5

09 Apr 07:23

Choose a tag to compare

  • fix: convert null tool args to empty object to prevent GenericFailure

v1.8.4

09 Apr 02:52

Choose a tag to compare

  • fix: prevent UTF-8 multibyte character boundary panic on string truncation

v1.8.2

07 Apr 17:06

Choose a tag to compare

  • release: bump bootstrap package version to 1.8.0

v1.8.1

07 Apr 16:35

Choose a tag to compare

  • release: bump SDK versions to 1.8.0

v1.8.0

07 Apr 16:11

Choose a tag to compare

  • release: bump version to 1.8.0
  • feat: add verification and review subagents, reorganize examples, fix credential leaks

v1.7.2

07 Apr 12:15

Choose a tag to compare

  • 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

26 Mar 11:18

Choose a tag to compare

  • 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

24 Mar 11:11

Choose a tag to compare

  • chore(release): sync sdk versions for v1.5.7
  • fix(core): avoid utf8 boundary panic in prompt truncation

v1.5.6

24 Mar 10:10

Choose a tag to compare

  • 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