taktiko 0.2.1 → 0.3.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 -2
- package/dist/cli.js +9330 -144
- package/dist/cli.js.map +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -66,8 +66,8 @@ environment variables if that file is absent.
|
|
|
66
66
|
|---|---|---|
|
|
67
67
|
| `TAKTIKO_SERVER` | — | Server base URL (fallback when no config file). |
|
|
68
68
|
| `TAKTIKO_DAEMON_TOKEN` | — | Daemon token (fallback when no config file). |
|
|
69
|
-
| `TAKTIKO_JOB_TIMEOUT_MS` | `
|
|
70
|
-
| `TAKTIKO_JOB_IDLE_MS` | `
|
|
69
|
+
| `TAKTIKO_JOB_TIMEOUT_MS` | `0` | Hard wall-clock cap per turn. `0` = no cap (default) — a long but active turn is never killed; the CLI reports its own errors and exits. |
|
|
70
|
+
| `TAKTIKO_JOB_IDLE_MS` | `600000` | Idle (no-output) cap — the hang detector that frees a wedged conversation. `0` disables it. |
|
|
71
71
|
| `TAKTIKO_MAX_CONCURRENT` | `20` | Max concurrent local CLI processes. |
|
|
72
72
|
|
|
73
73
|
## Safety
|