@gencode/web 0.0.9 → 0.0.11
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 +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @gencode/web
|
|
2
2
|
|
|
3
|
+
## 0.0.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5661a10: Temporarily omit effective custom agents from agent prompts and the subagent spawn tool contract.
|
|
8
|
+
- b4687b0: Report subagent runs that return runner errors as failed instead of completed.
|
|
9
|
+
- 4325f90: Store spawned subagent sessions under their parent session using the spawn tool call id as the child session id.
|
|
10
|
+
- Updated dependencies [5661a10]
|
|
11
|
+
- Updated dependencies [b4687b0]
|
|
12
|
+
- Updated dependencies [4325f90]
|
|
13
|
+
- @gencode/console@0.0.25
|
|
14
|
+
|
|
3
15
|
## 0.0.9
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gencode/web",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"CHANGELOG.md"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@gencode/console": "0.0.
|
|
17
|
-
"@gencode/shared": "0.1.
|
|
16
|
+
"@gencode/console": "0.0.26",
|
|
17
|
+
"@gencode/shared": "0.1.2"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {},
|
|
20
20
|
"scripts": {
|