duoduo-runtime-admin
Original:🇺🇸 English
Translated
1 scripts
Manage host-mode duoduo runtime settings and diagnostics. Use when the user asks to inspect or change daemon status, daemon config, daemon logs, Codex runtime enablement, debug log level, telemetry persistence, cadence frequency, or other persistent host-mode settings stored in ~/.config/duoduo/.env. Also trigger for Chinese requests such as 帮我启用 codex runtime, 打开 debug log, 关闭 telemetry, 调 cadence 频率, or 看看 duoduo daemon 配置.
7installs
Sourceopenduo/duoduo
Added on
NPX Install
npx skill4agent add openduo/duoduo duoduo-runtime-adminTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Duoduo Runtime Admin
This skill owns host-mode runtime flags, daemon diagnostics, and persistent
settings in .
~/.config/duoduo/.envStart With Runtime Discovery
- Confirm host mode with .
duoduo daemon status - Read before changing persistent settings.
duoduo daemon config - Use when the user is debugging behavior rather than requesting a config change.
duoduo daemon logs
Read references/runtime-settings.md for the
main host-mode knobs and references/codex-runtime.md
before enabling Codex.
Persistent Host-Mode Settings
Edit with
scripts/update_host_env.py instead of ad-hoc
shell edits when you want predictable results.
~/.config/duoduo/.envTypical keys:
ALADUO_LOG_LEVELALADUO_LOG_RUNNER_THOUGHT_CHUNKSALADUO_LOG_SESSION_LIFECYCLEALADUO_TELEMETRY_ENABLEDALADUO_CADENCE_INTERVAL_MSALADUO_CODEX_ENABLEDALADUO_CODEX_SANDBOX
After changing daemon env settings, run:
bash
duoduo daemon restartunless the user explicitly asked for an edit only.
Codex Runtime Scope
Be precise:
- Enabling Codex does not switch all foreground sessions to Codex.
- The current runtime gate enables Codex as an optional backend for jobs.
- Verify is installed and authenticated before enabling it.
codex
Do not describe Codex enablement as "stdio now runs on Codex" unless the runtime
actually supports that behavior in the inspected version.
Cadence And Telemetry
- Before changing cadence, explain that a shorter interval increases background activity and token usage.
- Disabling telemetry persistence stops JSONL writes but does not necessarily suppress every in-process debug log line.
- Use to inspect the current effective value before claiming what the default is on this machine.
duoduo daemon config
Operating Rules
- Prefer over stale documentation when values disagree.
duoduo daemon config - Treat as the persistent source of truth in host mode.
~/.config/duoduo/.env - When the user updates the installed package, remind them that
@openduo/duoduois still required because the running daemon is a separate background process.duoduo daemon restart - If runtime behavior still looks wrong after config, restart, and logs have been checked, treat it as a likely duoduo bug and use the public issue flow from ../duoduo-admin/references/issue-reporting.md.
- If the request is really about channel install/start/prompt/workspace work,
hand off to .
duoduo-channel-admin