agent-devkit 0.3.4 → 0.5.6
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/README.md +4 -4
- package/dist/main.js +547 -148
- package/dist/main.js.map +1 -1
- package/package.json +2 -2
- package/src/assets/i18n/en-US.json +1 -1
- package/src/assets/i18n/fr-FR.json +1 -1
- package/src/assets/i18n/ja-JP.json +1 -1
- package/src/assets/i18n/pt-BR.json +1 -1
- package/src/assets/i18n/zh-CN.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Agent DevKit is a TypeScript/Node rewrite of the `agent-devkit` package.
|
|
4
4
|
|
|
5
5
|
The public npm package is `agent-devkit`; the canonical command is `agent`.
|
|
6
|
-
Version `0.3.
|
|
6
|
+
Version `0.3.5` starts a new implementation focused on a maintainable CLI/TUI
|
|
7
7
|
runtime while preserving the product direction from the legacy `0.3.x` line.
|
|
8
8
|
|
|
9
9
|
## Status
|
|
@@ -145,7 +145,7 @@ Rules:
|
|
|
145
145
|
## Distribution
|
|
146
146
|
|
|
147
147
|
The package is npm-first and publishes the `agent` binary from `dist/main.js`.
|
|
148
|
-
Standalone binaries are outside the initial `0.3.
|
|
148
|
+
Standalone binaries are outside the initial `0.3.5` scope.
|
|
149
149
|
|
|
150
150
|
Installing the npm package must not create runtime folders or project files.
|
|
151
151
|
State is created only when the user runs the tool:
|
|
@@ -187,8 +187,8 @@ agent reset --dry-run
|
|
|
187
187
|
agent reset --yes
|
|
188
188
|
agent reset -g --dry-run
|
|
189
189
|
agent update --latest --dry-run
|
|
190
|
-
agent update 0.3.
|
|
191
|
-
agent update 0.3.
|
|
190
|
+
agent update 0.3.5 --dry-run
|
|
191
|
+
agent update 0.3.5 --yes
|
|
192
192
|
agent preferences
|
|
193
193
|
agent preferences --json
|
|
194
194
|
agent preferences themes
|