@mono-agent/agent-app 0.20.11 → 0.21.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 +260 -98
- package/dist/adapter-send-tools.d.ts +3 -2
- package/dist/adapter-send-tools.d.ts.map +1 -1
- package/dist/adapter-send-tools.js +15 -5
- package/dist/adapter-send-tools.js.map +1 -1
- package/dist/app-controller-channels.d.ts +6 -0
- package/dist/app-controller-channels.d.ts.map +1 -1
- package/dist/app-controller-channels.js +29 -2
- package/dist/app-controller-channels.js.map +1 -1
- package/dist/app-controller-continuation.d.ts.map +1 -1
- package/dist/app-controller-continuation.js +2 -3
- package/dist/app-controller-continuation.js.map +1 -1
- package/dist/app-controller-lifecycle.d.ts +4 -0
- package/dist/app-controller-lifecycle.d.ts.map +1 -1
- package/dist/app-controller-lifecycle.js +7 -0
- package/dist/app-controller-lifecycle.js.map +1 -1
- package/dist/app-controller-maintenance.d.ts +3 -1
- package/dist/app-controller-maintenance.d.ts.map +1 -1
- package/dist/app-controller-maintenance.js +3 -0
- package/dist/app-controller-maintenance.js.map +1 -1
- package/dist/app-controller-monitors.d.ts +26 -0
- package/dist/app-controller-monitors.d.ts.map +1 -0
- package/dist/app-controller-monitors.js +127 -0
- package/dist/app-controller-monitors.js.map +1 -0
- package/dist/app-controller-responder.d.ts +9 -17
- package/dist/app-controller-responder.d.ts.map +1 -1
- package/dist/app-controller-responder.js +54 -86
- package/dist/app-controller-responder.js.map +1 -1
- package/dist/app-controller-traceability.d.ts.map +1 -1
- package/dist/app-controller-traceability.js +3 -0
- package/dist/app-controller-traceability.js.map +1 -1
- package/dist/app-controller-types.d.ts +1 -0
- package/dist/app-controller-types.d.ts.map +1 -1
- package/dist/app-controller-utils.d.ts +1 -5
- package/dist/app-controller-utils.d.ts.map +1 -1
- package/dist/app-controller-utils.js +4 -21
- package/dist/app-controller-utils.js.map +1 -1
- package/dist/app-controller.d.ts +26 -10
- package/dist/app-controller.d.ts.map +1 -1
- package/dist/app-controller.js +39 -1
- package/dist/app-controller.js.map +1 -1
- package/dist/artifact-retention.js +11 -0
- package/dist/artifact-retention.js.map +1 -1
- package/dist/background.d.ts +0 -6
- package/dist/background.d.ts.map +1 -1
- package/dist/background.js +5 -58
- package/dist/background.js.map +1 -1
- package/dist/channel-drivers/slack.d.ts.map +1 -1
- package/dist/channel-drivers/slack.js +18 -0
- package/dist/channel-drivers/slack.js.map +1 -1
- package/dist/channel-drivers/telegram.d.ts.map +1 -1
- package/dist/channel-drivers/telegram.js +26 -0
- package/dist/channel-drivers/telegram.js.map +1 -1
- package/dist/channel-drivers/tui.d.ts +68 -8
- package/dist/channel-drivers/tui.d.ts.map +1 -1
- package/dist/channel-drivers/tui.js +407 -89
- package/dist/channel-drivers/tui.js.map +1 -1
- package/dist/channel-runtime-controls.d.ts +2 -1
- package/dist/channel-runtime-controls.d.ts.map +1 -1
- package/dist/channel-runtime-controls.js +79 -22
- package/dist/channel-runtime-controls.js.map +1 -1
- package/dist/cli-args.d.ts +5 -8
- package/dist/cli-args.d.ts.map +1 -1
- package/dist/cli-args.js +33 -52
- package/dist/cli-args.js.map +1 -1
- package/dist/cli-background-command.d.ts.map +1 -1
- package/dist/cli-background-command.js +4 -0
- package/dist/cli-background-command.js.map +1 -1
- package/dist/cli-commands.d.ts.map +1 -1
- package/dist/cli-commands.js +24 -2
- package/dist/cli-commands.js.map +1 -1
- package/dist/cli-help.d.ts +26 -0
- package/dist/cli-help.d.ts.map +1 -1
- package/dist/cli-help.js +58 -53
- package/dist/cli-help.js.map +1 -1
- package/dist/cli-init-command.d.ts +1 -2
- package/dist/cli-init-command.d.ts.map +1 -1
- package/dist/cli-init-command.js +31 -71
- package/dist/cli-init-command.js.map +1 -1
- package/dist/cli-install-skill-command.d.ts.map +1 -1
- package/dist/cli-install-skill-command.js +12 -3
- package/dist/cli-install-skill-command.js.map +1 -1
- package/dist/config-reference.d.ts +1 -0
- package/dist/config-reference.d.ts.map +1 -1
- package/dist/config-reference.js +217 -60
- package/dist/config-reference.js.map +1 -1
- package/dist/configured-agent.d.ts +27 -4
- package/dist/configured-agent.d.ts.map +1 -1
- package/dist/configured-agent.js +159 -112
- package/dist/configured-agent.js.map +1 -1
- package/dist/conversation-title.d.ts.map +1 -1
- package/dist/conversation-title.js +9 -2
- package/dist/conversation-title.js.map +1 -1
- package/dist/cron-control-store.d.ts.map +1 -1
- package/dist/cron-control-store.js +4 -2
- package/dist/cron-control-store.js.map +1 -1
- package/dist/doctor.d.ts +7 -13
- package/dist/doctor.d.ts.map +1 -1
- package/dist/doctor.js +406 -770
- package/dist/doctor.js.map +1 -1
- package/dist/first-run-readiness.d.ts.map +1 -1
- package/dist/first-run-readiness.js +0 -6
- package/dist/first-run-readiness.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/interaction-bridge.d.ts +3 -3
- package/dist/interaction-bridge.d.ts.map +1 -1
- package/dist/interaction-bridge.js +27 -10
- package/dist/interaction-bridge.js.map +1 -1
- package/dist/launchd.d.ts +2 -0
- package/dist/launchd.d.ts.map +1 -1
- package/dist/launchd.js +3 -0
- package/dist/launchd.js.map +1 -1
- package/dist/local-tui-session.d.ts +14 -0
- package/dist/local-tui-session.d.ts.map +1 -0
- package/dist/local-tui-session.js +100 -0
- package/dist/local-tui-session.js.map +1 -0
- package/dist/mcp-apps.d.ts.map +1 -1
- package/dist/mcp-apps.js +3 -0
- package/dist/mcp-apps.js.map +1 -1
- package/dist/memory-journal.d.ts +53 -0
- package/dist/memory-journal.d.ts.map +1 -0
- package/dist/memory-journal.js +586 -0
- package/dist/memory-journal.js.map +1 -0
- package/dist/memory-recall.d.ts.map +1 -1
- package/dist/memory-recall.js +16 -2
- package/dist/memory-recall.js.map +1 -1
- package/dist/memory-remember.d.ts +49 -0
- package/dist/memory-remember.d.ts.map +1 -0
- package/dist/memory-remember.js +190 -0
- package/dist/memory-remember.js.map +1 -0
- package/dist/memory-retrieval.d.ts +33 -0
- package/dist/memory-retrieval.d.ts.map +1 -1
- package/dist/memory-retrieval.js +43 -0
- package/dist/memory-retrieval.js.map +1 -1
- package/dist/model-effort-capabilities.d.ts +8 -9
- package/dist/model-effort-capabilities.d.ts.map +1 -1
- package/dist/model-effort-capabilities.js +17 -35
- package/dist/model-effort-capabilities.js.map +1 -1
- package/dist/modules/base.d.ts +3 -4
- package/dist/modules/base.d.ts.map +1 -1
- package/dist/modules/base.js +4 -6
- package/dist/modules/base.js.map +1 -1
- package/dist/modules/catalog.d.ts.map +1 -1
- package/dist/modules/catalog.js +11 -9
- package/dist/modules/catalog.js.map +1 -1
- package/dist/modules/known-tools.d.ts +2 -2
- package/dist/modules/known-tools.d.ts.map +1 -1
- package/dist/modules/known-tools.js +7 -0
- package/dist/modules/known-tools.js.map +1 -1
- package/dist/monitor-channel-routing.d.ts +20 -0
- package/dist/monitor-channel-routing.d.ts.map +1 -0
- package/dist/monitor-channel-routing.js +73 -0
- package/dist/monitor-channel-routing.js.map +1 -0
- package/dist/monitors-command.d.ts +23 -0
- package/dist/monitors-command.d.ts.map +1 -0
- package/dist/monitors-command.js +217 -0
- package/dist/monitors-command.js.map +1 -0
- package/dist/monitors-config.d.ts +77 -0
- package/dist/monitors-config.d.ts.map +1 -0
- package/dist/monitors-config.js +150 -0
- package/dist/monitors-config.js.map +1 -0
- package/dist/monitors-context.d.ts +58 -0
- package/dist/monitors-context.d.ts.map +1 -0
- package/dist/monitors-context.js +194 -0
- package/dist/monitors-context.js.map +1 -0
- package/dist/monitors-runtime.d.ts +36 -0
- package/dist/monitors-runtime.d.ts.map +1 -0
- package/dist/monitors-runtime.js +103 -0
- package/dist/monitors-runtime.js.map +1 -0
- package/dist/monitors-service.d.ts +71 -0
- package/dist/monitors-service.d.ts.map +1 -0
- package/dist/monitors-service.js +1796 -0
- package/dist/monitors-service.js.map +1 -0
- package/dist/monitors-store.d.ts +93 -0
- package/dist/monitors-store.d.ts.map +1 -0
- package/dist/monitors-store.js +313 -0
- package/dist/monitors-store.js.map +1 -0
- package/dist/notify-destinations.d.ts +3 -2
- package/dist/notify-destinations.d.ts.map +1 -1
- package/dist/notify-destinations.js +6 -7
- package/dist/notify-destinations.js.map +1 -1
- package/dist/posted-reply-history.d.ts.map +1 -1
- package/dist/posted-reply-history.js +40 -3
- package/dist/posted-reply-history.js.map +1 -1
- package/dist/proactive-notify.d.ts +20 -1
- package/dist/proactive-notify.d.ts.map +1 -1
- package/dist/proactive-notify.js +56 -3
- package/dist/proactive-notify.js.map +1 -1
- package/dist/process-job-channel-routing.js +2 -1
- package/dist/process-job-channel-routing.js.map +1 -1
- package/dist/process-job-output-tail.d.ts +53 -0
- package/dist/process-job-output-tail.d.ts.map +1 -0
- package/dist/process-job-output-tail.js +257 -0
- package/dist/process-job-output-tail.js.map +1 -0
- package/dist/process-jobs-config.d.ts +1 -1
- package/dist/process-jobs-config.js +1 -1
- package/dist/process-jobs-config.js.map +1 -1
- package/dist/process-jobs-context.d.ts +11 -1
- package/dist/process-jobs-context.d.ts.map +1 -1
- package/dist/process-jobs-context.js +55 -11
- package/dist/process-jobs-context.js.map +1 -1
- package/dist/process-jobs-protection.js +1 -1
- package/dist/process-jobs-protection.js.map +1 -1
- package/dist/process-jobs-runtime.d.ts.map +1 -1
- package/dist/process-jobs-runtime.js +15 -12
- package/dist/process-jobs-runtime.js.map +1 -1
- package/dist/process-jobs-service.d.ts.map +1 -1
- package/dist/process-jobs-service.js +118 -172
- package/dist/process-jobs-service.js.map +1 -1
- package/dist/process-jobs-store.d.ts +3 -1
- package/dist/process-jobs-store.d.ts.map +1 -1
- package/dist/process-jobs-store.js +4 -1
- package/dist/process-jobs-store.js.map +1 -1
- package/dist/process-output-redaction.d.ts +58 -0
- package/dist/process-output-redaction.d.ts.map +1 -0
- package/dist/process-output-redaction.js +311 -0
- package/dist/process-output-redaction.js.map +1 -0
- package/dist/project-skills.d.ts +11 -5
- package/dist/project-skills.d.ts.map +1 -1
- package/dist/project-skills.js +88 -39
- package/dist/project-skills.js.map +1 -1
- package/dist/provider-auth-checks.d.ts +27 -0
- package/dist/provider-auth-checks.d.ts.map +1 -0
- package/dist/provider-auth-checks.js +349 -0
- package/dist/provider-auth-checks.js.map +1 -0
- package/dist/provider-auth-observations.d.ts +22 -0
- package/dist/provider-auth-observations.d.ts.map +1 -0
- package/dist/provider-auth-observations.js +139 -0
- package/dist/provider-auth-observations.js.map +1 -0
- package/dist/provider-auth-operator.d.ts +19 -0
- package/dist/provider-auth-operator.d.ts.map +1 -0
- package/dist/provider-auth-operator.js +560 -0
- package/dist/provider-auth-operator.js.map +1 -0
- package/dist/provider-auth-status.d.ts +20 -0
- package/dist/provider-auth-status.d.ts.map +1 -0
- package/dist/provider-auth-status.js +235 -0
- package/dist/provider-auth-status.js.map +1 -0
- package/dist/provider-model-catalog.d.ts +95 -0
- package/dist/provider-model-catalog.d.ts.map +1 -0
- package/dist/provider-model-catalog.js +550 -0
- package/dist/provider-model-catalog.js.map +1 -0
- package/dist/provider-setup.d.ts +26 -13
- package/dist/provider-setup.d.ts.map +1 -1
- package/dist/provider-setup.js +106 -130
- package/dist/provider-setup.js.map +1 -1
- package/dist/readiness-probe-worker.d.ts +1 -2
- package/dist/readiness-probe-worker.d.ts.map +1 -1
- package/dist/readiness-probe-worker.js +3 -8
- package/dist/readiness-probe-worker.js.map +1 -1
- package/dist/readiness-probe.d.ts +1 -1
- package/dist/readiness-probe.d.ts.map +1 -1
- package/dist/readiness-probe.js +3 -33
- package/dist/readiness-probe.js.map +1 -1
- package/dist/reply-artifacts.d.ts +3 -1
- package/dist/reply-artifacts.d.ts.map +1 -1
- package/dist/reply-artifacts.js +45 -10
- package/dist/reply-artifacts.js.map +1 -1
- package/dist/request-model-override.d.ts +14 -37
- package/dist/request-model-override.d.ts.map +1 -1
- package/dist/request-model-override.js +105 -143
- package/dist/request-model-override.js.map +1 -1
- package/dist/request-scoped-mcp.d.ts +3 -0
- package/dist/request-scoped-mcp.d.ts.map +1 -1
- package/dist/request-scoped-mcp.js +1 -1
- package/dist/request-scoped-mcp.js.map +1 -1
- package/dist/run-history.d.ts.map +1 -1
- package/dist/run-history.js +56 -13
- package/dist/run-history.js.map +1 -1
- package/dist/runtime-option-extensions.d.ts +2 -4
- package/dist/runtime-option-extensions.d.ts.map +1 -1
- package/dist/runtime-option-extensions.js +4 -8
- package/dist/runtime-option-extensions.js.map +1 -1
- package/dist/runtime-routes.d.ts +5 -5
- package/dist/runtime-routes.d.ts.map +1 -1
- package/dist/runtime-routes.js +29 -18
- package/dist/runtime-routes.js.map +1 -1
- package/dist/sandbox-settings-cleanup.d.ts +15 -0
- package/dist/sandbox-settings-cleanup.d.ts.map +1 -0
- package/dist/sandbox-settings-cleanup.js +88 -0
- package/dist/sandbox-settings-cleanup.js.map +1 -0
- package/dist/seen-conversations.d.ts +4 -3
- package/dist/seen-conversations.d.ts.map +1 -1
- package/dist/seen-conversations.js +6 -5
- package/dist/seen-conversations.js.map +1 -1
- package/dist/session-history.d.ts +14 -0
- package/dist/session-history.d.ts.map +1 -1
- package/dist/session-history.js +120 -5
- package/dist/session-history.js.map +1 -1
- package/dist/systemd-command.d.ts +8 -0
- package/dist/systemd-command.d.ts.map +1 -0
- package/dist/systemd-command.js +206 -0
- package/dist/systemd-command.js.map +1 -0
- package/dist/systemd.d.ts +51 -0
- package/dist/systemd.d.ts.map +1 -0
- package/dist/systemd.js +299 -0
- package/dist/systemd.js.map +1 -0
- package/dist/tool-output-artifacts.d.ts +4 -0
- package/dist/tool-output-artifacts.d.ts.map +1 -0
- package/dist/tool-output-artifacts.js +17 -0
- package/dist/tool-output-artifacts.js.map +1 -0
- package/dist/trigger-overrides.d.ts +6 -0
- package/dist/trigger-overrides.d.ts.map +1 -1
- package/dist/trigger-overrides.js +36 -4
- package/dist/trigger-overrides.js.map +1 -1
- package/dist/tui-command.d.ts +0 -45
- package/dist/tui-command.d.ts.map +1 -1
- package/dist/tui-command.js +27 -264
- package/dist/tui-command.js.map +1 -1
- package/dist/untrusted-text.d.ts +36 -0
- package/dist/untrusted-text.d.ts.map +1 -0
- package/dist/untrusted-text.js +150 -0
- package/dist/untrusted-text.js.map +1 -0
- package/dist/web-command.d.ts +3 -0
- package/dist/web-command.d.ts.map +1 -1
- package/dist/web-command.js +112 -7
- package/dist/web-command.js.map +1 -1
- package/dist/web-request-coordinator.d.ts +19 -0
- package/dist/web-request-coordinator.d.ts.map +1 -0
- package/dist/web-request-coordinator.js +242 -0
- package/dist/web-request-coordinator.js.map +1 -0
- package/dist/wizard/answers.d.ts +3 -9
- package/dist/wizard/answers.d.ts.map +1 -1
- package/dist/wizard/answers.js +11 -36
- package/dist/wizard/answers.js.map +1 -1
- package/dist/wizard/from-flags.d.ts +1 -2
- package/dist/wizard/from-flags.d.ts.map +1 -1
- package/dist/wizard/from-flags.js +8 -3
- package/dist/wizard/from-flags.js.map +1 -1
- package/dist/wizard/model-discovery.d.ts +7 -8
- package/dist/wizard/model-discovery.d.ts.map +1 -1
- package/dist/wizard/model-discovery.js +58 -431
- package/dist/wizard/model-discovery.js.map +1 -1
- package/dist/wizard/presets.js +2 -2
- package/dist/wizard/presets.js.map +1 -1
- package/dist/wizard/prompts.d.ts +13 -12
- package/dist/wizard/prompts.d.ts.map +1 -1
- package/dist/wizard/prompts.js +25 -45
- package/dist/wizard/prompts.js.map +1 -1
- package/dist/wizard/run.d.ts.map +1 -1
- package/dist/wizard/run.js +30 -153
- package/dist/wizard/run.js.map +1 -1
- package/package.json +18 -18
- package/schema/mono-agent.config.schema.json +301 -53
- package/skills/mono-agent-composer/SKILL.md +5 -5
- package/skills/mono-agent-composer/references/config-blueprint.md +61 -47
- package/skills/mono-agent-composer/references/discovery-questions.md +18 -18
- package/skills/mono-agent-composer/references/feature-coverage.md +39 -21
- package/skills/mono-agent-composer/references/package-map.md +26 -17
- package/skills/mono-agent-composer/references/playbooks.md +39 -28
- package/skills/mono-agent-composer/references/validation.md +4 -3
- package/dist/codex-model-catalog.d.ts +0 -15
- package/dist/codex-model-catalog.d.ts.map +0 -1
- package/dist/codex-model-catalog.js +0 -220
- package/dist/codex-model-catalog.js.map +0 -1
- package/dist/configuration-proposal-main.d.ts +0 -3
- package/dist/configuration-proposal-main.d.ts.map +0 -1
- package/dist/configuration-proposal-main.js +0 -13
- package/dist/configuration-proposal-main.js.map +0 -1
- package/dist/configuration-proposal-tool.d.ts +0 -33
- package/dist/configuration-proposal-tool.d.ts.map +0 -1
- package/dist/configuration-proposal-tool.js +0 -188
- package/dist/configuration-proposal-tool.js.map +0 -1
- package/dist/local-configuration.d.ts +0 -99
- package/dist/local-configuration.d.ts.map +0 -1
- package/dist/local-configuration.js +0 -1330
- package/dist/local-configuration.js.map +0 -1
|
@@ -35,32 +35,19 @@
|
|
|
35
35
|
"model": {
|
|
36
36
|
"description": "Configures model for the runtime section.",
|
|
37
37
|
"examples": [
|
|
38
|
-
"codex:gpt-5.6-terra"
|
|
38
|
+
"openai-codex:gpt-5.6-terra"
|
|
39
39
|
],
|
|
40
40
|
"type": "string"
|
|
41
41
|
},
|
|
42
|
-
"fallbackModels": {
|
|
43
|
-
"description": "Legacy fallback list whose routes inherit runtime.effort. Prefer runtime.fallbacks for new configs.",
|
|
44
|
-
"examples": [
|
|
45
|
-
[
|
|
46
|
-
"pi:ollama:gemma4:31b"
|
|
47
|
-
]
|
|
48
|
-
],
|
|
49
|
-
"type": "array",
|
|
50
|
-
"items": {
|
|
51
|
-
"type": "string"
|
|
52
|
-
},
|
|
53
|
-
"default": []
|
|
54
|
-
},
|
|
55
42
|
"fallbacks": {
|
|
56
43
|
"description": "Canonical ordered fallback routes. Omitted per-route effort means that provider's default.",
|
|
57
44
|
"examples": [
|
|
58
45
|
[
|
|
59
46
|
{
|
|
60
|
-
"model": "codex:gpt-5.6-sol"
|
|
47
|
+
"model": "openai-codex:gpt-5.6-sol"
|
|
61
48
|
},
|
|
62
49
|
{
|
|
63
|
-
"model": "
|
|
50
|
+
"model": "anthropic:claude-sonnet-4-6",
|
|
64
51
|
"effort": "high"
|
|
65
52
|
}
|
|
66
53
|
]
|
|
@@ -135,28 +122,8 @@
|
|
|
135
122
|
}
|
|
136
123
|
}
|
|
137
124
|
},
|
|
138
|
-
"routeSafety": {
|
|
139
|
-
"description": "Uniform preserves one shared safety contract; per-route-native uses and reports each provider's explicit contract.",
|
|
140
|
-
"examples": [
|
|
141
|
-
"per-route-native"
|
|
142
|
-
],
|
|
143
|
-
"type": "string",
|
|
144
|
-
"default": "uniform",
|
|
145
|
-
"enum": [
|
|
146
|
-
"uniform",
|
|
147
|
-
"per-route-native"
|
|
148
|
-
]
|
|
149
|
-
},
|
|
150
|
-
"executionMode": {
|
|
151
|
-
"description": "Configures executionMode for the runtime section.",
|
|
152
|
-
"examples": [
|
|
153
|
-
"inferred"
|
|
154
|
-
],
|
|
155
|
-
"type": "string",
|
|
156
|
-
"default": "inferred"
|
|
157
|
-
},
|
|
158
125
|
"effort": {
|
|
159
|
-
"description": "Route-specific effort
|
|
126
|
+
"description": "Route-specific effort forwarded through Pi to the selected provider. Doctor warns when a configured value falls outside the model's advertised ladder but keeps turn-time handling permissive. Ranking above max only prevents keyword downgrade.",
|
|
160
127
|
"examples": [
|
|
161
128
|
"medium"
|
|
162
129
|
],
|
|
@@ -321,7 +288,7 @@
|
|
|
321
288
|
]
|
|
322
289
|
},
|
|
323
290
|
"subagents": {
|
|
324
|
-
"description": "Subagent profiles the Agent tool can deploy, plus its caps. Disabled unless enabled is true, in which case Agent must also appear in tools.allowedTools. Each definition needs exactly one of prompt or promptPath; omitted allowedTools means a read-only default set, and the \"*\" wildcard is rejected. The agent may also author a specialized subagent at call time unless inline.enabled is false; inline.allowedTools caps what an authored subagent may request, defaulting to the parent agent's own built-ins.",
|
|
291
|
+
"description": "Subagent profiles the Agent tool can deploy, plus its caps. Disabled unless enabled is true, in which case Agent must also appear in tools.allowedTools. Each definition needs exactly one of prompt or promptPath; omitted allowedTools means a read-only default set, and the \"*\" wildcard is rejected. The agent may also author a specialized subagent at call time unless inline.enabled is false; inline.allowedTools caps what an authored subagent may request, defaulting to the parent agent's own built-ins. maxConcurrent is a ceiling, not a scheduling guarantee: Pi 0.85 serializes all tool calls when any stateful/mutating or MCP tool is offered.",
|
|
325
292
|
"examples": [
|
|
326
293
|
{
|
|
327
294
|
"enabled": true,
|
|
@@ -751,14 +718,7 @@
|
|
|
751
718
|
"model": {
|
|
752
719
|
"description": "Configures llm.model for the memory section.",
|
|
753
720
|
"examples": [
|
|
754
|
-
"
|
|
755
|
-
],
|
|
756
|
-
"type": "string"
|
|
757
|
-
},
|
|
758
|
-
"executionMode": {
|
|
759
|
-
"description": "Configures llm.executionMode for the memory section.",
|
|
760
|
-
"examples": [
|
|
761
|
-
"example"
|
|
721
|
+
"openai-codex:gpt-5.6-terra"
|
|
762
722
|
],
|
|
763
723
|
"type": "string"
|
|
764
724
|
},
|
|
@@ -788,6 +748,20 @@
|
|
|
788
748
|
}
|
|
789
749
|
},
|
|
790
750
|
"recallTool": {
|
|
751
|
+
"type": "object",
|
|
752
|
+
"additionalProperties": false,
|
|
753
|
+
"properties": {
|
|
754
|
+
"enabled": {
|
|
755
|
+
"description": "Enables explicit memory reads: targeted MemoryRecall for every backend and chronological MemoryJournal when a local store supports it. Automatic recall is unchanged.",
|
|
756
|
+
"examples": [
|
|
757
|
+
true
|
|
758
|
+
],
|
|
759
|
+
"type": "boolean",
|
|
760
|
+
"default": true
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
"rememberTool": {
|
|
791
765
|
"type": "object",
|
|
792
766
|
"additionalProperties": false,
|
|
793
767
|
"properties": {
|
|
@@ -1042,6 +1016,36 @@
|
|
|
1042
1016
|
},
|
|
1043
1017
|
"default": []
|
|
1044
1018
|
},
|
|
1019
|
+
"filesystem": {
|
|
1020
|
+
"type": "object",
|
|
1021
|
+
"additionalProperties": false,
|
|
1022
|
+
"properties": {
|
|
1023
|
+
"readableRoots": {
|
|
1024
|
+
"description": "Extra roots for managed Read, Glob, and Grep while sandbox.mode is off. Access requires lexical and realpath containment; native sandbox roots remain authoritative when sandboxing is enabled.",
|
|
1025
|
+
"examples": [
|
|
1026
|
+
[
|
|
1027
|
+
"/srv/shared/reference"
|
|
1028
|
+
]
|
|
1029
|
+
],
|
|
1030
|
+
"type": "array",
|
|
1031
|
+
"items": {
|
|
1032
|
+
"type": "string"
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
"writableRoots": {
|
|
1036
|
+
"description": "Extra roots for managed Write and Edit while sandbox.mode is off; writable roots are also readable. Access requires lexical and realpath containment; native sandbox roots remain authoritative when sandboxing is enabled.",
|
|
1037
|
+
"examples": [
|
|
1038
|
+
[
|
|
1039
|
+
"/srv/shared/output"
|
|
1040
|
+
]
|
|
1041
|
+
],
|
|
1042
|
+
"type": "array",
|
|
1043
|
+
"items": {
|
|
1044
|
+
"type": "string"
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1045
1049
|
"mcpConfigPath": {
|
|
1046
1050
|
"description": "Configures mcpConfigPath for the tools section.",
|
|
1047
1051
|
"examples": [
|
|
@@ -1096,12 +1100,24 @@
|
|
|
1096
1100
|
"type": "object",
|
|
1097
1101
|
"additionalProperties": false,
|
|
1098
1102
|
"properties": {
|
|
1103
|
+
"coordination": {
|
|
1104
|
+
"description": "Host mode shares web request budgets and cooldowns across participating local mono-agent processes; process preserves isolated coordination.",
|
|
1105
|
+
"examples": [
|
|
1106
|
+
"process"
|
|
1107
|
+
],
|
|
1108
|
+
"type": "string",
|
|
1109
|
+
"default": "process",
|
|
1110
|
+
"enum": [
|
|
1111
|
+
"process",
|
|
1112
|
+
"host"
|
|
1113
|
+
]
|
|
1114
|
+
},
|
|
1099
1115
|
"search": {
|
|
1100
1116
|
"type": "object",
|
|
1101
1117
|
"additionalProperties": false,
|
|
1102
1118
|
"properties": {
|
|
1103
1119
|
"backend": {
|
|
1104
|
-
"description": "WebSearch backend: auto
|
|
1120
|
+
"description": "WebSearch backend: auto uses explicitly configured Ollama, configured local SearXNG, ChatGPT-subscription Codex search, then keyless fallbacks. searxng, ollama, codex, and keyless are strict.",
|
|
1105
1121
|
"examples": [
|
|
1106
1122
|
"auto"
|
|
1107
1123
|
],
|
|
@@ -1110,17 +1126,70 @@
|
|
|
1110
1126
|
"enum": [
|
|
1111
1127
|
"auto",
|
|
1112
1128
|
"searxng",
|
|
1129
|
+
"ollama",
|
|
1113
1130
|
"codex",
|
|
1114
1131
|
"keyless"
|
|
1115
1132
|
]
|
|
1116
1133
|
},
|
|
1134
|
+
"maxRequestsPerRun": {
|
|
1135
|
+
"description": "Hard ceiling from 1 to 20 on actual provider search requests in one logical runtime run; cache hits, coalesced followers, cooldown skips, and quota skips consume no request. Default 4.",
|
|
1136
|
+
"examples": [
|
|
1137
|
+
4
|
|
1138
|
+
],
|
|
1139
|
+
"type": "integer",
|
|
1140
|
+
"default": 4,
|
|
1141
|
+
"minimum": 1,
|
|
1142
|
+
"maximum": 20
|
|
1143
|
+
},
|
|
1117
1144
|
"endpoint": {
|
|
1118
|
-
"description": "
|
|
1145
|
+
"description": "Compatibility alias for tools.web.search.searxng.endpoint and MONO_AGENT_WEB_SEARCH_SEARXNG_ENDPOINT. Existing configurations remain valid; new configurations should use the provider-specific block.",
|
|
1119
1146
|
"examples": [
|
|
1120
|
-
"
|
|
1147
|
+
"example"
|
|
1121
1148
|
],
|
|
1122
1149
|
"type": "string"
|
|
1123
1150
|
},
|
|
1151
|
+
"searxng": {
|
|
1152
|
+
"type": "object",
|
|
1153
|
+
"additionalProperties": false,
|
|
1154
|
+
"properties": {
|
|
1155
|
+
"endpoint": {
|
|
1156
|
+
"description": "Optional unauthenticated loopback HTTP SearXNG base URL. Remote HTTPS, credentials, query strings, and fragments are rejected.",
|
|
1157
|
+
"examples": [
|
|
1158
|
+
"http://127.0.0.1:8088"
|
|
1159
|
+
],
|
|
1160
|
+
"type": "string"
|
|
1161
|
+
}
|
|
1162
|
+
}
|
|
1163
|
+
},
|
|
1164
|
+
"ollama": {
|
|
1165
|
+
"type": "object",
|
|
1166
|
+
"additionalProperties": false,
|
|
1167
|
+
"properties": {
|
|
1168
|
+
"baseUrl": {
|
|
1169
|
+
"description": "Ollama origin. Defaults to local http://127.0.0.1:11434 in strict Ollama mode. Hosted search is exactly https://ollama.com; custom public origins require HTTPS and trustPublicUrl=true.",
|
|
1170
|
+
"examples": [
|
|
1171
|
+
"https://ollama.com"
|
|
1172
|
+
],
|
|
1173
|
+
"type": "string",
|
|
1174
|
+
"default": "http://127.0.0.1:11434"
|
|
1175
|
+
},
|
|
1176
|
+
"apiKeyEnv": {
|
|
1177
|
+
"description": "Environment variable containing the hosted Ollama API key. Required only for exact https://ollama.com and rejected for every other origin; the key value is never stored in JSON.",
|
|
1178
|
+
"examples": [
|
|
1179
|
+
"OLLAMA_API_KEY"
|
|
1180
|
+
],
|
|
1181
|
+
"type": "string"
|
|
1182
|
+
},
|
|
1183
|
+
"trustPublicUrl": {
|
|
1184
|
+
"description": "Explicit acknowledgement for an HTTPS custom public Ollama origin. It never permits sending hosted credentials to that origin.",
|
|
1185
|
+
"examples": [
|
|
1186
|
+
true
|
|
1187
|
+
],
|
|
1188
|
+
"type": "boolean",
|
|
1189
|
+
"default": false
|
|
1190
|
+
}
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1124
1193
|
"codex": {
|
|
1125
1194
|
"type": "object",
|
|
1126
1195
|
"additionalProperties": false,
|
|
@@ -1443,7 +1512,75 @@
|
|
|
1443
1512
|
},
|
|
1444
1513
|
"providers": {
|
|
1445
1514
|
"type": "object",
|
|
1446
|
-
"additionalProperties":
|
|
1515
|
+
"additionalProperties": {
|
|
1516
|
+
"type": "object",
|
|
1517
|
+
"additionalProperties": false,
|
|
1518
|
+
"properties": {
|
|
1519
|
+
"type": {
|
|
1520
|
+
"enum": [
|
|
1521
|
+
"ollama",
|
|
1522
|
+
"lmstudio",
|
|
1523
|
+
"openai_compat"
|
|
1524
|
+
]
|
|
1525
|
+
},
|
|
1526
|
+
"baseUrl": {
|
|
1527
|
+
"type": "string"
|
|
1528
|
+
},
|
|
1529
|
+
"enabled": {
|
|
1530
|
+
"type": "boolean"
|
|
1531
|
+
},
|
|
1532
|
+
"trustPublicUrl": {
|
|
1533
|
+
"type": "boolean"
|
|
1534
|
+
},
|
|
1535
|
+
"apiKey": {
|
|
1536
|
+
"type": "string"
|
|
1537
|
+
},
|
|
1538
|
+
"apiKeyEnv": {
|
|
1539
|
+
"type": "string"
|
|
1540
|
+
},
|
|
1541
|
+
"maxAdvertisedModels": {
|
|
1542
|
+
"type": "integer",
|
|
1543
|
+
"minimum": 1,
|
|
1544
|
+
"maximum": 200,
|
|
1545
|
+
"default": 100
|
|
1546
|
+
},
|
|
1547
|
+
"models": {
|
|
1548
|
+
"type": "array",
|
|
1549
|
+
"items": {
|
|
1550
|
+
"type": "object",
|
|
1551
|
+
"additionalProperties": false,
|
|
1552
|
+
"required": [
|
|
1553
|
+
"name"
|
|
1554
|
+
],
|
|
1555
|
+
"properties": {
|
|
1556
|
+
"name": {
|
|
1557
|
+
"type": "string",
|
|
1558
|
+
"minLength": 1
|
|
1559
|
+
},
|
|
1560
|
+
"alias": {
|
|
1561
|
+
"type": "string",
|
|
1562
|
+
"minLength": 1
|
|
1563
|
+
},
|
|
1564
|
+
"displayName": {
|
|
1565
|
+
"type": "string",
|
|
1566
|
+
"minLength": 1
|
|
1567
|
+
},
|
|
1568
|
+
"enabled": {
|
|
1569
|
+
"type": "boolean"
|
|
1570
|
+
},
|
|
1571
|
+
"capabilities": {
|
|
1572
|
+
"type": "object",
|
|
1573
|
+
"additionalProperties": true
|
|
1574
|
+
},
|
|
1575
|
+
"pricing": {
|
|
1576
|
+
"type": "object",
|
|
1577
|
+
"additionalProperties": true
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
}
|
|
1581
|
+
}
|
|
1582
|
+
}
|
|
1583
|
+
},
|
|
1447
1584
|
"properties": {
|
|
1448
1585
|
"piAuthPath": {
|
|
1449
1586
|
"description": "Configures piAuthPath for the providers section.",
|
|
@@ -1470,6 +1607,14 @@
|
|
|
1470
1607
|
"websocket-cached"
|
|
1471
1608
|
]
|
|
1472
1609
|
},
|
|
1610
|
+
"promptCacheDiagnostics": {
|
|
1611
|
+
"description": "Emit metadata-only prompt-cache request fingerprints into run artifacts; never prompt text, tool arguments, cache keys, endpoints or credentials.",
|
|
1612
|
+
"examples": [
|
|
1613
|
+
true
|
|
1614
|
+
],
|
|
1615
|
+
"type": "boolean",
|
|
1616
|
+
"default": false
|
|
1617
|
+
},
|
|
1473
1618
|
"piMaxRetries": {
|
|
1474
1619
|
"description": "Configures piNative.piMaxRetries for the providers section.",
|
|
1475
1620
|
"examples": [
|
|
@@ -1531,6 +1676,12 @@
|
|
|
1531
1676
|
"apiKeyEnv": {
|
|
1532
1677
|
"type": "string"
|
|
1533
1678
|
},
|
|
1679
|
+
"maxAdvertisedModels": {
|
|
1680
|
+
"type": "integer",
|
|
1681
|
+
"minimum": 1,
|
|
1682
|
+
"maximum": 200,
|
|
1683
|
+
"default": 100
|
|
1684
|
+
},
|
|
1534
1685
|
"models": {
|
|
1535
1686
|
"type": "array",
|
|
1536
1687
|
"items": {
|
|
@@ -1633,7 +1784,7 @@
|
|
|
1633
1784
|
"maxChainDepth": {
|
|
1634
1785
|
"type": "integer",
|
|
1635
1786
|
"minimum": 1,
|
|
1636
|
-
"maximum":
|
|
1787
|
+
"maximum": 64,
|
|
1637
1788
|
"default": 4
|
|
1638
1789
|
},
|
|
1639
1790
|
"retention": {
|
|
@@ -1662,6 +1813,100 @@
|
|
|
1662
1813
|
}
|
|
1663
1814
|
}
|
|
1664
1815
|
},
|
|
1816
|
+
"monitors": {
|
|
1817
|
+
"type": "object",
|
|
1818
|
+
"additionalProperties": false,
|
|
1819
|
+
"properties": {
|
|
1820
|
+
"enabled": {
|
|
1821
|
+
"type": "boolean",
|
|
1822
|
+
"default": false
|
|
1823
|
+
},
|
|
1824
|
+
"maxActive": {
|
|
1825
|
+
"type": "integer",
|
|
1826
|
+
"minimum": 1,
|
|
1827
|
+
"maximum": 32,
|
|
1828
|
+
"default": 8
|
|
1829
|
+
},
|
|
1830
|
+
"maxActivePerConversation": {
|
|
1831
|
+
"type": "integer",
|
|
1832
|
+
"minimum": 1,
|
|
1833
|
+
"maximum": 8,
|
|
1834
|
+
"default": 2
|
|
1835
|
+
},
|
|
1836
|
+
"maxRuntimeMs": {
|
|
1837
|
+
"type": "integer",
|
|
1838
|
+
"minimum": 1,
|
|
1839
|
+
"maximum": 3600000,
|
|
1840
|
+
"default": 3600000
|
|
1841
|
+
},
|
|
1842
|
+
"persistentMaxRuntimeMs": {
|
|
1843
|
+
"type": "integer",
|
|
1844
|
+
"minimum": 1,
|
|
1845
|
+
"maximum": 86400000,
|
|
1846
|
+
"default": 86400000
|
|
1847
|
+
},
|
|
1848
|
+
"coalesceMs": {
|
|
1849
|
+
"type": "integer",
|
|
1850
|
+
"minimum": 1,
|
|
1851
|
+
"maximum": 5000,
|
|
1852
|
+
"default": 200
|
|
1853
|
+
},
|
|
1854
|
+
"maxBatchLines": {
|
|
1855
|
+
"type": "integer",
|
|
1856
|
+
"minimum": 1,
|
|
1857
|
+
"maximum": 2000,
|
|
1858
|
+
"default": 200
|
|
1859
|
+
},
|
|
1860
|
+
"maxBatchBytes": {
|
|
1861
|
+
"type": "integer",
|
|
1862
|
+
"minimum": 1,
|
|
1863
|
+
"maximum": 1048576,
|
|
1864
|
+
"default": 65536
|
|
1865
|
+
},
|
|
1866
|
+
"maxLineBytes": {
|
|
1867
|
+
"type": "integer",
|
|
1868
|
+
"minimum": 1,
|
|
1869
|
+
"maximum": 65536,
|
|
1870
|
+
"default": 4096
|
|
1871
|
+
},
|
|
1872
|
+
"maxWakeIntervalMs": {
|
|
1873
|
+
"type": "integer",
|
|
1874
|
+
"minimum": 1,
|
|
1875
|
+
"maximum": 300000,
|
|
1876
|
+
"default": 300000
|
|
1877
|
+
},
|
|
1878
|
+
"maxChainDepth": {
|
|
1879
|
+
"type": "integer",
|
|
1880
|
+
"minimum": 1,
|
|
1881
|
+
"maximum": 64,
|
|
1882
|
+
"default": 4
|
|
1883
|
+
},
|
|
1884
|
+
"rateLimit": {
|
|
1885
|
+
"type": "object",
|
|
1886
|
+
"additionalProperties": false,
|
|
1887
|
+
"properties": {
|
|
1888
|
+
"windowMs": {
|
|
1889
|
+
"type": "integer",
|
|
1890
|
+
"minimum": 1,
|
|
1891
|
+
"maximum": 60000,
|
|
1892
|
+
"default": 1000
|
|
1893
|
+
},
|
|
1894
|
+
"maxLinesPerWindow": {
|
|
1895
|
+
"type": "integer",
|
|
1896
|
+
"minimum": 1,
|
|
1897
|
+
"maximum": 20000,
|
|
1898
|
+
"default": 200
|
|
1899
|
+
},
|
|
1900
|
+
"sustainedWindows": {
|
|
1901
|
+
"type": "integer",
|
|
1902
|
+
"minimum": 1,
|
|
1903
|
+
"maximum": 60,
|
|
1904
|
+
"default": 5
|
|
1905
|
+
}
|
|
1906
|
+
}
|
|
1907
|
+
}
|
|
1908
|
+
}
|
|
1909
|
+
},
|
|
1665
1910
|
"interaction": {
|
|
1666
1911
|
"type": "object",
|
|
1667
1912
|
"additionalProperties": false,
|
|
@@ -1693,11 +1938,14 @@
|
|
|
1693
1938
|
"additionalProperties": false,
|
|
1694
1939
|
"properties": {
|
|
1695
1940
|
"timeoutMs": {
|
|
1696
|
-
"description": "Maximum wait for one AskUser interaction (one to five questions).",
|
|
1941
|
+
"description": "Maximum wait for one AskUser interaction (one to five questions); set null to disable automatic expiry.",
|
|
1697
1942
|
"examples": [
|
|
1698
1943
|
600000
|
|
1699
1944
|
],
|
|
1700
|
-
"type":
|
|
1945
|
+
"type": [
|
|
1946
|
+
"integer",
|
|
1947
|
+
"null"
|
|
1948
|
+
],
|
|
1701
1949
|
"default": 600000
|
|
1702
1950
|
}
|
|
1703
1951
|
}
|
|
@@ -38,7 +38,7 @@ Do **not** read or grep the `@mono-agent` TypeScript/package source — `package
|
|
|
38
38
|
- Ask one question at a time; skip anything the user already answered.
|
|
39
39
|
- Respect existing knowledge: if the folder has `AGENTS.md`, `CLAUDE.md`, `README.md`, or `SOUL.md`, reference it from the identity instead of copying it. `IDENTITY.md` → `## Role` is the single canonical guided-init Role location. Never overwrite an existing identity; say explicitly that a newly entered Role was not written and tell the user to add or edit that heading manually.
|
|
40
40
|
- Fail closed: no allowed tools, no memory writes, loopback-only network until the user opts in.
|
|
41
|
-
- Do not fake runtime success, silently broaden tool access, or hide provider/MCP failures. Backup models are configured failover (`runtime.fallbacks[]`), never silent substitution.
|
|
41
|
+
- Do not fake runtime success, silently broaden tool access, or hide provider/MCP failures. Backup models are configured failover (`runtime.fallbacks[]`), never silent substitution. `runtime.fallbackModels` and `MONO_AGENT_FALLBACK_MODELS` were retired in 0.21.0 and are rejected at load, but do not emit them for a new agent.
|
|
42
42
|
- Secrets stay in `.env` or exported environment variables. An ignored or untracked config file is not permission to inline them; never commit tokens or `.env*` files.
|
|
43
43
|
|
|
44
44
|
## Prerequisites
|
|
@@ -54,7 +54,7 @@ The install command pairs every available Codex/Claude target by default and
|
|
|
54
54
|
prints an exact later command for a missing target. Use `--no-docs-mcp` only
|
|
55
55
|
when a file-only skill install is intentional.
|
|
56
56
|
|
|
57
|
-
To run an unreleased build instead, use a clone of the mono-agent workspace with Node
|
|
57
|
+
To run an unreleased build instead, use a clone of the mono-agent workspace with Node 24.15.0+ and pnpm 10 or newer already installed:
|
|
58
58
|
|
|
59
59
|
```bash
|
|
60
60
|
git clone <mono-agent-repo> ~/mono-agent && cd ~/mono-agent
|
|
@@ -75,8 +75,8 @@ Everything below runs in the user's agent folder, not the workspace.
|
|
|
75
75
|
mono-agent init --model <ref> [--fallback <ref> [--fallback-effort <provider-default|level>]]... [--effort <level>] [--auth] [--memory lite|journal|bujo] # bare scaffold
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
Either writes a `mono-agent.config.json` (with `tools.allowedTools` pre-filled from the selected capabilities' recommended tools), an `IDENTITY.md` whose `## Role` body is the one Role destination and which references any knowledge files already present, the managed project-local `mono-agent-
|
|
79
|
-
3. **Configure.** Edit `mono-agent.config.json` to match the discovery answers. For a newly created identity, put the agreed text under `IDENTITY.md` → `## Role`; if it existed before init, preserve it and report that the new answer was not stored. Preserve the generated `mono-agent-
|
|
78
|
+
Either writes a `mono-agent.config.json` (with `tools.allowedTools` pre-filled from the selected capabilities' recommended tools), an `IDENTITY.md` whose `## Role` body is the one Role destination and which references any knowledge files already present, the managed project-local `mono-agent-memory` skill, and `.mono-agent/` working directories (presets also emit a `.env.example` and any extra files). `--effort` writes `runtime.effort`, which is narrowed per model for display and still accepted at turn time; `--auth` opts in to provider setup before writing files; `--dry-run` previews without writing or launching auth/preflight commands. Existing scaffold/config files are never overwritten; reviewed secret setup is the deliberate exception that can transactionally replace `.env` and update `.gitignore`.
|
|
79
|
+
3. **Configure.** Edit `mono-agent.config.json` to match the discovery answers. For a newly created identity, put the agreed text under `IDENTITY.md` → `## Role`; if it existed before init, preserve it and report that the new answer was not stored. Preserve the generated `mono-agent-memory` selection when appending other skills, and do not auto-select this full authoring-oriented composer inside the generated agent. Read `references/config-blueprint.md` for the full annotated config shape: every channel section, skills, MCP, memory, sandbox, and fallback models. Run `mono-agent config` to see the resolved configuration field-by-field with each value tagged `env` / `json` / `default` — the fastest way to confirm a value came from where you intended.
|
|
80
80
|
4. **Validate.**
|
|
81
81
|
|
|
82
82
|
```bash
|
|
@@ -90,7 +90,7 @@ Everything below runs in the user's agent folder, not the workspace.
|
|
|
90
90
|
mono-agent start
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
Then run the acceptance smoke test matching the chosen channel (see `references/validation.md`). To change anything, edit `mono-agent.config.json` or `IDENTITY.md` directly and run `mono-agent restart`; there is no live browser re-apply.
|
|
93
|
+
Then run the acceptance smoke test matching the chosen channel (see `references/validation.md`). To change anything, edit `mono-agent.config.json` or `IDENTITY.md` directly, run `mono-agent validate`, and run `mono-agent restart`; there is no live browser or conversational re-apply. Open ordinary `mono-agent tui` after the restarted agent is ready.
|
|
94
94
|
|
|
95
95
|
## When Config Is Not Enough
|
|
96
96
|
|