Skip to content

Releases: A3S-Lab/Code

v1.3.4

10 Mar 08:36

Choose a tag to compare

  • chore: bump version to 1.3.4
  • fix(python-sdk): bump version to 1.3.3 in pyproject.toml

v1.3.3

10 Mar 03:24

Choose a tag to compare

  • chore: bump version to 1.3.3
  • fix(python-sdk): remove unimplemented AHP harness code

v1.3.2

10 Mar 02:46

Choose a tag to compare

  • style: run cargo fmt to fix format check
  • fix: use a3s-ahp from crates.io instead of path dependency
  • chore: bump version to 1.3.2 and fix Python SDK dependencies

v1.3.1

10 Mar 00:55

Choose a tag to compare

  • chore: bump version to 1.3.1
  • fix(node-sdk): remove unimplemented AHP harness code

v1.3.0

09 Mar 16:52

Choose a tag to compare

  • chore: run cargo fmt
  • chore: bump version to 1.3.0
  • refactor: remove middleware and framework code, add agents_md examples
  • feat(sdk/node): add registerCommand support for custom slash commands
  • feat(middleware): add async middleware support + convert examples to TypeScript
  • refactor(examples): convert JavaScript examples to TypeScript
  • refactor(sdk): remove DI and decorators, keep Express-like middleware only
  • feat(sdk): add Express-like middleware system with napi-rs bindings
  • feat: implement TypeScript SDK Framework with DI and decorators
  • feat: implement Express/NestJS-inspired middleware system

v1.2.3

09 Mar 10:40

Choose a tag to compare

  • chore: run cargo fmt
  • chore: bump version to v1.2.3
  • feat: integrate AHP harness into SDK and core (v1.2.2)
  • fix: Add Python SDK bindings for SubAgentHandle.events()
  • Fix #5: Add sub-agent event streaming and fine-grained permissive control (#6)

v1.2.2

09 Mar 03:03

Choose a tag to compare

  • feat: add /loop slash command, cron scheduler, and SDK scheduled task APIs (v1.2.2)
  • feat: expose slash commands and cron scheduler API in Node.js and Python SDKs
  • feat: add /loop slash command with session-scoped cron scheduler
  • docs: add /mcp slash command to README command table
  • docs: update README for v1.2.1 — Orchestrator SDK examples, bindAgent, loadSkill, new examples
  • chore: add Node.js and Python SDK integration test examples

v1.2.0

07 Mar 07:39

Choose a tag to compare

  • fix: resolve clippy warnings (field_reassign_with_default, large_enum_variant, too_many_arguments)
  • fix(ci): update a3s-box-sdk version in setup-workspace.sh to 0.8
  • chore: remove cli, stale docs, and release notes
  • style: apply cargo fmt to orchestrator module
  • chore(release): bump version to 1.2.0
  • feat(orchestrator): add external lane dispatch with full SDK support

v1.0.3

05 Mar 09:00

Choose a tag to compare

  • chore(release): bump version to 1.0.3
  • feat: SubAgent permissive mode and event streaming (v1.0.3) (#3)

v1.0.2

04 Mar 12:03

Choose a tag to compare

  • style: cargo fmt
  • chore(release): bump version to 1.0.2
  • fix: security hardening, Windows path compat, and HCL env() support
  • feat(sdk): expose queue_metrics() in Node.js and Python SDKs
  • feat(sdk): expose memory tier APIs in Node.js and Python SDKs