@felan-ai/ext-background-bash 0.6.2 → 0.7.0
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ The same process surface is available to every selected model. Model-specific
|
|
|
29
29
|
policy belongs to the model-facing prompt/tool composition, not to process
|
|
30
30
|
ownership or runtime capability checks.
|
|
31
31
|
|
|
32
|
-
This release requires `@felan-ai/agent-core` `^0.
|
|
32
|
+
This release requires `@felan-ai/agent-core` `^0.8.0` because it uses the
|
|
33
33
|
runtime's explicit POSIX shell flavor.
|
|
34
34
|
|
|
35
35
|
## Tools and controls
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@felan-ai/ext-background-bash",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Runtime-portable detached Bash processes for Felan",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@earendil-works/pi-tui": "0.
|
|
28
|
+
"@earendil-works/pi-tui": "0.86.1",
|
|
29
29
|
"typebox": "1.1.38"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@felan-ai/agent-core": "^0.
|
|
32
|
+
"@felan-ai/agent-core": "^0.8.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@felan-ai/agent-core": "0.
|
|
35
|
+
"@felan-ai/agent-core": "0.8.0"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public",
|