@gencode/cli 0.8.8 → 0.8.9
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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @gencode/cli
|
|
2
2
|
|
|
3
|
+
## 0.8.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1a98921: Context-limit errors now fail normally instead of triggering automatic emergency compaction during the same `aimax run`. Operators will no longer receive emergency compaction progress events over stdout, callback, or websocket when a provider reports the prompt is too large; use `/compact`, reduce tool output, or start a new session before retrying long conversations.
|
|
8
|
+
- Updated dependencies [1a98921]
|
|
9
|
+
- @gencode/agents@0.10.8
|
|
10
|
+
|
|
3
11
|
## 0.8.8
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gencode/cli",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"aimax": "./dist/bin.js"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"commander": "^14.0.3",
|
|
24
24
|
"gensign-node": "latest",
|
|
25
25
|
"log4js": "^6.9.1",
|
|
26
|
-
"@gencode/agents": "0.10.
|
|
26
|
+
"@gencode/agents": "0.10.8",
|
|
27
27
|
"@gencode/shared": "0.2.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|