@openduo/duoduo 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.
- package/README.md +1 -1
- package/dist/release/claude-cli.js +12829 -0
- package/dist/release/cli.js +210 -210
- package/dist/release/daemon.js +89 -89
- package/dist/release/feishu-gateway.js +33 -33
- package/dist/release/node_modules/react-devtools-core/index.js +1 -0
- package/dist/release/node_modules/react-devtools-core/package.json +8 -0
- package/dist/release/stdio.js +48 -48
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -473,7 +473,7 @@ ALADUO_LOG_LEVEL=debug # debug|info|warn|error
|
|
|
473
473
|
ALADUO_LOG_RUNNER_THOUGHT_CHUNKS=0 # default 0; set 1 to show runner thought_chunk debug logs
|
|
474
474
|
ALADUO_LOG_SESSION_LIFECYCLE=0 # default 0; set 1 to show session-manager/registry lifecycle debug logs
|
|
475
475
|
ACP_LOG_LEVEL=warn # ACP gateway log level (default: warn; stdio-safe)
|
|
476
|
-
ALADUO_CADENCE_INTERVAL_MS=
|
|
476
|
+
ALADUO_CADENCE_INTERVAL_MS=600000 # compose default dev+prod (runtime fallback in code: 300000)
|
|
477
477
|
ALADUO_RUNTIME_MODE=yolo # yolo|container (host mode uses yolo)
|
|
478
478
|
SYSTEM_PROMPT=... # daemon-level custom system prompt
|
|
479
479
|
APPEND_SYSTEM_PROMPT=... # append to Claude Code preset prompt
|