@felan-ai/ext-background-bash 0.4.6 → 0.5.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 +2 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -30,9 +30,8 @@ surface instead. Keeping eligibility here gives cloud and local consumers
|
|
|
30
30
|
identical behavior without duplicating model filters in their composition
|
|
31
31
|
roots.
|
|
32
32
|
|
|
33
|
-
This release requires `@felan-ai/agent-core` 0.
|
|
34
|
-
|
|
35
|
-
flavor.
|
|
33
|
+
This release requires `@felan-ai/agent-core` `^0.6.0` because it uses the
|
|
34
|
+
runtime's explicit POSIX shell flavor.
|
|
36
35
|
|
|
37
36
|
## Tools and controls
|
|
38
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@felan-ai/ext-background-bash",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.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.85.
|
|
28
|
+
"@earendil-works/pi-tui": "0.85.1",
|
|
29
29
|
"typebox": "1.1.38"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@felan-ai/agent-core": "^0.
|
|
32
|
+
"@felan-ai/agent-core": "^0.6.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@felan-ai/agent-core": "0.
|
|
35
|
+
"@felan-ai/agent-core": "0.6.0"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public",
|