dsh-plugin-guide 0.3.1 → 0.3.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.es.md +1 -1
- package/README.hi.md +1 -1
- package/README.md +1 -1
- package/README.pt.md +1 -1
- package/README.zh.md +1 -1
- package/SKILL.md +1 -1
- package/dist/dsh-plugin-dev.js +5 -5
- package/guide/links.md +1 -1
- package/guide/plugin-dev-guide.md +1 -1
- package/guide/quick-reference.es.md +2 -2
- package/guide/quick-reference.hi.md +1 -1
- package/guide/quick-reference.md +2 -2
- package/guide/quick-reference.pt.md +2 -2
- package/guide/quick-reference.zh-CN.md +2 -2
- package/package.json +3 -3
- package/references/cordis-paper-and-community.md +1 -1
- package/references/official-docs/AGENTS.md +28 -23
- package/references/official-docs/README.i18n.yaml +2 -2
- package/references/official-docs/README.md +1 -1
- package/references/official-docs/README.zh.md +19 -9
- package/references/official-docs/SNAPSHOT.md +5 -5
- package/references/official-docs/THIRD_PARTY_NOTICES.md +36 -13
- package/references/official-docs/docs/AGENTS.md +4 -4
- package/references/official-docs/docs/agent-lifecycle.i18n.yaml +2 -2
- package/references/official-docs/docs/agent-lifecycle.md +1 -1
- package/references/official-docs/docs/agent-lifecycle.zh.md +2 -2
- package/references/official-docs/docs/api-gateway.i18n.yaml +2 -2
- package/references/official-docs/docs/api-gateway.md +8 -8
- package/references/official-docs/docs/api-gateway.zh.md +8 -8
- package/references/official-docs/docs/architecture.i18n.yaml +2 -2
- package/references/official-docs/docs/architecture.md +25 -8
- package/references/official-docs/docs/architecture.zh.md +38 -21
- package/references/official-docs/docs/capability-seams.i18n.yaml +2 -2
- package/references/official-docs/docs/capability-seams.md +134 -67
- package/references/official-docs/docs/capability-seams.zh.md +134 -67
- package/references/official-docs/docs/config-catalog.i18n.yaml +2 -2
- package/references/official-docs/docs/config-catalog.md +731 -403
- package/references/official-docs/docs/config-catalog.zh.md +747 -419
- package/references/official-docs/docs/cookbook/adding-a-package.i18n.yaml +2 -2
- package/references/official-docs/docs/cookbook/adding-a-package.md +3 -4
- package/references/official-docs/docs/cookbook/adding-a-package.zh.md +9 -8
- package/references/official-docs/docs/cookbook/{adding-a-conversation-node.i18n.yaml → adding-a-remote-api.i18n.yaml} +3 -3
- package/references/official-docs/docs/cookbook/adding-a-remote-api.md +197 -0
- package/references/official-docs/docs/cookbook/adding-a-remote-api.zh.md +197 -0
- package/references/official-docs/docs/cookbook/adding-a-settings-card.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/adding-a-settings-card.md +102 -0
- package/references/official-docs/docs/cookbook/adding-a-settings-card.zh.md +102 -0
- package/references/official-docs/docs/cookbook/adding-a-tool.i18n.yaml +2 -2
- package/references/official-docs/docs/cookbook/adding-a-tool.md +11 -4
- package/references/official-docs/docs/cookbook/adding-a-tool.zh.md +16 -9
- package/references/official-docs/docs/cookbook/adding-a-vendored-package.i18n.yaml +2 -2
- package/references/official-docs/docs/cookbook/adding-a-vendored-package.md +2 -2
- package/references/official-docs/docs/cookbook/adding-a-vendored-package.zh.md +4 -4
- package/references/official-docs/docs/cookbook/adding-an-llm-adapter.i18n.yaml +2 -2
- package/references/official-docs/docs/cookbook/adding-an-llm-adapter.md +1 -1
- package/references/official-docs/docs/cookbook/adding-an-llm-adapter.zh.md +3 -3
- package/references/official-docs/docs/cookbook/extension-cookbook.i18n.yaml +2 -2
- package/references/official-docs/docs/cookbook/extension-cookbook.md +9 -8
- package/references/official-docs/docs/cookbook/extension-cookbook.zh.md +17 -14
- package/references/official-docs/docs/cookbook/maintaining-dsh-code-review.i18n.yaml +1 -1
- package/references/official-docs/docs/cookbook/maintaining-dsh-code-review.zh.md +1 -1
- package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.i18n.yaml +1 -1
- package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.zh.md +1 -1
- package/references/official-docs/docs/cordis-api/context.i18n.yaml +1 -1
- package/references/official-docs/docs/cordis-api/context.zh.md +1 -1
- package/references/official-docs/docs/cordis-api/events.i18n.yaml +1 -1
- package/references/official-docs/docs/cordis-api/events.zh.md +1 -1
- package/references/official-docs/docs/cordis-api/inherited.md +1 -1
- package/references/official-docs/docs/cordis-primer.i18n.yaml +2 -2
- package/references/official-docs/docs/cordis-primer.md +2 -1
- package/references/official-docs/docs/cordis-primer.zh.md +3 -2
- package/references/official-docs/docs/cordis-tutorial/01-first-plugin.i18n.yaml +1 -1
- package/references/official-docs/docs/cordis-tutorial/01-first-plugin.zh.md +4 -4
- package/references/official-docs/docs/cordis-tutorial/02-lifecycle-and-effects.i18n.yaml +1 -1
- package/references/official-docs/docs/cordis-tutorial/02-lifecycle-and-effects.zh.md +4 -4
- package/references/official-docs/docs/cordis-tutorial/03-services.i18n.yaml +1 -1
- package/references/official-docs/docs/cordis-tutorial/03-services.zh.md +4 -4
- package/references/official-docs/docs/cordis-tutorial/04-events.i18n.yaml +1 -1
- package/references/official-docs/docs/cordis-tutorial/04-events.zh.md +4 -4
- package/references/official-docs/docs/cordis-tutorial/05-config.i18n.yaml +1 -1
- package/references/official-docs/docs/cordis-tutorial/05-config.zh.md +2 -2
- package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.i18n.yaml +1 -1
- package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.zh.md +3 -3
- package/references/official-docs/docs/cordis-tutorial/07-into-the-harness.i18n.yaml +2 -2
- package/references/official-docs/docs/cordis-tutorial/07-into-the-harness.md +5 -4
- package/references/official-docs/docs/cordis-tutorial/07-into-the-harness.zh.md +11 -10
- package/references/official-docs/docs/cordis-tutorial/index.i18n.yaml +1 -1
- package/references/official-docs/docs/cordis-tutorial/index.zh.md +10 -10
- package/references/official-docs/docs/deepseek-llm-api-wire-extensions.i18n.yaml +6 -0
- package/references/official-docs/docs/deepseek-llm-api-wire-extensions.md +159 -0
- package/references/official-docs/docs/deepseek-llm-api-wire-extensions.zh.md +159 -0
- package/references/official-docs/docs/defensive-patterns.i18n.yaml +1 -1
- package/references/official-docs/docs/defensive-patterns.zh.md +3 -1
- package/references/official-docs/docs/development.i18n.yaml +2 -2
- package/references/official-docs/docs/development.md +9 -13
- package/references/official-docs/docs/development.zh.md +23 -21
- package/references/official-docs/docs/event-producer-consumer.i18n.yaml +2 -2
- package/references/official-docs/docs/event-producer-consumer.md +55 -46
- package/references/official-docs/docs/event-producer-consumer.zh.md +55 -46
- package/references/official-docs/docs/glossary.i18n.yaml +2 -2
- package/references/official-docs/docs/glossary.md +1 -1
- package/references/official-docs/docs/glossary.zh.md +1 -1
- package/references/official-docs/docs/graph-atlas.i18n.yaml +2 -2
- package/references/official-docs/docs/graph-atlas.md +0 -2
- package/references/official-docs/docs/graph-atlas.zh.md +7 -9
- package/references/official-docs/docs/i18n/README.i18n.yaml +2 -2
- package/references/official-docs/docs/i18n/README.md +7 -7
- package/references/official-docs/docs/i18n/README.zh.md +11 -9
- package/references/official-docs/docs/i18n/style-samples.md +3 -3
- package/references/official-docs/docs/i18n/translation-prompt.md +3 -3
- package/references/official-docs/docs/i18n/translation-rules.i18n.yaml +2 -2
- package/references/official-docs/docs/i18n/translation-rules.md +2 -2
- package/references/official-docs/docs/i18n/translation-rules.zh.md +3 -3
- package/references/official-docs/docs/module-graph.i18n.yaml +2 -2
- package/references/official-docs/docs/module-graph.md +660 -909
- package/references/official-docs/docs/module-graph.zh.md +662 -911
- package/references/official-docs/docs/persistence-catalog.i18n.yaml +2 -2
- package/references/official-docs/docs/persistence-catalog.md +185 -53
- package/references/official-docs/docs/persistence-catalog.zh.md +193 -61
- package/references/official-docs/docs/postmortem/0001-acp-default-export-drops-inject.i18n.yaml +2 -2
- package/references/official-docs/docs/postmortem/0001-acp-default-export-drops-inject.md +2 -2
- package/references/official-docs/docs/postmortem/0001-acp-default-export-drops-inject.zh.md +3 -3
- package/references/official-docs/docs/postmortem/0002-js-expression-disabled-filesystem-tools.i18n.yaml +2 -2
- package/references/official-docs/docs/postmortem/0002-js-expression-disabled-filesystem-tools.md +2 -2
- package/references/official-docs/docs/postmortem/0002-js-expression-disabled-filesystem-tools.zh.md +2 -2
- package/references/official-docs/docs/postmortem/0003-web-agent-gui-feedback-loop.i18n.yaml +2 -2
- package/references/official-docs/docs/postmortem/0003-web-agent-gui-feedback-loop.md +2 -2
- package/references/official-docs/docs/postmortem/0003-web-agent-gui-feedback-loop.zh.md +2 -2
- package/references/official-docs/docs/postmortem/0004-landlock-partial-notice-misclassified-child-failures.i18n.yaml +2 -2
- package/references/official-docs/docs/postmortem/0004-landlock-partial-notice-misclassified-child-failures.md +1 -1
- package/references/official-docs/docs/postmortem/0004-landlock-partial-notice-misclassified-child-failures.zh.md +2 -2
- package/references/official-docs/docs/postmortem/README.i18n.yaml +1 -1
- package/references/official-docs/docs/postmortem/README.zh.md +5 -5
- package/references/official-docs/docs/rescope.i18n.yaml +2 -2
- package/references/official-docs/docs/rescope.md +2 -2
- package/references/official-docs/docs/rescope.zh.md +3 -3
- package/references/official-docs/docs/subsystems/README.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/README.md +8 -2
- package/references/official-docs/docs/subsystems/README.zh.md +53 -47
- package/references/official-docs/docs/subsystems/agent-team.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/agent-team.md +207 -0
- package/references/official-docs/docs/subsystems/agent-team.zh.md +207 -0
- package/references/official-docs/docs/subsystems/approval.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/approval.md +12 -12
- package/references/official-docs/docs/subsystems/approval.zh.md +13 -13
- package/references/official-docs/docs/subsystems/attachment.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/attachment.md +90 -7
- package/references/official-docs/docs/subsystems/attachment.zh.md +90 -7
- package/references/official-docs/docs/subsystems/client-modules.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/client-modules.md +69 -19
- package/references/official-docs/docs/subsystems/client-modules.zh.md +69 -19
- package/references/official-docs/docs/subsystems/code-runtime.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/code-runtime.md +12 -8
- package/references/official-docs/docs/subsystems/code-runtime.zh.md +13 -9
- package/references/official-docs/docs/subsystems/commands.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/commands.md +30 -7
- package/references/official-docs/docs/subsystems/commands.zh.md +31 -8
- package/references/official-docs/docs/subsystems/compaction.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/compaction.md +14 -14
- package/references/official-docs/docs/subsystems/compaction.zh.md +19 -19
- package/references/official-docs/docs/subsystems/conversation.i18n.yaml +6 -0
- package/references/official-docs/docs/{cookbook/adding-a-conversation-node.md → subsystems/conversation.md} +49 -24
- package/references/official-docs/docs/{cookbook/adding-a-conversation-node.zh.md → subsystems/conversation.zh.md} +49 -24
- package/references/official-docs/docs/subsystems/core.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/core.md +114 -36
- package/references/official-docs/docs/subsystems/core.zh.md +145 -65
- package/references/official-docs/docs/subsystems/credentials.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/credentials.md +207 -11
- package/references/official-docs/docs/subsystems/credentials.zh.md +207 -11
- package/references/official-docs/docs/subsystems/extensions.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/extensions.md +27 -9
- package/references/official-docs/docs/subsystems/extensions.zh.md +30 -12
- package/references/official-docs/docs/subsystems/feedback.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/feedback.md +6 -6
- package/references/official-docs/docs/subsystems/feedback.zh.md +6 -6
- package/references/official-docs/docs/subsystems/filesystem.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/filesystem.md +17 -7
- package/references/official-docs/docs/subsystems/filesystem.zh.md +19 -9
- package/references/official-docs/docs/subsystems/goal.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/goal.md +4 -4
- package/references/official-docs/docs/subsystems/goal.zh.md +8 -8
- package/references/official-docs/docs/subsystems/invariants.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/invariants.md +2 -2
- package/references/official-docs/docs/subsystems/invariants.zh.md +5 -5
- package/references/official-docs/docs/subsystems/jobs.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/jobs.md +3 -3
- package/references/official-docs/docs/subsystems/jobs.zh.md +6 -6
- package/references/official-docs/docs/subsystems/llm-streaming.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/llm-streaming.md +193 -22
- package/references/official-docs/docs/subsystems/llm-streaming.zh.md +199 -28
- package/references/official-docs/docs/subsystems/lsp.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/lsp.md +2 -2
- package/references/official-docs/docs/subsystems/lsp.zh.md +3 -3
- package/references/official-docs/docs/subsystems/permission-presets.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/permission-presets.md +8 -8
- package/references/official-docs/docs/subsystems/permission-presets.zh.md +8 -8
- package/references/official-docs/docs/subsystems/persistence.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/persistence.md +183 -173
- package/references/official-docs/docs/subsystems/persistence.zh.md +182 -172
- package/references/official-docs/docs/subsystems/plan.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/plan.md +4 -4
- package/references/official-docs/docs/subsystems/plan.zh.md +10 -10
- package/references/official-docs/docs/subsystems/sandbox.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/sandbox.md +5 -3
- package/references/official-docs/docs/subsystems/sandbox.zh.md +8 -6
- package/references/official-docs/docs/subsystems/schedule.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/schedule.md +9 -3
- package/references/official-docs/docs/subsystems/schedule.zh.md +11 -5
- package/references/official-docs/docs/subsystems/scope.i18n.yaml +1 -1
- package/references/official-docs/docs/subsystems/scope.zh.md +1 -1
- package/references/official-docs/docs/subsystems/session-projection.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/session-projection.md +148 -75
- package/references/official-docs/docs/subsystems/session-projection.zh.md +148 -75
- package/references/official-docs/docs/subsystems/session-query.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/session-query.md +30 -16
- package/references/official-docs/docs/subsystems/session-query.zh.md +31 -17
- package/references/official-docs/docs/subsystems/session-reference.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/session-reference.md +94 -7
- package/references/official-docs/docs/subsystems/session-reference.zh.md +95 -8
- package/references/official-docs/docs/subsystems/session-telemetry.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/session-telemetry.md +5 -6
- package/references/official-docs/docs/subsystems/session-telemetry.zh.md +9 -10
- package/references/official-docs/docs/subsystems/session-title.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/session-title.md +8 -8
- package/references/official-docs/docs/subsystems/session-title.zh.md +10 -10
- package/references/official-docs/docs/subsystems/session.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/session.md +376 -71
- package/references/official-docs/docs/subsystems/session.zh.md +392 -85
- package/references/official-docs/docs/subsystems/settings.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/settings.md +105 -10
- package/references/official-docs/docs/subsystems/settings.zh.md +105 -10
- package/references/official-docs/docs/subsystems/shell.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/shell.md +3 -3
- package/references/official-docs/docs/subsystems/shell.zh.md +11 -11
- package/references/official-docs/docs/subsystems/skills.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/skills.md +26 -3
- package/references/official-docs/docs/subsystems/skills.zh.md +29 -6
- package/references/official-docs/docs/subsystems/slots.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/slots.md +175 -0
- package/references/official-docs/docs/subsystems/slots.zh.md +175 -0
- package/references/official-docs/docs/subsystems/spill.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/spill.md +4 -4
- package/references/official-docs/docs/subsystems/spill.zh.md +6 -6
- package/references/official-docs/docs/subsystems/storage.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/storage.md +38 -7
- package/references/official-docs/docs/subsystems/storage.zh.md +41 -10
- package/references/official-docs/docs/subsystems/subagent.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/subagent.md +148 -116
- package/references/official-docs/docs/subsystems/subagent.zh.md +158 -124
- package/references/official-docs/docs/subsystems/subprocess.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/subprocess.md +3 -3
- package/references/official-docs/docs/subsystems/subprocess.zh.md +5 -5
- package/references/official-docs/docs/subsystems/system-prompt.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/system-prompt.md +21 -8
- package/references/official-docs/docs/subsystems/system-prompt.zh.md +23 -10
- package/references/official-docs/docs/subsystems/terminal.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/terminal.md +2 -2
- package/references/official-docs/docs/subsystems/terminal.zh.md +4 -4
- package/references/official-docs/docs/subsystems/todo.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/todo.md +32 -0
- package/references/official-docs/docs/subsystems/todo.zh.md +32 -0
- package/references/official-docs/docs/subsystems/token-meter.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/token-meter.md +29 -14
- package/references/official-docs/docs/subsystems/token-meter.zh.md +30 -15
- package/references/official-docs/docs/subsystems/tools.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/tools.md +46 -46
- package/references/official-docs/docs/subsystems/tools.zh.md +54 -54
- package/references/official-docs/docs/subsystems/typert.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/typert.md +65 -58
- package/references/official-docs/docs/subsystems/typert.zh.md +67 -60
- package/references/official-docs/docs/subsystems/user-questions.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/user-questions.md +35 -35
- package/references/official-docs/docs/subsystems/user-questions.zh.md +35 -35
- package/references/official-docs/docs/subsystems/web-client.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/web-client.md +95 -0
- package/references/official-docs/docs/subsystems/web-client.zh.md +95 -0
- package/references/official-docs/docs/subsystems/web-server.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/web-server.md +55 -9
- package/references/official-docs/docs/subsystems/web-server.zh.md +56 -10
- package/references/official-docs/docs/subsystems/web.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/web.md +14 -7
- package/references/official-docs/docs/subsystems/web.zh.md +16 -9
- package/references/official-docs/docs/subsystems/webhook.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/webhook.md +70 -0
- package/references/official-docs/docs/subsystems/webhook.zh.md +70 -0
- package/references/official-docs/docs/subsystems/workflow.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/workflow.md +8 -8
- package/references/official-docs/docs/subsystems/workflow.zh.md +13 -13
- package/references/official-docs/docs/subsystems/workspace.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/workspace.md +98 -5
- package/references/official-docs/docs/subsystems/workspace.zh.md +102 -9
- package/references/official-docs/docs/testing.i18n.yaml +2 -2
- package/references/official-docs/docs/testing.md +15 -10
- package/references/official-docs/docs/testing.zh.md +15 -10
- package/references/official-docs/docs/tool-catalog.i18n.yaml +2 -2
- package/references/official-docs/docs/tool-catalog.md +413 -61
- package/references/official-docs/docs/tool-catalog.zh.md +418 -63
- package/references/official-docs/docs/tool-execution-pipeline.i18n.yaml +2 -2
- package/references/official-docs/docs/tool-execution-pipeline.md +1 -1
- package/references/official-docs/docs/tool-execution-pipeline.zh.md +1 -1
- package/references/official-docs/docs/user/develop/basic/config.i18n.yaml +2 -2
- package/references/official-docs/docs/user/develop/basic/config.md +1 -1
- package/references/official-docs/docs/user/develop/basic/config.zh.md +4 -4
- package/references/official-docs/docs/user/develop/basic/index.i18n.yaml +1 -1
- package/references/official-docs/docs/user/develop/basic/index.zh.md +5 -5
- package/references/official-docs/docs/user/develop/basic/publish.i18n.yaml +2 -2
- package/references/official-docs/docs/user/develop/basic/publish.md +3 -3
- package/references/official-docs/docs/user/develop/basic/publish.zh.md +7 -7
- package/references/official-docs/docs/user/develop/basic/tool.i18n.yaml +2 -2
- package/references/official-docs/docs/user/develop/basic/tool.md +3 -3
- package/references/official-docs/docs/user/develop/basic/tool.zh.md +4 -4
- package/references/official-docs/docs/user/develop/framework/events.i18n.yaml +2 -2
- package/references/official-docs/docs/user/develop/framework/events.md +2 -2
- package/references/official-docs/docs/user/develop/framework/events.zh.md +3 -3
- package/references/official-docs/docs/user/develop/framework/index.i18n.yaml +1 -1
- package/references/official-docs/docs/user/develop/framework/index.zh.md +3 -3
- package/references/official-docs/docs/user/develop/framework/service.i18n.yaml +2 -2
- package/references/official-docs/docs/user/develop/framework/service.md +1 -1
- package/references/official-docs/docs/user/develop/framework/service.zh.md +3 -3
- package/references/official-docs/docs/user/develop/practice/dynamic-cordis.i18n.yaml +6 -0
- package/references/official-docs/docs/user/develop/practice/dynamic-cordis.md +15 -0
- package/references/official-docs/docs/user/develop/practice/dynamic-cordis.zh.md +15 -0
- package/references/official-docs/docs/user/develop/practice/index.i18n.yaml +2 -2
- package/references/official-docs/docs/user/develop/practice/index.md +1 -1
- package/references/official-docs/docs/user/develop/practice/index.zh.md +3 -3
- package/references/official-docs/docs/user/develop/practice/llm-adapter.i18n.yaml +2 -2
- package/references/official-docs/docs/user/develop/practice/llm-adapter.md +4 -3
- package/references/official-docs/docs/user/develop/practice/llm-adapter.zh.md +4 -3
- package/references/official-docs/docs/user/guide/github-review.i18n.yaml +6 -0
- package/references/official-docs/docs/user/guide/github-review.md +102 -0
- package/references/official-docs/docs/user/guide/github-review.zh.md +102 -0
- package/references/official-docs/docs/user/guide/index.i18n.yaml +2 -2
- package/references/official-docs/docs/user/guide/index.md +2 -2
- package/references/official-docs/docs/user/guide/index.zh.md +8 -8
- package/references/official-docs/docs/user/guide/mcp-memory.i18n.yaml +6 -0
- package/references/official-docs/docs/user/guide/mcp-memory.md +101 -0
- package/references/official-docs/docs/user/guide/mcp-memory.zh.md +101 -0
- package/references/official-docs/docs/user/guide/providers.i18n.yaml +2 -2
- package/references/official-docs/docs/user/guide/providers.md +40 -1
- package/references/official-docs/docs/user/guide/providers.zh.md +41 -2
- package/references/official-docs/docs/user/guide/python-sdk.i18n.yaml +2 -2
- package/references/official-docs/docs/user/guide/python-sdk.md +80 -34
- package/references/official-docs/docs/user/guide/python-sdk.zh.md +87 -41
- package/references/official-docs/docs/user/guide/schedule.i18n.yaml +6 -0
- package/references/official-docs/docs/user/guide/schedule.md +21 -0
- package/references/official-docs/docs/user/guide/schedule.zh.md +21 -0
- package/references/official-docs/docs/web-styling.i18n.yaml +2 -2
- package/references/official-docs/docs/web-styling.md +3 -0
- package/references/official-docs/docs/web-styling.zh.md +5 -2
- package/references/official-docs/packages/AGENTS.md +4 -3
- package/references/official-docs/packages/README.md +104 -59
- package/references/official-docs/vendor/README.md +1 -0
- package/references/official-docs/website-docs.ts +52 -11
- package/references/sources.md +2 -2
- package/references/website-pages.md +3 -3
- package/scripts/download-sources.ps1 +1 -1
- package/scripts/sync-official-docs.ps1 +19 -11
- package/scripts/verify-kit.ps1 +0 -4
- package/templates/js/README.es.md +1 -1
- package/templates/js/README.hi.md +1 -1
- package/templates/js/README.md +1 -1
- package/templates/js/README.pt.md +1 -1
- package/templates/js/README.zh.md +1 -1
- package/templates/js/package.json +4 -4
- package/templates/ts/README.es.md +1 -1
- package/templates/ts/README.hi.md +1 -1
- package/templates/ts/README.md +1 -1
- package/templates/ts/README.pt.md +1 -1
- package/templates/ts/README.zh.md +1 -1
- package/templates/ts/package.json +4 -4
- package/references/official-docs/examples/AGENTS.md +0 -20
|
@@ -10,14 +10,19 @@ flowchart LR
|
|
|
10
10
|
pkg_attachment["attachment"]
|
|
11
11
|
svc_attachments["ctx.attachments<br/>Durable binary attachment storage"]
|
|
12
12
|
pkg_attachment_local["attachment-local"]
|
|
13
|
-
|
|
13
|
+
pkg_api_session_controller["api-session-controller"]
|
|
14
|
+
pkg_tool_fs["tool-fs"]
|
|
14
15
|
pkg_llm_pi_ai["llm-pi-ai"]
|
|
16
|
+
pkg_llm_deepseek["llm-deepseek"]
|
|
15
17
|
pkg_llm["llm"]
|
|
16
18
|
svc_llm["ctx.llm<br/>LLM adapter registry"]
|
|
17
|
-
pkg_llm_deepseek["llm-deepseek"]
|
|
18
19
|
pkg_llm_replay["llm-replay"]
|
|
19
20
|
pkg_agent_loop["agent-loop"]
|
|
20
21
|
pkg_compaction_basic["compaction-basic"]
|
|
22
|
+
pkg_deepseek_llm_api_extensions["deepseek-llm-api-extensions"]
|
|
23
|
+
svc_deepseekLlmApiExtensions["ctx.deepseekLlmApiExtensions<br/>Official DeepSeek request extensions"]
|
|
24
|
+
pkg_session_log_deepseek["session-log-deepseek"]
|
|
25
|
+
pkg_plugin_package_inventory_deepseek["plugin-package-inventory-deepseek"]
|
|
21
26
|
pkg_token_meter["token-meter"]
|
|
22
27
|
svc_tokenMeter["ctx.tokenMeter<br/>Replay token measurement"]
|
|
23
28
|
pkg_compaction_tool_result_pruner["compaction-tool-result-pruner"]
|
|
@@ -28,9 +33,18 @@ flowchart LR
|
|
|
28
33
|
pkg_session_persistence["session-persistence"]
|
|
29
34
|
pkg_session_query["session-query"]
|
|
30
35
|
pkg_session_query_sqlite["session-query-sqlite"]
|
|
31
|
-
|
|
36
|
+
pkg_subagent_in_process_driver["subagent-in-process-driver"]
|
|
32
37
|
pkg_invariants["invariants"]
|
|
33
38
|
pkg_message_feedback["message-feedback"]
|
|
39
|
+
svc_sessionController["ctx.sessionController<br/>Host Session Remote controller"]
|
|
40
|
+
svc_sessionFileReferences["ctx.sessionFileReferences<br/>Session-addressed file-reference Remote adapter"]
|
|
41
|
+
svc_sessionSkillCatalog["ctx.sessionSkillCatalog<br/>Session-addressed skill Remote adapter"]
|
|
42
|
+
pkg_api_settings_controller["api-settings-controller"]
|
|
43
|
+
svc_credentialsController["ctx.credentialsController<br/>Host credential-surface Remote controller"]
|
|
44
|
+
svc_settingsController["ctx.settingsController<br/>Host settings-surface Remote controller"]
|
|
45
|
+
pkg_api_workspace_controller["api-workspace-controller"]
|
|
46
|
+
svc_workspaceController["ctx.workspaceController<br/>Host Workspace Remote controller"]
|
|
47
|
+
svc_directoryPickerController["ctx.directoryPickerController<br/>Host directory-picking Remote controller"]
|
|
34
48
|
svc_invariants["ctx.invariants<br/>Package-owned invariant registry"]
|
|
35
49
|
pkg_scope["scope"]
|
|
36
50
|
pkg_typert_registry["typert-registry"]
|
|
@@ -40,17 +54,19 @@ flowchart LR
|
|
|
40
54
|
svc_typertGateway["ctx.typertGateway<br/>Typert Host invocation gateway"]
|
|
41
55
|
svc_sessionPersistence["ctx.sessionPersistence<br/>Durable session persistence seam"]
|
|
42
56
|
pkg_session_persistence_jsonl["session-persistence-jsonl"]
|
|
43
|
-
pkg_session_persistence_sqlite["session-persistence-sqlite"]
|
|
44
57
|
pkg_tool_bash["tool-bash"]
|
|
45
58
|
pkg_hooks_claude_code["hooks-claude-code"]
|
|
46
59
|
pkg_hooks_codex["hooks-codex"]
|
|
47
60
|
pkg_settings["settings"]
|
|
48
61
|
svc_settings["ctx.settings<br/>User-settings seam"]
|
|
49
62
|
pkg_settings_file["settings-file"]
|
|
50
|
-
|
|
63
|
+
pkg_tool_subagent["tool-subagent"]
|
|
64
|
+
svc_subagentModelSelection["ctx.subagentModelSelection<br/>Subagent model-selection preference"]
|
|
51
65
|
pkg_credentials["credentials"]
|
|
52
66
|
svc_credentials["ctx.credentials<br/>Credential seam"]
|
|
53
67
|
pkg_credentials_local["credentials-local"]
|
|
68
|
+
pkg_authorization["authorization"]
|
|
69
|
+
svc_authorization["ctx.authorization<br/>Authorization flow registry"]
|
|
54
70
|
pkg_session_telemetry["session-telemetry"]
|
|
55
71
|
svc_sessionTelemetry["ctx.sessionTelemetry<br/>Session telemetry seam"]
|
|
56
72
|
pkg_session_telemetry_otel["session-telemetry-otel"]
|
|
@@ -66,6 +82,9 @@ flowchart LR
|
|
|
66
82
|
svc_sessionQuery["ctx.sessionQuery<br/>Session reads, traces, filters, and search"]
|
|
67
83
|
pkg_session_reference["session-reference"]
|
|
68
84
|
pkg_tool_session_query["tool-session-query"]
|
|
85
|
+
pkg_file_reference["file-reference"]
|
|
86
|
+
svc_fileReferences["ctx.fileReferences<br/>File reference discovery"]
|
|
87
|
+
pkg_file_reference_local["file-reference-local"]
|
|
69
88
|
svc_sessionReferenceResolver["ctx.sessionReferenceResolver<br/>Cross-session snapshot preparation"]
|
|
70
89
|
pkg_session_title["session-title"]
|
|
71
90
|
svc_sessionTitle["ctx.sessionTitle<br/>Log-backed session titles"]
|
|
@@ -74,14 +93,12 @@ flowchart LR
|
|
|
74
93
|
pkg_system_prompt["system-prompt"]
|
|
75
94
|
svc_systemPrompt["ctx.systemPrompt<br/>System prompt assembly registry"]
|
|
76
95
|
pkg_tools["tools"]
|
|
77
|
-
pkg_tool_fs["tool-fs"]
|
|
78
96
|
pkg_tool_terminal["tool-terminal"]
|
|
79
97
|
pkg_tool_web["tool-web"]
|
|
80
98
|
svc_tools["ctx.tools<br/>Tool registry and guarded execution pipeline"]
|
|
81
99
|
pkg_tool_ask_user["tool-ask-user"]
|
|
82
100
|
pkg_tool_cordis["tool-cordis"]
|
|
83
101
|
pkg_tool_skill["tool-skill"]
|
|
84
|
-
pkg_tool_subagent["tool-subagent"]
|
|
85
102
|
pkg_tool_todo["tool-todo"]
|
|
86
103
|
pkg_user_questions["user-questions"]
|
|
87
104
|
svc_userQuestions["ctx.userQuestions<br/>Human question/answer seam"]
|
|
@@ -93,9 +110,9 @@ flowchart LR
|
|
|
93
110
|
svc_commands["ctx.commands<br/>Human command registry"]
|
|
94
111
|
pkg_session_projection["session-projection"]
|
|
95
112
|
svc_sessionProjections["ctx.sessionProjections<br/>Session projection units"]
|
|
96
|
-
pkg_host_apiproxy["host-apiproxy"]
|
|
97
113
|
pkg_session_projection_cache["session-projection-cache"]
|
|
98
114
|
svc_sessionProjectionCache["ctx.sessionProjectionCache<br/>Persisted projection cache"]
|
|
115
|
+
pkg_subagent["subagent"]
|
|
99
116
|
pkg_skill["skill"]
|
|
100
117
|
svc_skills["ctx.skills<br/>Skill provider registry"]
|
|
101
118
|
pkg_skill_badge["skill-badge"]
|
|
@@ -106,7 +123,8 @@ flowchart LR
|
|
|
106
123
|
svc_agentDefaultModel["ctx.agentDefaultModel<br/>Default Agent model selection"]
|
|
107
124
|
pkg_headless["headless"]
|
|
108
125
|
svc_agentLoop["ctx.agentLoop<br/>Concrete loop driver"]
|
|
109
|
-
|
|
126
|
+
pkg_base["base"]
|
|
127
|
+
pkg_sdk_minimal["sdk-minimal"]
|
|
110
128
|
pkg_goal["goal"]
|
|
111
129
|
svc_goals["ctx.goals<br/>Same-session goal domain"]
|
|
112
130
|
pkg_e2b["e2b"]
|
|
@@ -137,26 +155,32 @@ flowchart LR
|
|
|
137
155
|
pkg_sandbox_policy["sandbox-policy"]
|
|
138
156
|
svc_sandboxPolicy["ctx.sandboxPolicy<br/>Sandbox policy home"]
|
|
139
157
|
pkg_fs_sandbox["fs-sandbox"]
|
|
140
|
-
|
|
158
|
+
pkg_user_approval["user-approval"]
|
|
141
159
|
svc_approval["ctx.approval<br/>Approval seam"]
|
|
142
160
|
pkg_permission_presets["permission-presets"]
|
|
143
161
|
svc_permissionPresets["ctx.permissionPresets<br/>Permission presets"]
|
|
144
162
|
pkg_code_runtime["code-runtime"]
|
|
145
163
|
svc_codeRuntime["ctx.codeRuntime<br/>Code-execution seam"]
|
|
146
|
-
|
|
164
|
+
pkg_code_runtime_worker_thread["code-runtime-worker-thread"]
|
|
165
|
+
pkg_experimental_code_runtime_python["experimental-code-runtime-python"]
|
|
147
166
|
pkg_fs["fs"]
|
|
148
167
|
svc_fs["ctx.fs<br/>Filesystem provider seam"]
|
|
149
168
|
pkg_fs_local["fs-local"]
|
|
150
169
|
pkg_fs_observation_policy["fs-observation-policy"]
|
|
151
170
|
pkg_compaction["compaction"]
|
|
152
171
|
svc_compaction["ctx.compaction<br/>Compaction seam"]
|
|
153
|
-
pkg_subagent["subagent"]
|
|
154
172
|
svc_subagents["ctx.subagents<br/>Subagent provider and continuation service"]
|
|
155
173
|
pkg_subagent_spawn_in_process["subagent-spawn-in-process"]
|
|
156
174
|
pkg_subagent_fork_in_process["subagent-fork-in-process"]
|
|
157
175
|
pkg_subagent_dsh_sdk["subagent-dsh-sdk"]
|
|
158
176
|
pkg_tool_subagent_control["tool-subagent-control"]
|
|
159
177
|
pkg_tool_ralph["tool-ralph"]
|
|
178
|
+
pkg_experimental_agent_team["experimental-agent-team"]
|
|
179
|
+
svc_agentTeams["ctx.agentTeams<br/>Agent Teams coordination domain"]
|
|
180
|
+
pkg_experimental_tool_agent_team["experimental-tool-agent-team"]
|
|
181
|
+
pkg_experimental_client_ui_agent_team["experimental-client-ui-agent-team"]
|
|
182
|
+
pkg_inspector["inspector"]
|
|
183
|
+
svc_inspector["ctx.inspector<br/>Cross-realm runtime inspection"]
|
|
160
184
|
pkg_jobs["jobs"]
|
|
161
185
|
svc_jobs["ctx.jobs<br/>Background job registry"]
|
|
162
186
|
pkg_jobs_local["jobs-local"]
|
|
@@ -171,42 +195,49 @@ flowchart LR
|
|
|
171
195
|
svc_spillStore["ctx.spillStore<br/>Spill storage seam"]
|
|
172
196
|
pkg_spill_local["spill-local"]
|
|
173
197
|
pkg_spill_policy["spill-policy"]
|
|
174
|
-
|
|
198
|
+
pkg_host_directory_picker["host-directory-picker"]
|
|
175
199
|
svc_directoryPicker["ctx.directoryPicker<br/>Workspace-directory picking seam"]
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
200
|
+
pkg_host_directory_picker_native["host-directory-picker-native"]
|
|
201
|
+
pkg_host_directory_picker_browse["host-directory-picker-browse"]
|
|
202
|
+
pkg_host_webserver["host-webserver"]
|
|
179
203
|
svc_webServer["ctx.webServer<br/>HTTP route registration"]
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
204
|
+
pkg_client_connection["client-connection"]
|
|
205
|
+
pkg_client_modules["client-modules"]
|
|
206
|
+
pkg_client_hmr["client-hmr"]
|
|
183
207
|
svc_clientModules["ctx.clientModules<br/>Client plugin graph host"]
|
|
184
208
|
pkg_workflow["workflow"]
|
|
185
209
|
svc_workflowEngine["ctx.workflowEngine<br/>Workflow script engine"]
|
|
186
210
|
pkg_workflow_worker_thread["workflow-worker-thread"]
|
|
187
211
|
pkg_tool_workflow["tool-workflow"]
|
|
212
|
+
pkg_webhook["webhook"]
|
|
213
|
+
svc_webhookRuntime["ctx.webhookRuntime<br/>Webhook rule runtime"]
|
|
214
|
+
pkg_webhook_github["webhook-github"]
|
|
188
215
|
pkg_lsp["lsp"]
|
|
189
216
|
svc_lsp["ctx.lsp<br/>Language-server navigation seam"]
|
|
190
|
-
pkg_lsp_local["lsp-local"]
|
|
191
217
|
pkg_tool_lsp["tool-lsp"]
|
|
192
|
-
svc_apiProxy["ctx.apiProxy<br/>Host API dispatch"]
|
|
193
218
|
pkg_cordis_host_runner["cordis-host-runner"]
|
|
194
219
|
svc_dynamicCordisRunner["ctx.dynamicCordisRunner<br/>Dynamic Cordis package host runner"]
|
|
195
220
|
svc_cordisInspect["ctx.cordisInspect<br/>Dynamic Cordis inspect registry"]
|
|
196
|
-
pkg_acp --> svc_approval
|
|
197
221
|
pkg_agent --> svc_agents
|
|
198
222
|
pkg_agent_default_model --> svc_agentDefaultModel
|
|
199
223
|
pkg_agent_loop --> svc_agentLoop
|
|
200
224
|
pkg_agent_presets --> svc_agentPresets
|
|
201
225
|
pkg_api_gateway --> svc_typertGateway
|
|
202
|
-
|
|
203
|
-
|
|
226
|
+
pkg_api_session_controller --> svc_sessionController
|
|
227
|
+
pkg_api_session_controller --> svc_sessionFileReferences
|
|
228
|
+
pkg_api_session_controller --> svc_sessionSkillCatalog
|
|
229
|
+
pkg_api_settings_controller --> svc_credentialsController
|
|
230
|
+
pkg_api_settings_controller --> svc_settingsController
|
|
231
|
+
pkg_api_workspace_controller --> svc_directoryPickerController
|
|
232
|
+
pkg_api_workspace_controller --> svc_workspaceController
|
|
204
233
|
pkg_attachment --> svc_attachments
|
|
205
234
|
pkg_attachment_local --> svc_attachments
|
|
235
|
+
pkg_authorization --> svc_authorization
|
|
206
236
|
pkg_bash_local --> svc_shell
|
|
207
237
|
pkg_bash_sandbox --> svc_shell
|
|
238
|
+
pkg_client_modules --> svc_clientModules
|
|
208
239
|
pkg_code_runtime --> svc_codeRuntime
|
|
209
|
-
|
|
240
|
+
pkg_code_runtime_worker_thread --> svc_codeRuntime
|
|
210
241
|
pkg_commands --> svc_commands
|
|
211
242
|
pkg_compaction --> svc_compaction
|
|
212
243
|
pkg_compaction_basic --> svc_compaction
|
|
@@ -215,15 +246,22 @@ flowchart LR
|
|
|
215
246
|
pkg_cordis_host_runner --> svc_dynamicCordisRunner
|
|
216
247
|
pkg_credentials --> svc_credentials
|
|
217
248
|
pkg_credentials_local --> svc_credentials
|
|
218
|
-
|
|
219
|
-
pkg_directory_picker_browse --> svc_directoryPicker
|
|
220
|
-
pkg_directory_picker_native --> svc_directoryPicker
|
|
249
|
+
pkg_deepseek_llm_api_extensions --> svc_deepseekLlmApiExtensions
|
|
221
250
|
pkg_e2b --> svc_e2b
|
|
251
|
+
pkg_experimental_agent_team --> svc_agentTeams
|
|
252
|
+
pkg_experimental_code_runtime_python --> svc_codeRuntime
|
|
253
|
+
pkg_file_reference --> svc_fileReferences
|
|
254
|
+
pkg_file_reference_local --> svc_fileReferences
|
|
222
255
|
pkg_fs --> svc_fs
|
|
223
256
|
pkg_fs_e2b --> svc_fs
|
|
224
257
|
pkg_fs_local --> svc_fs
|
|
225
258
|
pkg_fs_sandbox --> svc_fs
|
|
226
259
|
pkg_goal --> svc_goals
|
|
260
|
+
pkg_host_directory_picker --> svc_directoryPicker
|
|
261
|
+
pkg_host_directory_picker_browse --> svc_directoryPicker
|
|
262
|
+
pkg_host_directory_picker_native --> svc_directoryPicker
|
|
263
|
+
pkg_host_webserver --> svc_webServer
|
|
264
|
+
pkg_inspector --> svc_inspector
|
|
227
265
|
pkg_invariants --> svc_invariants
|
|
228
266
|
pkg_jobs --> svc_jobs
|
|
229
267
|
pkg_jobs_local --> svc_jobs
|
|
@@ -232,19 +270,19 @@ flowchart LR
|
|
|
232
270
|
pkg_llm_pi_ai --> svc_llm
|
|
233
271
|
pkg_llm_replay --> svc_llm
|
|
234
272
|
pkg_lsp --> svc_lsp
|
|
235
|
-
|
|
273
|
+
pkg_lsp_stdio --> svc_lsp
|
|
236
274
|
pkg_message_feedback --> svc_messageFeedback
|
|
237
|
-
pkg_modules --> svc_clientModules
|
|
238
275
|
pkg_permission_presets --> svc_permissionPresets
|
|
239
276
|
pkg_plan_mode --> svc_planMode
|
|
277
|
+
pkg_plugin_package_inventory_deepseek --> svc_deepseekLlmApiExtensions
|
|
240
278
|
pkg_pwsh_local --> svc_shell
|
|
241
279
|
pkg_sandbox --> svc_sandbox
|
|
242
280
|
pkg_sandbox_local --> svc_sandbox
|
|
243
281
|
pkg_sandbox_policy --> svc_sandboxPolicy
|
|
244
282
|
pkg_session --> svc_sessions
|
|
283
|
+
pkg_session_log_deepseek --> svc_deepseekLlmApiExtensions
|
|
245
284
|
pkg_session_persistence --> svc_sessionPersistence
|
|
246
285
|
pkg_session_persistence_jsonl --> svc_sessionPersistence
|
|
247
|
-
pkg_session_persistence_sqlite --> svc_sessionPersistence
|
|
248
286
|
pkg_session_projection --> svc_sessionProjections
|
|
249
287
|
pkg_session_projection_cache --> svc_sessionProjectionCache
|
|
250
288
|
pkg_session_query --> svc_sessionQuery
|
|
@@ -282,40 +320,50 @@ flowchart LR
|
|
|
282
320
|
pkg_terminal --> svc_terminals
|
|
283
321
|
pkg_terminal_bash --> svc_terminals
|
|
284
322
|
pkg_token_meter --> svc_tokenMeter
|
|
323
|
+
pkg_tool_subagent --> svc_subagentModelSelection
|
|
285
324
|
pkg_tools --> svc_tools
|
|
286
325
|
pkg_typert_registry --> svc_typert
|
|
326
|
+
pkg_user_approval --> svc_approval
|
|
287
327
|
pkg_user_questions --> svc_userQuestions
|
|
288
328
|
pkg_web --> svc_web
|
|
289
329
|
pkg_web_fetch_http --> svc_web
|
|
290
330
|
pkg_web_search_deepseek --> svc_web
|
|
291
331
|
pkg_web_search_exa --> svc_web
|
|
292
332
|
pkg_web_search_perplexity --> svc_web
|
|
293
|
-
|
|
333
|
+
pkg_webhook --> svc_webhookRuntime
|
|
294
334
|
pkg_workflow --> svc_workflowEngine
|
|
295
335
|
pkg_workflow_worker_thread --> svc_workflowEngine
|
|
296
336
|
pkg_workspace --> svc_workspaceRegistry
|
|
337
|
+
svc_agentDefaultModel --> pkg_api_session_controller
|
|
297
338
|
svc_agentDefaultModel --> pkg_headless
|
|
298
|
-
|
|
299
|
-
svc_agentLoop -->
|
|
339
|
+
svc_agentLoop --> pkg_base
|
|
340
|
+
svc_agentLoop --> pkg_sdk_minimal
|
|
341
|
+
svc_agentTeams --> pkg_experimental_client_ui_agent_team
|
|
342
|
+
svc_agentTeams --> pkg_experimental_tool_agent_team
|
|
300
343
|
svc_agents --> pkg_acp
|
|
301
344
|
svc_agents --> pkg_agent_loop
|
|
302
|
-
svc_agents -->
|
|
303
|
-
|
|
345
|
+
svc_agents --> pkg_subagent_in_process_driver
|
|
346
|
+
svc_approval --> pkg_acp
|
|
304
347
|
svc_approval --> pkg_tool_bash
|
|
305
348
|
svc_approval --> pkg_tools
|
|
306
|
-
svc_attachments -->
|
|
349
|
+
svc_attachments --> pkg_api_session_controller
|
|
350
|
+
svc_attachments --> pkg_llm_deepseek
|
|
307
351
|
svc_attachments --> pkg_llm_pi_ai
|
|
308
|
-
|
|
352
|
+
svc_attachments --> pkg_tool_fs
|
|
353
|
+
svc_authorization --> pkg_llm_pi_ai
|
|
354
|
+
svc_clientModules --> pkg_client_hmr
|
|
309
355
|
svc_codeRuntime --> pkg_tools
|
|
310
356
|
svc_compaction --> pkg_compaction_basic
|
|
311
357
|
svc_cordisInspect --> pkg_tool_cordis
|
|
312
|
-
svc_credentials -->
|
|
358
|
+
svc_credentials --> pkg_api_settings_controller
|
|
313
359
|
svc_credentials --> pkg_llm_deepseek
|
|
314
360
|
svc_credentials --> pkg_llm_pi_ai
|
|
315
|
-
|
|
361
|
+
svc_deepseekLlmApiExtensions --> pkg_llm_deepseek
|
|
362
|
+
svc_directoryPicker --> pkg_api_workspace_controller
|
|
316
363
|
svc_dynamicCordisRunner --> pkg_tool_cordis
|
|
317
364
|
svc_e2b --> pkg_fs_e2b
|
|
318
365
|
svc_e2b --> pkg_subprocess_e2b
|
|
366
|
+
svc_fileReferences --> pkg_api_session_controller
|
|
319
367
|
svc_fs --> pkg_tool_fs
|
|
320
368
|
svc_invariants --> pkg_agent
|
|
321
369
|
svc_invariants --> pkg_agent_loop
|
|
@@ -340,8 +388,11 @@ flowchart LR
|
|
|
340
388
|
svc_sessionPersistence --> pkg_session_query
|
|
341
389
|
svc_sessionPersistence --> pkg_session_query_sqlite
|
|
342
390
|
svc_sessionPersistence --> pkg_tool_bash
|
|
343
|
-
svc_sessionProjectionCache -->
|
|
344
|
-
|
|
391
|
+
svc_sessionProjectionCache --> pkg_api_session_controller
|
|
392
|
+
svc_sessionProjectionCache --> pkg_session_query
|
|
393
|
+
svc_sessionProjectionCache --> pkg_session_reference
|
|
394
|
+
svc_sessionProjectionCache --> pkg_subagent
|
|
395
|
+
svc_sessionProjections --> pkg_api_session_controller
|
|
345
396
|
svc_sessionProjections --> pkg_session_title
|
|
346
397
|
svc_sessionProjections --> pkg_tool_todo
|
|
347
398
|
svc_sessionQuery --> pkg_session_reference
|
|
@@ -353,8 +404,8 @@ flowchart LR
|
|
|
353
404
|
svc_sessions --> pkg_session_persistence
|
|
354
405
|
svc_sessions --> pkg_session_query
|
|
355
406
|
svc_sessions --> pkg_session_query_sqlite
|
|
356
|
-
svc_sessions -->
|
|
357
|
-
svc_settings -->
|
|
407
|
+
svc_sessions --> pkg_subagent_in_process_driver
|
|
408
|
+
svc_settings --> pkg_api_settings_controller
|
|
358
409
|
svc_settings --> pkg_llm_deepseek
|
|
359
410
|
svc_settings --> pkg_llm_pi_ai
|
|
360
411
|
svc_shell --> pkg_hooks_claude_code
|
|
@@ -368,6 +419,7 @@ flowchart LR
|
|
|
368
419
|
svc_storage --> pkg_storage_domain
|
|
369
420
|
svc_storageDomain --> pkg_message_feedback
|
|
370
421
|
svc_storageDomain --> pkg_workspace
|
|
422
|
+
svc_subagentModelSelection --> pkg_tool_subagent
|
|
371
423
|
svc_subagents --> pkg_tool_ralph
|
|
372
424
|
svc_subagents --> pkg_tool_subagent
|
|
373
425
|
svc_subagents --> pkg_tool_subagent_control
|
|
@@ -400,48 +452,61 @@ flowchart LR
|
|
|
400
452
|
svc_typert --> pkg_typert_loader
|
|
401
453
|
svc_userQuestions --> pkg_tool_ask_user
|
|
402
454
|
svc_web --> pkg_tool_web
|
|
403
|
-
svc_webServer -->
|
|
404
|
-
svc_webServer -->
|
|
405
|
-
svc_webServer -->
|
|
455
|
+
svc_webServer --> pkg_client_connection
|
|
456
|
+
svc_webServer --> pkg_client_hmr
|
|
457
|
+
svc_webServer --> pkg_client_modules
|
|
458
|
+
svc_webhookRuntime --> pkg_webhook_github
|
|
406
459
|
svc_workflowEngine --> pkg_tool_ralph
|
|
407
460
|
svc_workflowEngine --> pkg_tool_workflow
|
|
408
|
-
svc_workspaceRegistry -->
|
|
461
|
+
svc_workspaceRegistry --> pkg_api_session_controller
|
|
462
|
+
svc_workspaceRegistry --> pkg_api_workspace_controller
|
|
409
463
|
svc_fs -. event gate .-> pkg_fs_observation_policy
|
|
410
464
|
```
|
|
411
465
|
|
|
412
466
|
| ctx key | Role | Owner | Implementations | Direct consumers | Companion plugins | Note |
|
|
413
467
|
| --- | --- | --- | --- | --- | --- | --- |
|
|
414
|
-
| `ctx.attachments` | `seam` | [`attachment`](../packages/attachment/attachment) | [`attachment-local`](../packages/attachment/attachment-local) | `
|
|
468
|
+
| `ctx.attachments` | `seam` | [`attachment`](../packages/attachment/attachment) | [`attachment-local`](../packages/attachment/attachment-local) | [`api-session-controller`](../packages/api/session-controller), [`tool-fs`](../packages/fs/tool-fs), [`llm-pi-ai`](../packages/llm/llm-pi-ai), [`llm-deepseek`](../packages/llm/llm-deepseek) | - | The host commits accepted images before session events; provider adapters resolve authorized durable references into provider-native content. |
|
|
415
469
|
| `ctx.llm` | `seam` | [`llm`](../packages/llm/llm) | [`llm-deepseek`](../packages/llm/llm-deepseek), [`llm-pi-ai`](../packages/llm/llm-pi-ai), [`llm-replay`](../packages/test-support/llm-replay) | [`agent-loop`](../packages/core/agent-loop), [`compaction-basic`](../packages/compaction/compaction-basic) | - | Adapters register provider implementations; the loop and compaction call the provider-neutral stream service. |
|
|
470
|
+
| `ctx.deepseekLlmApiExtensions` | `seam` | [`deepseek-llm-api-extensions`](../packages/llm/deepseek-llm-api-extensions) | [`session-log-deepseek`](../packages/session/session-log-deepseek), [`plugin-package-inventory-deepseek`](../packages/llm/plugin-package-inventory-deepseek) | [`llm-deepseek`](../packages/llm/llm-deepseek) | - | Plugins prepare independent top-level fields; the official adapter merges them and commits their delivery state after HTTP acceptance. |
|
|
416
471
|
| `ctx.tokenMeter` | `core` | [`token-meter`](../packages/llm/token-meter) | - | [`compaction-basic`](../packages/compaction/compaction-basic) | - | Owns isolated per-session replay folds; pressure consumers share immutable revisioned measurements. |
|
|
417
472
|
| `ctx.toolResultPruner` | `core` | [`compaction-tool-result-pruner`](../packages/compaction/compaction-tool-result-pruner) | - | [`compaction-basic`](../packages/compaction/compaction-basic) | - | Rewrites oversized current tool results through replayable single-node surface replacements before summary compaction. |
|
|
418
|
-
| `ctx.sessions` | `core` | [`session`](../packages/core/session) | - | [`agent-loop`](../packages/core/agent-loop), [`agent`](../packages/core/agent), [`session-persistence`](../packages/session/session-persistence), [`session-query`](../packages/session-query/session-query), [`session-query-sqlite`](../packages/session-query/session-query-sqlite), `subagent-
|
|
473
|
+
| `ctx.sessions` | `core` | [`session`](../packages/core/session) | - | [`agent-loop`](../packages/core/agent-loop), [`agent`](../packages/core/agent), [`session-persistence`](../packages/session/session-persistence), [`session-query`](../packages/session-query/session-query), [`session-query-sqlite`](../packages/session-query/session-query-sqlite), [`subagent-in-process-driver`](../packages/subagent/subagent-in-process-driver), [`invariants`](../packages/runtime-diagnostics/invariants), [`message-feedback`](../packages/feedback/message-feedback) | - | Owns append-only Session instances and emits the durable session event feed. |
|
|
474
|
+
| `ctx.sessionController` | `core` | [`api-session-controller`](../packages/api/session-controller) | - | - | - | Owns Session commands, cold reads, durable-event following, live control state, model catalogs, workspace opening, and Agent activation policy. |
|
|
475
|
+
| `ctx.sessionFileReferences` | `core` | [`api-session-controller`](../packages/api/session-controller) | - | - | - | Delegates file-reference discovery through the Session Controller's established Agent lookup policy. |
|
|
476
|
+
| `ctx.sessionSkillCatalog` | `core` | [`api-session-controller`](../packages/api/session-controller) | - | - | - | Lists the Session composition's user-invocable skills without activating a cold Agent. |
|
|
477
|
+
| `ctx.credentialsController` | `core` | [`api-settings-controller`](../packages/api/settings-controller) | - | - | - | Projects the credential-reference seam onto the generated Remote namespace: batch fan-out, view projection, and refusal mapping live here, not on the seam Definition. |
|
|
478
|
+
| `ctx.settingsController` | `core` | [`api-settings-controller`](../packages/api/settings-controller) | - | - | - | Projects the user-settings seam onto the generated Remote namespace: the read is always redacted and every refusal is classified here, not on the seam Definition. |
|
|
479
|
+
| `ctx.workspaceController` | `core` | [`api-workspace-controller`](../packages/api/workspace-controller) | - | - | - | Owns Workspace commands and reconnect-safe Workspace state delivery through the generated Remote namespace. |
|
|
480
|
+
| `ctx.directoryPickerController` | `core` | [`api-workspace-controller`](../packages/api/workspace-controller) | - | - | - | Carries the picking seam onto the wire: capability gating, cancellation, and the seam-coded failures a browser directory flow discriminates on. |
|
|
419
481
|
| `ctx.invariants` | `core` | [`invariants`](../packages/runtime-diagnostics/invariants) | - | [`session`](../packages/core/session), [`agent`](../packages/core/agent), [`scope`](../packages/core/scope), [`agent-loop`](../packages/core/agent-loop) | - | Companion subpaths register owner-local checks; the service owns selection, uniqueness, child fibers, and package-attributed failures. |
|
|
420
482
|
| `ctx.typert` | `core` | [`typert-registry`](../packages/typert/registry) | - | [`typert-loader`](../packages/typert/loader), [`api-gateway`](../packages/api/gateway) | - | Plugins register live zod contributions directly or through dsh-typert-loader; the API gateway consumes invocation descriptors and providers, while other runtime consumers query schemas and reflection metadata at their own edges. |
|
|
421
483
|
| `ctx.typertGateway` | `core` | [`api-gateway`](../packages/api/gateway) | - | - | - | Associates generated Remote descriptors with live Cordis services, resolves registered identities, and exposes unary calls through the shared Connection RPC carrier. |
|
|
422
|
-
| `ctx.sessionPersistence` | `seam` | [`session-persistence`](../packages/session/session-persistence) | [`session-persistence-jsonl`](../packages/session/session-persistence-jsonl)
|
|
423
|
-
| `ctx.settings` | `seam` | [`settings`](../packages/settings/settings) | [`settings-file`](../packages/settings/settings-file) | [`llm-deepseek`](../packages/llm/llm-deepseek), [`llm-pi-ai`](../packages/llm/llm-pi-ai)
|
|
424
|
-
| `ctx.
|
|
484
|
+
| `ctx.sessionPersistence` | `seam` | [`session-persistence`](../packages/session/session-persistence) | [`session-persistence-jsonl`](../packages/session/session-persistence-jsonl) | [`agent-loop`](../packages/core/agent-loop), [`tool-bash`](../packages/shell/tool-bash), [`hooks-claude-code`](../packages/hooks/hooks-claude-code), [`hooks-codex`](../packages/hooks/hooks-codex), [`session-query`](../packages/session-query/session-query), [`session-query-sqlite`](../packages/session-query/session-query-sqlite), [`message-feedback`](../packages/feedback/message-feedback) | - | The JSONL backend persists the SessionEvent vocabulary as one artifact per Session. |
|
|
485
|
+
| `ctx.settings` | `seam` | [`settings`](../packages/settings/settings) | [`settings-file`](../packages/settings/settings-file) | [`api-settings-controller`](../packages/api/settings-controller), [`llm-deepseek`](../packages/llm/llm-deepseek), [`llm-pi-ai`](../packages/llm/llm-pi-ai) | - | Plugins register namespace schemas and resolve layered values; providers store the raw document. The LLM adapters register their entry config as the composition base under the user section; the settings controller serves redacted layered descriptors and writes the user layer. |
|
|
486
|
+
| `ctx.subagentModelSelection` | `core` | [`tool-subagent`](../packages/subagent/tool-subagent) | - | [`tool-subagent`](../packages/subagent/tool-subagent) | - | Owns the default-off settings namespace that Agent-scoped delegation tools sample when composing a new top-level Session. |
|
|
487
|
+
| `ctx.credentials` | `seam` | [`credentials`](../packages/credentials/credentials) | [`credentials-local`](../packages/credentials/credentials-local) | [`api-settings-controller`](../packages/api/settings-controller), [`llm-deepseek`](../packages/llm/llm-deepseek), [`llm-pi-ai`](../packages/llm/llm-pi-ai) | - | Configuration carries references to secrets; providers own the values. Consumers resolve per operation, so a rotated credential reaches the very next request; the settings controller exposes value-free views and write-only storage. |
|
|
488
|
+
| `ctx.authorization` | `seam` | [`authorization`](../packages/credentials/authorization) | - | [`llm-pi-ai`](../packages/llm/llm-pi-ai) | - | Flows are registered by the plugin that knows how to obtain one credential and keyed by the record they write; the seam owns the conversation and the one-attempt-per-key lifecycle, never the protocol. |
|
|
425
489
|
| `ctx.sessionTelemetry` | `seam` | [`session-telemetry`](../packages/session/session-telemetry) | [`session-telemetry-otel`](../packages/session/session-telemetry-otel) | - | - | The seam captures, redacts, and hands session records to one backend; nothing else consumes the service — its output leaves the process. |
|
|
426
490
|
| `ctx.storage` | `seam` | [`storage`](../packages/storage/storage) | [`storage-json`](../packages/storage/storage-json), [`storage-sqlite`](../packages/storage/storage-sqlite) | [`storage-domain`](../packages/storage/storage-domain) | - | Backends register side by side under names; data forms (domain first) mount on the hub and translate typed operations into opaque KV-unit primitives. |
|
|
427
491
|
| `ctx.storageDomain` | `core` | [`storage-domain`](../packages/storage/storage-domain) | - | [`workspace`](../packages/workspace/workspace), [`message-feedback`](../packages/feedback/message-feedback) | - | Waits for every configured backend, then publishes the domain form as one lifecycle-bound service for typed durable state. |
|
|
428
492
|
| `ctx.messageFeedback` | `core` | [`message-feedback`](../packages/feedback/message-feedback) | - | - | - | Owns local per-assistant-message feedback, lifecycle and target validation, per-item compare-and-set, and the Host unary Remote contract without entering Session history or telemetry. |
|
|
429
|
-
| `ctx.workspaceRegistry` | `core` | [`workspace`](../packages/workspace/workspace) | - | `
|
|
493
|
+
| `ctx.workspaceRegistry` | `core` | [`workspace`](../packages/workspace/workspace) | - | [`api-workspace-controller`](../packages/api/workspace-controller), [`api-session-controller`](../packages/api/session-controller) | - | Owns WorkspaceId-branded records over the domain facility; stable sessionIds accounts drive Host RPC and GUI projections. |
|
|
430
494
|
| `ctx.sessionQuery` | `seam` | [`session-query`](../packages/session-query/session-query) | [`session-query-sqlite`](../packages/session-query/session-query-sqlite) | [`session-reference`](../packages/context/session-reference), [`tool-session-query`](../packages/session-query/tool-session-query) | - | The interface supplies exact reads, filters, and traces; its concrete backend adds full-text reconciliation, ranking, snippets, and cursor generations, while the model consumer owns workspace authority and cursor-free rendering. |
|
|
495
|
+
| `ctx.fileReferences` | `seam` | [`file-reference`](../packages/context/file-reference) | [`file-reference-local`](../packages/context/file-reference-local) | [`api-session-controller`](../packages/api/session-controller) | - | The interface returns path-only completion candidates within an Agent cwd; providers own namespace access and ranking without reading file contents. |
|
|
431
496
|
| `ctx.sessionReferenceResolver` | `core` | [`session-reference`](../packages/context/session-reference) | - | - | - | Projects bounded current-surface conversation snapshots into durable untrusted message context; host adapters own mention syntax. |
|
|
432
497
|
| `ctx.sessionTitle` | `seam` | [`session-title`](../packages/session/session-title) | [`session-title-first-prompt-llm`](../packages/session/session-title-first-prompt-llm), [`session-title-all-prompts-llm`](../packages/session/session-title-all-prompts-llm) | - | - | Owns the deterministic fallback, latest-title fold, and sole optional asynchronous provider registration. |
|
|
433
498
|
| `ctx.systemPrompt` | `core` | [`system-prompt`](../packages/core/system-prompt) | - | [`agent-loop`](../packages/core/agent-loop), [`tools`](../packages/core/tools), [`tool-fs`](../packages/fs/tool-fs), [`tool-terminal`](../packages/terminal/tool-terminal), [`tool-web`](../packages/web/tool-web) | - | Collects prompt sections and model-facing tool schemas for each step. |
|
|
434
|
-
| `ctx.tools` | `core` | [`tools`](../packages/core/tools) | - | [`agent-loop`](../packages/core/agent-loop), [`tool-ask-user`](../packages/interaction/tool-ask-user), [`tool-bash`](../packages/shell/tool-bash), [`tool-cordis`](../packages/extensions/tool-cordis), [`tool-fs`](../packages/fs/tool-fs), [`tool-terminal`](../packages/terminal/tool-terminal), [`tool-skill`](../packages/skill/tool-skill), [`tool-subagent`](../packages/subagent/tool-subagent), [`tool-todo`](../packages/todo/tool-todo), [`tool-web`](../packages/web/tool-web) | - | Registers capabilities, owns
|
|
499
|
+
| `ctx.tools` | `core` | [`tools`](../packages/core/tools) | - | [`agent-loop`](../packages/core/agent-loop), [`tool-ask-user`](../packages/interaction/tool-ask-user), [`tool-bash`](../packages/shell/tool-bash), [`tool-cordis`](../packages/extensions/tool-cordis), [`tool-fs`](../packages/fs/tool-fs), [`tool-terminal`](../packages/terminal/tool-terminal), [`tool-skill`](../packages/skill/tool-skill), [`tool-subagent`](../packages/subagent/tool-subagent), [`tool-todo`](../packages/todo/tool-todo), [`tool-web`](../packages/web/tool-web) | - | Registers capabilities, owns PTC mode transport, and routes calls through pre-policy, monotonic guards, around dispatch, post-policy, and final-result observation. |
|
|
435
500
|
| `ctx.userQuestions` | `seam` | [`user-questions`](../packages/interaction/user-questions) | - | [`tool-ask-user`](../packages/interaction/tool-ask-user) | - | UI front ends provide the active human-answer provider; tool-ask-user pauses a tool call on the provider-neutral ask() promise. |
|
|
436
501
|
| `ctx.planMode` | `core` | [`plan-mode`](../packages/plan/plan-mode) | - | - | - | Folds logged plan/mode state, flushes user selections at turn boundaries, renders deployment-owned guidance, registers /plan, and keeps the plan-exit schema stable across transitions. |
|
|
437
502
|
| `ctx.agentPresets` | `core` | [`agent-presets`](../packages/preset/agent-presets) | - | - | - | Discovers preset directories over trusted and user-authored roots and mounts one preset cordis.yml under an agent scope during creation, rejecting a row that never activates or that publishes into the root service realm. |
|
|
438
503
|
| `ctx.commands` | `core` | [`commands`](../packages/interaction/commands) | - | - | - | Plugins register direct human commands without sending invocations to the model. |
|
|
439
|
-
| `ctx.sessionProjections` | `core` | [`session-projection`](../packages/session/session-projection) | - | [`
|
|
440
|
-
| `ctx.sessionProjectionCache` | `core` | [`session-projection-cache`](../packages/session/session-projection-cache) | - | [`
|
|
504
|
+
| `ctx.sessionProjections` | `core` | [`session-projection`](../packages/session/session-projection) | - | [`api-session-controller`](../packages/api/session-controller), [`tool-todo`](../packages/todo/tool-todo), [`session-title`](../packages/session/session-title) | - | Domains register state-driven fold units; the eager drive keeps per-session watermark states and the Session controller serves baselines and pushes changed values. |
|
|
505
|
+
| `ctx.sessionProjectionCache` | `core` | [`session-projection-cache`](../packages/session/session-projection-cache) | - | [`api-session-controller`](../packages/api/session-controller), [`session-query`](../packages/session-query/session-query), [`session-reference`](../packages/context/session-reference), [`subagent`](../packages/subagent/subagent) | - | Durably checkpoints projection unit states per session (throttled + turn/end/detach mandatory points) and serves the cold-read ladder: cache row + persistence tail replay, so listings never load full logs. |
|
|
441
506
|
| `ctx.skills` | `seam` | [`skill`](../packages/skill/skill) | [`skill-badge`](../packages/skill/skill-badge), [`skill-filesystem`](../packages/skill/skill-filesystem) | [`tool-skill`](../packages/skill/tool-skill) | - | Merges provider skill catalogs; tool-skill renders the session-prefix catalog and loads complete skill bodies. |
|
|
442
|
-
| `ctx.agents` | `core` | [`agent`](../packages/core/agent) | - | [`agent-loop`](../packages/core/agent-loop), [`acp`](../packages/acp/acp), `subagent-
|
|
443
|
-
| `ctx.agentDefaultModel` | `core` | [`agent-default-model`](../packages/core/agent-default-model) | - | [`
|
|
444
|
-
| `ctx.agentLoop` | `bundle` | [`agent-loop`](../packages/core/agent-loop) | - | [`
|
|
507
|
+
| `ctx.agents` | `core` | [`agent`](../packages/core/agent) | - | [`agent-loop`](../packages/core/agent-loop), [`acp`](../packages/acp/acp), [`subagent-in-process-driver`](../packages/subagent/subagent-in-process-driver) | - | Owns live Agent handles, the create/resume factory seam, and process-local initiator propagation. |
|
|
508
|
+
| `ctx.agentDefaultModel` | `core` | [`agent-default-model`](../packages/core/agent-default-model) | - | [`api-session-controller`](../packages/api/session-controller), [`headless`](../packages/bundle/headless) | - | Layers the default ModelSelection through settings so direct and Host-backed Agent entry points share one state owner. |
|
|
509
|
+
| `ctx.agentLoop` | `bundle` | [`agent-loop`](../packages/core/agent-loop) | - | [`base`](../packages/bundle/base), [`sdk-minimal`](../packages/bundle/sdk-minimal) | - | The one concrete loop plugin; extension packages depend on dsh-agent events and services, not on this package. |
|
|
445
510
|
| `ctx.goals` | `core` | [`goal`](../packages/goal/goal) | - | - | - | Folds revisioned objective state from the session log and keeps live continuation activation process-local. |
|
|
446
511
|
| `ctx.e2b` | `core` | [`e2b`](../packages/e2b/e2b) | - | [`fs-e2b`](../packages/e2b/fs-e2b), [`subprocess-e2b`](../packages/e2b/subprocess-e2b) | - | Owns one shared E2B SDK handle, remote working directory, and final sandbox disposition so both fundamental E2B providers inhabit the same Linux runtime. |
|
|
447
512
|
| `ctx.subprocess` | `seam` | [`subprocess`](../packages/subprocess/subprocess) | [`subprocess-local`](../packages/subprocess/subprocess-local), [`subprocess-e2b`](../packages/e2b/subprocess-e2b) | [`bash-local`](../packages/shell/bash-local), [`bash-sandbox`](../packages/shell/bash-sandbox), [`terminal-bash`](../packages/terminal/terminal-bash), [`lsp-stdio`](../packages/lsp/lsp-stdio), [`subagent-acp`](../packages/subagent/subagent-acp), [`subagent-codex`](../packages/subagent/subagent-codex), [`subagent-claude-code`](../packages/subagent/subagent-claude-code) | - | The bash executors, the PTY shell backend, the LSP host, and the out-of-process ACP, Codex, and Claude Code subagent backends spawn through ctx.subprocess; the service owns process coordinates, tree/session lifetime, stdio dispositions, terminal mechanics, and kill escalation. |
|
|
@@ -450,21 +515,23 @@ flowchart LR
|
|
|
450
515
|
| `ctx.terminals` | `seam` | [`terminal`](../packages/terminal/terminal) | [`terminal-bash`](../packages/terminal/terminal-bash) | [`tool-terminal`](../packages/terminal/tool-terminal) | - | The registry owns exact-Agent session identity and cleanup; backends own terminal mechanics, while tool-terminal exposes the owner-scoped model tools. |
|
|
451
516
|
| `ctx.sandbox` | `seam` | [`sandbox`](../packages/sandbox/sandbox) | [`sandbox-local`](../packages/sandbox/sandbox-local) | [`bash-sandbox`](../packages/shell/bash-sandbox), [`terminal-bash`](../packages/terminal/terminal-bash) | - | Consumers hand over the exact argv they are about to spawn; same-world backends wrap it under a per-call policy and report enforcement. |
|
|
452
517
|
| `ctx.sandboxPolicy` | `core` | [`sandbox-policy`](../packages/sandbox/sandbox-policy) | - | [`bash-sandbox`](../packages/shell/bash-sandbox), [`fs-sandbox`](../packages/fs/fs-sandbox), [`terminal-bash`](../packages/terminal/terminal-bash) | - | The one home for the deployment default mode + workspace root; only the sandboxed executor and provider read the service (the tool layers use the pure `sandbox/mode` fold it also exports). Both enforcing families read it so bash and fs cannot confine to different roots. |
|
|
453
|
-
| `ctx.approval` | `seam` | `approval`
|
|
518
|
+
| `ctx.approval` | `seam` | [`user-approval`](../packages/interaction/user-approval) | - | [`tools`](../packages/core/tools), [`tool-bash`](../packages/shell/tool-bash), [`acp`](../packages/acp/acp) | - | One-shot permission decisions dispatched over the `approval/request` waterfall; answerers are listeners (the ACP bridge for its own agents), absence fails closed to `unavailable`. |
|
|
454
519
|
| `ctx.permissionPresets` | `core` | [`permission-presets`](../packages/interaction/permission-presets) | - | - | - | User-facing preset table (`workspace-write`/`danger-full-access`) bundling the sandbox-mode and approval-policy knobs; a switch writes one `permission/preset` event through to both knob events. |
|
|
455
|
-
| `ctx.codeRuntime` | `seam` | [`code-runtime`](../packages/code-runtime/code-runtime) | `code-runtime-worker` | [`tools`](../packages/core/tools) | - | Runs one model-written program against host-provided async bindings; backends differ by substrate and language (the tool registry consumes it for
|
|
520
|
+
| `ctx.codeRuntime` | `seam` | [`code-runtime`](../packages/code-runtime/code-runtime) | [`code-runtime-worker-thread`](../packages/code-runtime/code-runtime-worker-thread), [`experimental-code-runtime-python`](../packages/experimental/code-runtime-python) | [`tools`](../packages/core/tools) | - | Runs one model-written program against host-provided async bindings; backends differ by substrate and language (the tool registry consumes it for PTC mode). |
|
|
456
521
|
| `ctx.fs` | `seam` | [`fs`](../packages/fs/fs) | [`fs-local`](../packages/fs/fs-local), [`fs-sandbox`](../packages/fs/fs-sandbox), [`fs-e2b`](../packages/e2b/fs-e2b) | [`tool-fs`](../packages/fs/tool-fs) | [`fs-observation-policy`](../packages/fs/fs-observation-policy) | tool-fs executes read/write/edit through ctx.fs; fs-sandbox fences mutations by the shared sandbox mode; fs-observation-policy contributes observed-state checks through the fs/* event gate. |
|
|
457
522
|
| `ctx.compaction` | `seam` | [`compaction`](../packages/compaction/compaction) | [`compaction-basic`](../packages/compaction/compaction-basic) | [`compaction-basic`](../packages/compaction/compaction-basic) | - | The basic backend consumes post-step pressure and request-error recovery events; there is no model-facing compact tool. |
|
|
458
523
|
| `ctx.subagents` | `seam` | [`subagent`](../packages/subagent/subagent) | [`subagent-spawn-in-process`](../packages/subagent/subagent-spawn-in-process), [`subagent-fork-in-process`](../packages/subagent/subagent-fork-in-process), [`subagent-acp`](../packages/subagent/subagent-acp), [`subagent-codex`](../packages/subagent/subagent-codex), [`subagent-claude-code`](../packages/subagent/subagent-claude-code), [`subagent-dsh-sdk`](../packages/subagent/subagent-dsh-sdk) | [`tool-subagent`](../packages/subagent/tool-subagent), [`tool-subagent-control`](../packages/subagent/tool-subagent-control), [`tool-ralph`](../packages/workflow/tool-ralph) | - | Providers implement transports; the service also owns optional Activation-based continuation orchestration, tool-subagent selects one-shot or continuable delegation, tool-subagent-control delivers follow-ups, and tool-ralph requires one fresh structured-output route. |
|
|
524
|
+
| `ctx.agentTeams` | `core` | [`experimental-agent-team`](../packages/experimental/agent-team) | - | [`experimental-tool-agent-team`](../packages/experimental/tool-agent-team), [`experimental-client-ui-agent-team`](../packages/experimental/client-ui-agent-team) | - | Owns the implicit-root roster, durable peer mailbox, shared task DAG, continuable-child lifecycle, and generated Team Remote methods; tool-agent-team contributes model controls and client-ui-agent-team mounts the browser contribution. |
|
|
525
|
+
| `ctx.inspector` | `core` | `inspector` | - | - | - | Owns the Worker-hosted CDP target and the transport-independent Host and Client observation and Cordis-tree query API. |
|
|
459
526
|
| `ctx.jobs` | `seam` | [`jobs`](../packages/jobs/jobs) | [`jobs-local`](../packages/jobs/jobs-local) | [`tool-bash`](../packages/shell/tool-bash), [`tool-terminal`](../packages/terminal/tool-terminal), [`tool-subagent`](../packages/subagent/tool-subagent), [`tool-jobs`](../packages/jobs/tool-jobs) | - | Producers (background bash, PTY sends, and subagent delegations) register running work; tool-jobs is the model-facing controller that reads, lists, and kills it; jobs-local is the process-local registry. |
|
|
460
527
|
| `ctx.web` | `seam` | [`web`](../packages/web/web) | [`web-search-exa`](../packages/web/web-search-exa), [`web-search-perplexity`](../packages/web/web-search-perplexity), [`web-search-deepseek`](../packages/web/web-search-deepseek), [`web-fetch-http`](../packages/web/web-fetch-http) | [`tool-web`](../packages/web/tool-web) | - | Search and fetch providers register into one ctx.web seam; tool-web owns the stable model-facing names. |
|
|
461
528
|
| `ctx.spillStore` | `seam` | [`spill`](../packages/spill/spill) | [`spill-local`](../packages/spill/spill-local) | [`spill-policy`](../packages/spill/spill-policy) | - | The backend saves oversized tool text and returns a model-facing locator plus retrieval hint; spill-policy is the tools/post-execute consumer that decides when to spill. |
|
|
462
|
-
| `ctx.directoryPicker` | `seam` | `directory-picker` | `directory-picker-native
|
|
463
|
-
| `ctx.webServer` | `core` | `webserver` | - | `connection
|
|
464
|
-
| `ctx.clientModules` | `core` | `modules` | - | `hmr` | - | Composes the __DSH_BOOT__ entry graph from an incremental dsh.client scan, serves plugin bundles, and notifies rebuilt/graph-changed subscribers. |
|
|
529
|
+
| `ctx.directoryPicker` | `seam` | [`host-directory-picker`](../packages/host/directory-picker) | [`host-directory-picker-native`](../packages/host/directory-picker-native), [`host-directory-picker-browse`](../packages/host/directory-picker-browse) | [`api-workspace-controller`](../packages/api/workspace-controller) | - | Discriminated interaction capability: the native backend opens one OS chooser on the host display, the browse backend serves listing/creation primitives for the in-app browser; dual-face backends fill ui-workspace directory-flow slots from their browser halves (no wire advertisement). |
|
|
530
|
+
| `ctx.webServer` | `core` | [`host-webserver`](../packages/host/webserver) | - | [`client-connection`](../packages/client/connection), [`client-modules`](../packages/client/modules), [`client-hmr`](../packages/client/hmr) | - | Plain node:http carrier: named-route registry, index transform taps, and the static dist fallback; web-transport plugins register their own routes. |
|
|
531
|
+
| `ctx.clientModules` | `core` | [`client-modules`](../packages/client/modules) | - | [`client-hmr`](../packages/client/hmr) | - | Composes the __DSH_BOOT__ entry graph from an incremental dsh.client scan, serves plugin bundles, and notifies rebuilt/graph-changed subscribers. |
|
|
465
532
|
| `ctx.workflowEngine` | `seam` | [`workflow`](../packages/workflow/workflow) | [`workflow-worker-thread`](../packages/workflow/workflow-worker-thread) | [`tool-workflow`](../packages/workflow/tool-workflow), [`tool-ralph`](../packages/workflow/tool-ralph) | - | One engine per context, as in bash, with no named-provider registry; the general workflow and fixed Ralph consumers start runs whose agent() calls fan out through ctx.subagents. |
|
|
466
|
-
| `ctx.
|
|
467
|
-
| `ctx.
|
|
533
|
+
| `ctx.webhookRuntime` | `core` | [`webhook`](../packages/webhook/webhook) | - | [`webhook-github`](../packages/webhook/webhook-github) | - | Provider adapters dispatch authenticated deliveries; trusted plugins register independent process-local rules, and the runtime turns non-null results into ordinary Workspace-backed Sessions without delivery or completion state. |
|
|
534
|
+
| `ctx.lsp` | `seam` | [`lsp`](../packages/lsp/lsp) | [`lsp-stdio`](../packages/lsp/lsp-stdio) | [`tool-lsp`](../packages/lsp/tool-lsp) | - | Provider registration and selection plus normalized query execution over exactly four operations; the seam offers no protocol escape hatch, so a backend translates into the normalized request and result. |
|
|
468
535
|
| `ctx.dynamicCordisRunner` | `core` | [`cordis-host-runner`](../packages/extensions/cordis-host-runner) | - | [`tool-cordis`](../packages/extensions/tool-cordis) | - | Owns the in-memory definition registry, the vm sandbox for host halves, and the request-run round trip; browser pages reach the same service over the wire through its remote namespace. |
|
|
469
536
|
| `ctx.cordisInspect` | `core` | [`cordis-host-runner`](../packages/extensions/cordis-host-runner) | - | [`tool-cordis`](../packages/extensions/tool-cordis) | - | Registers host inspect providers, mirrors the client provider manifest, and routes client queries through the dynamic Cordis transport. |
|
|
470
537
|
|