2025-12-02 11:00:55 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
2025-12-02 12:11:31 +00:00
|
|
|
## 2025-12-02 - 1.1.0 - feat(deno)
|
|
|
|
|
Add Deno tool and smartdeno integration; export and register DenoTool; update docs and tests
|
|
|
|
|
|
|
|
|
|
- Introduce DenoTool wrapper (ts/smartagent.tools.deno.ts) to run TypeScript/JavaScript in a sandboxed Deno environment with permission controls
|
|
|
|
|
- Add @push.rocks/smartdeno dependency to package.json
|
|
|
|
|
- Import and re-export smartdeno in ts/plugins.ts
|
|
|
|
|
- Export DenoTool and TDenoPermission from ts/index.ts
|
|
|
|
|
- Register DenoTool in DualAgentOrchestrator.registerStandardTools() so it's available as a standard tool
|
|
|
|
|
- Update README architecture diagram and docs to include Deno as a standard tool
|
|
|
|
|
- Add tests for DenoTool in test/test.ts (exports, instantiation, call summary, permission display)
|
|
|
|
|
|
2025-12-02 11:00:55 +00:00
|
|
|
## 2025-12-02 - 1.0.2 - fix(core)
|
|
|
|
|
Bump version to 1.0.2 (patch release)
|
|
|
|
|
|
|
|
|
|
- Patch release: no source changes detected in the working tree
|
|
|
|
|
- Prepare package for publish — version bump from 1.0.1 to 1.0.2
|
|
|
|
|
|
|
|
|
|
## 2025-12-02 - 1.0.1 - initial release
|
|
|
|
|
Initial commit: project scaffold and first release.
|
|
|
|
|
|
|
|
|
|
- Repository initialized with initial project structure and baseline files.
|
|
|
|
|
- Version set to 1.0.1.
|