Releases: A3S-Lab/Code
Releases · A3S-Lab/Code
v1.3.4
v1.3.3
- chore: bump version to 1.3.3
- fix(python-sdk): remove unimplemented AHP harness code
v1.3.2
- 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
- chore: bump version to 1.3.1
- fix(node-sdk): remove unimplemented AHP harness code
v1.3.0
- 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
v1.2.2
- 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
- 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
v1.0.2
- 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