@humain/terminal 0.2.1 → 0.2.3

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.
@@ -90,6 +90,7 @@ These variables are read by HUMAIN Terminal itself:
90
90
  | `HTTP_PROXY`, `HTTPS_PROXY` | Proxy outbound HTTP requests |
91
91
  | `HUMAIN_TERMINAL_SUBAGENT_MAX_DEPTH` | Maximum nesting depth for the `subagent` tool. Default `1`, ceiling `3`. |
92
92
  | `HUMAIN_TERMINAL_SUBAGENT_MAX_CONCURRENCY` | Maximum children running at once in parallel mode. Default `4`, ceiling `8`. |
93
+ | `HUMAIN_TERMINAL_SUBAGENT_MAX_WORKTREES` | Maximum `isolation: "worktree"` children running at once in parallel mode; the rest queue behind the same concurrency cap. Default equals `HUMAIN_TERMINAL_SUBAGENT_MAX_CONCURRENCY`, ceiling `8`. |
93
94
  | `HUMAIN_TERMINAL_SUBAGENT_MAX_TASKS` | Maximum tasks accepted by one parallel call. Default `8`, ceiling `16`. |
94
95
  | `HUMAIN_TERMINAL_TASK_ID` | Set by the parent on each child: the child's stable task id. |
95
96
  | `HUMAIN_TERMINAL_PARENT_TASK_ID` | Set by the parent on each child: the spawning task id or tool call id. |
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@humain/terminal",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@humain/terminal",
9
- "version": "0.2.1",
9
+ "version": "0.2.3",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@humain/terminal-contracts": "0.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humain/terminal",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "humainTerminalConfig": {