@autonoma-ai/planner 0.1.26 → 0.1.27
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 -0
- package/dist/index.js +1805 -1720
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -242,6 +242,8 @@ would have.
|
|
|
242
242
|
| `AUTONOMA_SHARED_SECRET` | no | Per-application secret used to sign SDK/webhook requests. Injected by onboarding. |
|
|
243
243
|
| `AUTONOMA_DISTINCT_ID` | no | PostHog identity so CLI events join the signup funnel. Injected by onboarding. |
|
|
244
244
|
| `DONT_TRACK` | no | Set to `1`/`true` to disable all telemetry - events, log shipping and session replay. |
|
|
245
|
+
| `AUTONOMA_DEBUG` | no | Set to `1`/`true` to print diagnostic breadcrumbs to stderr, and to write a full JSONL transcript of the run to `~/.autonoma/debug/<run-id>.jsonl`. |
|
|
246
|
+
| `AUTONOMA_DEBUG_FILE` | no | Write that transcript to this path instead. Implies the transcript without the stderr noise; independent of `DONT_TRACK`, since it never leaves the machine. |
|
|
245
247
|
|
|
246
248
|
`AUTONOMA_API_TOKEN` + `AUTONOMA_GENERATION_ID` together enable automatic upload (the endpoint
|
|
247
249
|
defaults to production unless `AUTONOMA_API_URL` is set).
|