@tdsoft-tech/aikit 0.1.11 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/cli.js +1389 -1352
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +11 -7
- package/dist/index.js +50 -1
- package/dist/index.js.map +1 -1
- package/dist/mcp-server.js +122 -1
- package/dist/mcp-server.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.12] - 2024-12-28
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- 🎯 **One-Shot as OpenCode Agent** - Now available via `<tab>` key switching
|
|
7
|
+
- Added `one-shot` to the 8 available agents
|
|
8
|
+
- Users can now tab-switch between: plan, planner, build, rush, review, scout, explore, vision, one-shot
|
|
9
|
+
- Full workflow documentation in agent description
|
|
10
|
+
- Delegates to all specialist agents as needed
|
|
11
|
+
|
|
3
12
|
## [0.1.11] - 2024-12-28
|
|
4
13
|
|
|
5
14
|
### Added
|