dsh-plugin-guide 0.3.15 → 0.3.17
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 +43 -40
- package/README-hi.md +43 -40
- package/README-pt.md +43 -40
- package/README-zh.md +43 -40
- package/README.md +19 -15
- package/dist/dsh-plugin-dev.js +230 -6
- package/guide/plugin-dev-guide.md +1 -1
- package/guide/release-engineering.md +7 -5
- package/guide/release-engineering.zh-CN.md +7 -5
- package/guide/unfixed-issues.md +4 -2
- package/package.json +5 -4
- package/references/official-docs/AGENTS.md +74 -49
- package/references/official-docs/README.i18n.yaml +2 -2
- package/references/official-docs/README.zh.md +12 -0
- package/references/official-docs/SNAPSHOT.md +4 -4
- package/references/official-docs/THIRD_PARTY_NOTICES.md +86 -30
- package/references/official-docs/docs/AGENTS.md +7 -6
- package/references/official-docs/docs/agent-lifecycle.i18n.yaml +2 -2
- package/references/official-docs/docs/agent-lifecycle.md +12 -5
- package/references/official-docs/docs/agent-lifecycle.zh.md +12 -5
- package/references/official-docs/docs/api-gateway.i18n.yaml +2 -2
- package/references/official-docs/docs/api-gateway.md +2 -2
- package/references/official-docs/docs/api-gateway.zh.md +2 -2
- package/references/official-docs/docs/architecture.i18n.yaml +2 -2
- package/references/official-docs/docs/architecture.md +26 -12
- package/references/official-docs/docs/architecture.zh.md +28 -14
- package/references/official-docs/docs/capability-seams.i18n.yaml +2 -2
- package/references/official-docs/docs/capability-seams.md +111 -31
- package/references/official-docs/docs/capability-seams.zh.md +111 -31
- package/references/official-docs/docs/config-catalog.i18n.yaml +2 -2
- package/references/official-docs/docs/config-catalog.md +674 -202
- package/references/official-docs/docs/config-catalog.zh.md +691 -219
- package/references/official-docs/docs/cookbook/adding-a-session-format-version.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/adding-a-session-format-version.md +111 -0
- package/references/official-docs/docs/cookbook/adding-a-session-format-version.zh.md +111 -0
- package/references/official-docs/docs/cookbook/adding-a-settings-card.md +8 -8
- package/references/official-docs/docs/cookbook/adding-a-settings-card.zh.md +9 -9
- package/references/official-docs/docs/cookbook/adding-a-tool.i18n.yaml +2 -2
- package/references/official-docs/docs/cookbook/adding-a-tool.md +2 -2
- package/references/official-docs/docs/cookbook/adding-a-tool.zh.md +4 -4
- 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 +1 -1
- package/references/official-docs/docs/cookbook/adding-a-vendored-package.zh.md +1 -1
- package/references/official-docs/docs/cookbook/adding-an-llm-adapter.zh.md +1 -1
- package/references/official-docs/docs/cookbook/extension-cookbook.i18n.yaml +2 -2
- package/references/official-docs/docs/cookbook/extension-cookbook.md +3 -3
- package/references/official-docs/docs/cookbook/extension-cookbook.zh.md +5 -5
- package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.i18n.yaml +2 -2
- package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.md +1 -1
- package/references/official-docs/docs/cookbook/responding-to-pr-review-on-a-stack.zh.md +1 -1
- package/references/official-docs/docs/cookbook/reviewing-persistence-type-changes.i18n.yaml +6 -0
- package/references/official-docs/docs/cookbook/reviewing-persistence-type-changes.md +108 -0
- package/references/official-docs/docs/cookbook/reviewing-persistence-type-changes.zh.md +108 -0
- package/references/official-docs/docs/cordis-api/fiber.i18n.yaml +2 -2
- package/references/official-docs/docs/cordis-api/fiber.md +3 -3
- package/references/official-docs/docs/cordis-api/fiber.zh.md +3 -3
- package/references/official-docs/docs/cordis-api/inherited.md +0 -3
- package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.i18n.yaml +2 -2
- package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.md +2 -2
- package/references/official-docs/docs/cordis-tutorial/06-composition-and-hmr.zh.md +2 -2
- package/references/official-docs/docs/deepseek-llm-api-wire-extensions.i18n.yaml +2 -2
- package/references/official-docs/docs/deepseek-llm-api-wire-extensions.md +14 -15
- package/references/official-docs/docs/deepseek-llm-api-wire-extensions.zh.md +15 -16
- package/references/official-docs/docs/dependency-catalog.json +7312 -0
- package/references/official-docs/docs/development.i18n.yaml +2 -2
- package/references/official-docs/docs/development.md +13 -3
- package/references/official-docs/docs/development.zh.md +16 -6
- package/references/official-docs/docs/event-producer-consumer.i18n.yaml +2 -2
- package/references/official-docs/docs/event-producer-consumer.md +50 -39
- package/references/official-docs/docs/event-producer-consumer.zh.md +55 -44
- 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/i18n/README.i18n.yaml +2 -2
- package/references/official-docs/docs/i18n/README.md +8 -3
- package/references/official-docs/docs/i18n/README.zh.md +8 -3
- package/references/official-docs/docs/i18n/style-samples.md +1 -1
- package/references/official-docs/docs/i18n/translation-prompt.md +5 -5
- package/references/official-docs/docs/i18n/translation-rules.zh.md +2 -2
- package/references/official-docs/docs/module-graph.i18n.yaml +2 -2
- package/references/official-docs/docs/module-graph.md +303 -120
- package/references/official-docs/docs/module-graph.zh.md +303 -120
- package/references/official-docs/docs/persistence-catalog.i18n.yaml +2 -2
- package/references/official-docs/docs/persistence-catalog.md +5699 -64
- package/references/official-docs/docs/persistence-catalog.zh.md +5708 -73
- package/references/official-docs/docs/persistence-changes/2026-09-11-initial.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/2026-09-11-initial.md +280 -0
- package/references/official-docs/docs/persistence-changes/2026-09-11-initial.schema.json +13557 -0
- package/references/official-docs/docs/persistence-changes/2026-09-11-initial.zh.md +280 -0
- package/references/official-docs/docs/persistence-changes/2026-09-12-auto-review-error-metadata.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/2026-09-12-auto-review-error-metadata.md +52 -0
- package/references/official-docs/docs/persistence-changes/2026-09-12-auto-review-error-metadata.schema.json +910 -0
- package/references/official-docs/docs/persistence-changes/2026-09-12-auto-review-error-metadata.zh.md +52 -0
- package/references/official-docs/docs/persistence-changes/2026-09-14-image-offload.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/2026-09-14-image-offload.md +96 -0
- package/references/official-docs/docs/persistence-changes/2026-09-14-image-offload.schema.json +8478 -0
- package/references/official-docs/docs/persistence-changes/2026-09-14-image-offload.zh.md +96 -0
- package/references/official-docs/docs/persistence-changes/2026-09-14-workspace-changes-event.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/2026-09-14-workspace-changes-event.md +48 -0
- package/references/official-docs/docs/persistence-changes/2026-09-14-workspace-changes-event.schema.json +72 -0
- package/references/official-docs/docs/persistence-changes/2026-09-14-workspace-changes-event.zh.md +48 -0
- package/references/official-docs/docs/persistence-changes/README.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/README.md +74 -0
- package/references/official-docs/docs/persistence-changes/README.zh.md +74 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/README.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/README.md +74 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/README.zh.md +74 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v0.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v0.md +5105 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v0.schema.json +49308 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v0.zh.md +5105 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v1.md +5107 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v1.schema.json +49411 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v1.zh.md +5107 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v2.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v2.md +5362 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v2.schema.json +56466 -0
- package/references/official-docs/docs/persistence-changes/historical-formats/v2.zh.md +5362 -0
- package/references/official-docs/docs/persistence-changes/releases/README.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/README.md +103 -0
- package/references/official-docs/docs/persistence-changes/releases/README.zh.md +103 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.1.md +201 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.1.schema.json +39868 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.1.zh.md +201 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.2.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.2.md +261 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.2.schema.json +43342 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.2.zh.md +261 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.3.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.3.md +126 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.3.schema.json +19452 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.3.zh.md +126 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.4.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.4.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.4.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.4.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.5.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.5.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.5.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.0.1-rc.5.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.1.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.1.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.1.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.2.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.2.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.2.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.2.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.3.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.3.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.3.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.3.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.5.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.5.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.5.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.5.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.6.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.6.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.6.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.6.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.7.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.7.md +82 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.7.schema.json +5320 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.7.zh.md +82 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.8.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.8.md +110 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.8.schema.json +21258 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.0-rc.8.zh.md +110 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.1.md +82 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.1.schema.json +417 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.1.zh.md +82 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.2.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.2.md +119 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.2.schema.json +29672 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.1-rc.2.zh.md +119 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.1.md +295 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.1.schema.json +48429 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.1.zh.md +295 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.2.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.2.md +286 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.2.schema.json +49347 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.2.zh.md +286 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.3.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.3.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.3.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.3.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.4.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.4.md +95 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.4.schema.json +17642 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.4.zh.md +95 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.5.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.5.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.5.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-alpha.5.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-rc.1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-rc.1.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-rc.1.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.2-rc.1.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.1.md +154 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.1.schema.json +38678 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.1.zh.md +154 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.2.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.2.md +86 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.2.schema.json +783 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.3-alpha.2.zh.md +86 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.1.md +139 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.1.schema.json +24597 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.1.zh.md +139 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.2.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.2.md +95 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.2.schema.json +2132 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-alpha.2.zh.md +95 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.1.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.1.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.1.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.1.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.2.i18n.yaml +6 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.2.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.2.schema.json +5 -0
- package/references/official-docs/docs/persistence-changes/releases/dsh-v0.1.5-rc.2.zh.md +75 -0
- package/references/official-docs/docs/persistence-changes/releases/manifest.json +162 -0
- package/references/official-docs/docs/persistence-schema.json +61480 -0
- package/references/official-docs/docs/postmortem/README.i18n.yaml +1 -1
- package/references/official-docs/docs/postmortem/README.md +1 -1
- package/references/official-docs/docs/postmortem/README.zh.md +1 -1
- 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 +2 -2
- package/references/official-docs/docs/session-format-status.i18n.yaml +6 -0
- package/references/official-docs/docs/session-format-status.md +49 -0
- package/references/official-docs/docs/session-format-status.zh.md +49 -0
- package/references/official-docs/docs/subsystems/README.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/README.md +12 -3
- package/references/official-docs/docs/subsystems/README.zh.md +23 -14
- package/references/official-docs/docs/subsystems/agent-team.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/agent-team.md +1 -1
- package/references/official-docs/docs/subsystems/agent-team.zh.md +2 -2
- package/references/official-docs/docs/subsystems/approval.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/approval.md +1 -1
- package/references/official-docs/docs/subsystems/approval.zh.md +1 -1
- package/references/official-docs/docs/subsystems/attachment.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/attachment.md +17 -7
- package/references/official-docs/docs/subsystems/attachment.zh.md +17 -7
- package/references/official-docs/docs/subsystems/{code-runtime.i18n.yaml → boot.i18n.yaml} +3 -3
- package/references/official-docs/docs/subsystems/boot.md +223 -0
- package/references/official-docs/docs/subsystems/boot.zh.md +223 -0
- package/references/official-docs/docs/subsystems/browser-use.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/browser-use.md +67 -0
- package/references/official-docs/docs/subsystems/browser-use.zh.md +67 -0
- package/references/official-docs/docs/subsystems/client-modules.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/client-modules.md +20 -10
- package/references/official-docs/docs/subsystems/client-modules.zh.md +21 -11
- package/references/official-docs/docs/subsystems/client-resources.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/client-resources.md +92 -0
- package/references/official-docs/docs/subsystems/client-resources.zh.md +92 -0
- package/references/official-docs/docs/subsystems/commands.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/commands.md +4 -0
- package/references/official-docs/docs/subsystems/commands.zh.md +5 -1
- package/references/official-docs/docs/subsystems/compaction.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/compaction.md +48 -2
- package/references/official-docs/docs/subsystems/compaction.zh.md +50 -4
- package/references/official-docs/docs/subsystems/computer-use.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/computer-use.md +56 -0
- package/references/official-docs/docs/subsystems/computer-use.zh.md +56 -0
- package/references/official-docs/docs/subsystems/conversation.zh.md +1 -1
- package/references/official-docs/docs/subsystems/core.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/core.md +106 -60
- package/references/official-docs/docs/subsystems/core.zh.md +109 -63
- package/references/official-docs/docs/subsystems/deliverables.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/deliverables.md +178 -0
- package/references/official-docs/docs/subsystems/deliverables.zh.md +178 -0
- package/references/official-docs/docs/subsystems/extensions.zh.md +1 -1
- package/references/official-docs/docs/subsystems/feedback.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/feedback.md +165 -31
- package/references/official-docs/docs/subsystems/feedback.zh.md +165 -31
- package/references/official-docs/docs/subsystems/filesystem.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/filesystem.md +15 -0
- package/references/official-docs/docs/subsystems/filesystem.zh.md +16 -1
- package/references/official-docs/docs/subsystems/goal.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/goal.md +37 -1
- package/references/official-docs/docs/subsystems/goal.zh.md +38 -2
- package/references/official-docs/docs/subsystems/invariants.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/invariants.md +1 -1
- package/references/official-docs/docs/subsystems/invariants.zh.md +3 -3
- package/references/official-docs/docs/subsystems/jobs.i18n.yaml +1 -1
- package/references/official-docs/docs/subsystems/jobs.md +1 -1
- package/references/official-docs/docs/subsystems/jobs.zh.md +1 -1
- package/references/official-docs/docs/subsystems/llm-streaming.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/llm-streaming.md +35 -15
- package/references/official-docs/docs/subsystems/llm-streaming.zh.md +37 -17
- package/references/official-docs/docs/subsystems/lsp.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/lsp.md +1 -1
- package/references/official-docs/docs/subsystems/lsp.zh.md +1 -1
- package/references/official-docs/docs/subsystems/mcp.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/mcp.md +139 -0
- package/references/official-docs/docs/subsystems/mcp.zh.md +139 -0
- package/references/official-docs/docs/subsystems/office-to-pdf.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/office-to-pdf.md +87 -0
- package/references/official-docs/docs/subsystems/office-to-pdf.zh.md +87 -0
- package/references/official-docs/docs/subsystems/permission-presets.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/permission-presets.md +62 -27
- package/references/official-docs/docs/subsystems/permission-presets.zh.md +62 -27
- package/references/official-docs/docs/subsystems/persistence.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/persistence.md +36 -15
- package/references/official-docs/docs/subsystems/persistence.zh.md +36 -15
- package/references/official-docs/docs/subsystems/plan.zh.md +2 -2
- package/references/official-docs/docs/subsystems/ptc-runtime.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/ptc-runtime.md +232 -0
- package/references/official-docs/docs/subsystems/ptc-runtime.zh.md +232 -0
- package/references/official-docs/docs/subsystems/sandbox.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/sandbox.md +5 -4
- package/references/official-docs/docs/subsystems/sandbox.zh.md +7 -6
- package/references/official-docs/docs/subsystems/schedule.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/schedule.md +2 -2
- package/references/official-docs/docs/subsystems/schedule.zh.md +3 -3
- package/references/official-docs/docs/subsystems/scope.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/scope.md +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 +1 -1
- package/references/official-docs/docs/subsystems/session-projection.zh.md +2 -2
- package/references/official-docs/docs/subsystems/session-reference.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/session-reference.md +11 -6
- package/references/official-docs/docs/subsystems/session-reference.zh.md +11 -6
- package/references/official-docs/docs/subsystems/session-telemetry.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/session-telemetry.md +22 -6
- package/references/official-docs/docs/subsystems/session-telemetry.zh.md +23 -7
- package/references/official-docs/docs/subsystems/session-title.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/session-title.md +5 -5
- package/references/official-docs/docs/subsystems/session-title.zh.md +5 -5
- package/references/official-docs/docs/subsystems/session.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/session.md +149 -61
- package/references/official-docs/docs/subsystems/session.zh.md +150 -62
- package/references/official-docs/docs/subsystems/shell.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/shell.md +19 -15
- package/references/official-docs/docs/subsystems/shell.zh.md +20 -16
- package/references/official-docs/docs/subsystems/sidebar-right.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/sidebar-right.md +153 -0
- package/references/official-docs/docs/subsystems/sidebar-right.zh.md +153 -0
- package/references/official-docs/docs/subsystems/skills.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/skills.md +4 -6
- package/references/official-docs/docs/subsystems/skills.zh.md +4 -6
- package/references/official-docs/docs/subsystems/slots.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/slots.md +52 -38
- package/references/official-docs/docs/subsystems/slots.zh.md +53 -39
- package/references/official-docs/docs/subsystems/spill.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/spill.md +13 -6
- package/references/official-docs/docs/subsystems/spill.zh.md +13 -6
- package/references/official-docs/docs/subsystems/ssh.i18n.yaml +6 -0
- package/references/official-docs/docs/subsystems/ssh.md +135 -0
- package/references/official-docs/docs/subsystems/ssh.zh.md +135 -0
- package/references/official-docs/docs/subsystems/storage.zh.md +2 -2
- package/references/official-docs/docs/subsystems/subagent.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/subagent.md +33 -16
- package/references/official-docs/docs/subsystems/subagent.zh.md +32 -15
- package/references/official-docs/docs/subsystems/subprocess.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/subprocess.md +41 -44
- package/references/official-docs/docs/subsystems/subprocess.zh.md +41 -44
- package/references/official-docs/docs/subsystems/system-prompt.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/system-prompt.md +6 -2
- package/references/official-docs/docs/subsystems/system-prompt.zh.md +7 -3
- package/references/official-docs/docs/subsystems/todo.zh.md +1 -1
- package/references/official-docs/docs/subsystems/token-meter.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/token-meter.md +2 -1
- package/references/official-docs/docs/subsystems/token-meter.zh.md +2 -1
- package/references/official-docs/docs/subsystems/tools.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/tools.md +28 -12
- package/references/official-docs/docs/subsystems/tools.zh.md +28 -12
- package/references/official-docs/docs/subsystems/typert.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/typert.md +6 -5
- package/references/official-docs/docs/subsystems/typert.zh.md +6 -5
- package/references/official-docs/docs/subsystems/user-questions.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/user-questions.md +2 -0
- package/references/official-docs/docs/subsystems/user-questions.zh.md +2 -0
- package/references/official-docs/docs/subsystems/web-client.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/web-client.md +5 -5
- package/references/official-docs/docs/subsystems/web-client.zh.md +6 -6
- package/references/official-docs/docs/subsystems/web-server.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/web-server.md +64 -0
- package/references/official-docs/docs/subsystems/web-server.zh.md +65 -1
- package/references/official-docs/docs/subsystems/webhook.i18n.yaml +1 -1
- package/references/official-docs/docs/subsystems/webhook.md +2 -2
- 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 +10 -10
- package/references/official-docs/docs/subsystems/workspace.i18n.yaml +2 -2
- package/references/official-docs/docs/subsystems/workspace.md +199 -1
- package/references/official-docs/docs/subsystems/workspace.zh.md +199 -1
- package/references/official-docs/docs/testing.i18n.yaml +2 -2
- package/references/official-docs/docs/testing.md +5 -4
- package/references/official-docs/docs/testing.zh.md +5 -4
- package/references/official-docs/docs/tool-catalog.i18n.yaml +2 -2
- package/references/official-docs/docs/tool-catalog.md +452 -187
- package/references/official-docs/docs/tool-catalog.zh.md +454 -189
- package/references/official-docs/docs/tool-execution-pipeline.i18n.yaml +2 -2
- package/references/official-docs/docs/tool-execution-pipeline.md +2 -2
- package/references/official-docs/docs/tool-execution-pipeline.zh.md +2 -2
- package/references/official-docs/docs/user/develop/basic/index.zh.md +1 -1
- package/references/official-docs/docs/user/develop/basic/publish.i18n.yaml +2 -2
- package/references/official-docs/docs/user/develop/basic/publish.md +2 -2
- package/references/official-docs/docs/user/develop/basic/publish.zh.md +5 -5
- package/references/official-docs/docs/user/develop/framework/index.i18n.yaml +2 -2
- package/references/official-docs/docs/user/develop/framework/index.md +1 -1
- package/references/official-docs/docs/user/develop/framework/index.zh.md +1 -1
- package/references/official-docs/docs/user/develop/practice/dynamic-cordis.i18n.yaml +2 -2
- package/references/official-docs/docs/user/develop/practice/dynamic-cordis.md +8 -8
- package/references/official-docs/docs/user/develop/practice/dynamic-cordis.zh.md +8 -8
- package/references/official-docs/docs/user/guide/index.zh.md +2 -2
- package/references/official-docs/docs/user/guide/mcp-memory.zh.md +1 -1
- package/references/official-docs/docs/user/guide/network-proxy.i18n.yaml +2 -2
- package/references/official-docs/docs/user/guide/network-proxy.md +1 -1
- package/references/official-docs/docs/user/guide/network-proxy.zh.md +1 -1
- package/references/official-docs/docs/user/guide/providers.i18n.yaml +2 -2
- package/references/official-docs/docs/user/guide/providers.md +12 -8
- package/references/official-docs/docs/user/guide/providers.zh.md +14 -10
- package/references/official-docs/docs/user/guide/python-sdk.i18n.yaml +2 -2
- package/references/official-docs/docs/user/guide/python-sdk.md +59 -23
- package/references/official-docs/docs/user/guide/python-sdk.zh.md +60 -24
- package/references/official-docs/docs/web-styling.i18n.yaml +2 -2
- package/references/official-docs/docs/web-styling.md +2 -1
- package/references/official-docs/docs/web-styling.zh.md +3 -2
- package/references/official-docs/packages/AGENTS.md +1 -1
- package/references/official-docs/packages/README.md +12 -7
- package/references/official-docs/vendor/README.md +15 -11
- package/references/official-docs/website-docs.ts +4 -2
- package/scripts/sync-official-docs.ps1 +5 -5
- package/templates/js/README-es.md +1 -1
- package/templates/js/README-hi.md +1 -1
- package/templates/js/README-pt.md +1 -1
- package/templates/js/README-zh.md +1 -1
- package/templates/js/README.md +1 -1
- package/templates/js/package.json +2 -2
- package/templates/ts/README-es.md +1 -1
- package/templates/ts/README-hi.md +1 -1
- package/templates/ts/README-pt.md +1 -1
- package/templates/ts/README-zh.md +1 -1
- package/templates/ts/README.md +1 -1
- package/templates/ts/package.json +2 -2
- package/references/official-docs/docs/subsystems/code-runtime.md +0 -195
- package/references/official-docs/docs/subsystems/code-runtime.zh.md +0 -195
|
@@ -0,0 +1,910 @@
|
|
|
1
|
+
{
|
|
2
|
+
"formatVersion": 1,
|
|
3
|
+
"roots": [
|
|
4
|
+
{
|
|
5
|
+
"key": "event:tool/ptc-dispatch",
|
|
6
|
+
"kind": "event",
|
|
7
|
+
"event": "tool/ptc-dispatch",
|
|
8
|
+
"surface": false,
|
|
9
|
+
"digest": "b5d66eaebed4da391b13498623b11142222149fbf5e025975dbc6d94f0d06796",
|
|
10
|
+
"schema": {
|
|
11
|
+
"root": 0,
|
|
12
|
+
"nodes": [
|
|
13
|
+
{
|
|
14
|
+
"kind": "object",
|
|
15
|
+
"properties": [
|
|
16
|
+
{
|
|
17
|
+
"name": "data",
|
|
18
|
+
"type": 1,
|
|
19
|
+
"optional": false
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "ignorable",
|
|
23
|
+
"type": 29,
|
|
24
|
+
"optional": true
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "seq",
|
|
28
|
+
"type": 17,
|
|
29
|
+
"optional": false
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "time",
|
|
33
|
+
"type": 17,
|
|
34
|
+
"optional": false
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "type",
|
|
38
|
+
"type": 30,
|
|
39
|
+
"optional": false
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"indices": []
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"kind": "object",
|
|
46
|
+
"properties": [
|
|
47
|
+
{
|
|
48
|
+
"name": "arguments",
|
|
49
|
+
"type": 2,
|
|
50
|
+
"optional": false
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "content",
|
|
54
|
+
"type": 3,
|
|
55
|
+
"optional": false
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "error",
|
|
59
|
+
"type": 28,
|
|
60
|
+
"optional": true
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "isError",
|
|
64
|
+
"type": 6,
|
|
65
|
+
"optional": false
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "name",
|
|
69
|
+
"type": 7,
|
|
70
|
+
"optional": false
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "parentCallId",
|
|
74
|
+
"type": 7,
|
|
75
|
+
"optional": false
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "rootCallId",
|
|
79
|
+
"type": 7,
|
|
80
|
+
"optional": false
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "subCallId",
|
|
84
|
+
"type": 7,
|
|
85
|
+
"optional": false
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"indices": []
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"kind": "opaque",
|
|
92
|
+
"reason": "unknown"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"kind": "array",
|
|
96
|
+
"element": 4
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"kind": "union",
|
|
100
|
+
"types": [
|
|
101
|
+
5,
|
|
102
|
+
9,
|
|
103
|
+
11,
|
|
104
|
+
13,
|
|
105
|
+
15,
|
|
106
|
+
25
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"kind": "object",
|
|
111
|
+
"properties": [
|
|
112
|
+
{
|
|
113
|
+
"name": "content",
|
|
114
|
+
"type": 3,
|
|
115
|
+
"optional": false
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "isError",
|
|
119
|
+
"type": 6,
|
|
120
|
+
"optional": true
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "toolCallId",
|
|
124
|
+
"type": 7,
|
|
125
|
+
"optional": false
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "type",
|
|
129
|
+
"type": 8,
|
|
130
|
+
"optional": false
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"indices": []
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"kind": "primitive",
|
|
137
|
+
"type": "boolean"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"kind": "primitive",
|
|
141
|
+
"type": "string"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"kind": "literal",
|
|
145
|
+
"value": "tool-result"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"kind": "object",
|
|
149
|
+
"properties": [
|
|
150
|
+
{
|
|
151
|
+
"name": "text",
|
|
152
|
+
"type": 7,
|
|
153
|
+
"optional": false
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "type",
|
|
157
|
+
"type": 10,
|
|
158
|
+
"optional": false
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"indices": []
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"kind": "literal",
|
|
165
|
+
"value": "reasoning"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"kind": "object",
|
|
169
|
+
"properties": [
|
|
170
|
+
{
|
|
171
|
+
"name": "text",
|
|
172
|
+
"type": 7,
|
|
173
|
+
"optional": false
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "type",
|
|
177
|
+
"type": 12,
|
|
178
|
+
"optional": false
|
|
179
|
+
}
|
|
180
|
+
],
|
|
181
|
+
"indices": []
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"kind": "literal",
|
|
185
|
+
"value": "text"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"kind": "object",
|
|
189
|
+
"properties": [
|
|
190
|
+
{
|
|
191
|
+
"name": "arguments",
|
|
192
|
+
"type": 7,
|
|
193
|
+
"optional": false
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "id",
|
|
197
|
+
"type": 7,
|
|
198
|
+
"optional": false
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "name",
|
|
202
|
+
"type": 7,
|
|
203
|
+
"optional": false
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"name": "type",
|
|
207
|
+
"type": 14,
|
|
208
|
+
"optional": false
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"indices": []
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"kind": "literal",
|
|
215
|
+
"value": "tool-call"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"kind": "object",
|
|
219
|
+
"properties": [
|
|
220
|
+
{
|
|
221
|
+
"name": "attachment",
|
|
222
|
+
"type": 16,
|
|
223
|
+
"optional": false
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"name": "type",
|
|
227
|
+
"type": 24,
|
|
228
|
+
"optional": false
|
|
229
|
+
}
|
|
230
|
+
],
|
|
231
|
+
"indices": []
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"kind": "object",
|
|
235
|
+
"properties": [
|
|
236
|
+
{
|
|
237
|
+
"name": "attachmentId",
|
|
238
|
+
"type": 7,
|
|
239
|
+
"optional": false
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"name": "bytes",
|
|
243
|
+
"type": 17,
|
|
244
|
+
"optional": false
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "height",
|
|
248
|
+
"type": 17,
|
|
249
|
+
"optional": false
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "mediaType",
|
|
253
|
+
"type": 18,
|
|
254
|
+
"optional": false
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "name",
|
|
258
|
+
"type": 7,
|
|
259
|
+
"optional": true
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"name": "originalDimensions",
|
|
263
|
+
"type": 23,
|
|
264
|
+
"optional": true
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"name": "width",
|
|
268
|
+
"type": 17,
|
|
269
|
+
"optional": false
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
"indices": []
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"kind": "primitive",
|
|
276
|
+
"type": "number"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"kind": "union",
|
|
280
|
+
"types": [
|
|
281
|
+
19,
|
|
282
|
+
20,
|
|
283
|
+
21,
|
|
284
|
+
22
|
|
285
|
+
]
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"kind": "literal",
|
|
289
|
+
"value": "image/gif"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"kind": "literal",
|
|
293
|
+
"value": "image/jpeg"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"kind": "literal",
|
|
297
|
+
"value": "image/png"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"kind": "literal",
|
|
301
|
+
"value": "image/webp"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"kind": "object",
|
|
305
|
+
"properties": [
|
|
306
|
+
{
|
|
307
|
+
"name": "height",
|
|
308
|
+
"type": 17,
|
|
309
|
+
"optional": false
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "width",
|
|
313
|
+
"type": 17,
|
|
314
|
+
"optional": false
|
|
315
|
+
}
|
|
316
|
+
],
|
|
317
|
+
"indices": []
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"kind": "literal",
|
|
321
|
+
"value": "image"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"kind": "object",
|
|
325
|
+
"properties": [
|
|
326
|
+
{
|
|
327
|
+
"name": "attachment",
|
|
328
|
+
"type": 26,
|
|
329
|
+
"optional": false
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "type",
|
|
333
|
+
"type": 27,
|
|
334
|
+
"optional": false
|
|
335
|
+
}
|
|
336
|
+
],
|
|
337
|
+
"indices": []
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"kind": "object",
|
|
341
|
+
"properties": [
|
|
342
|
+
{
|
|
343
|
+
"name": "attachmentId",
|
|
344
|
+
"type": 7,
|
|
345
|
+
"optional": false
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"name": "bytes",
|
|
349
|
+
"type": 17,
|
|
350
|
+
"optional": false
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "name",
|
|
354
|
+
"type": 7,
|
|
355
|
+
"optional": false
|
|
356
|
+
}
|
|
357
|
+
],
|
|
358
|
+
"indices": []
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"kind": "literal",
|
|
362
|
+
"value": "file"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"kind": "object",
|
|
366
|
+
"properties": [
|
|
367
|
+
{
|
|
368
|
+
"name": "code",
|
|
369
|
+
"type": 7,
|
|
370
|
+
"optional": false
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"name": "name",
|
|
374
|
+
"type": 7,
|
|
375
|
+
"optional": false
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"name": "reason",
|
|
379
|
+
"type": 7,
|
|
380
|
+
"optional": true
|
|
381
|
+
}
|
|
382
|
+
],
|
|
383
|
+
"indices": []
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"kind": "literal",
|
|
387
|
+
"value": true
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"kind": "literal",
|
|
391
|
+
"value": "tool/ptc-dispatch"
|
|
392
|
+
}
|
|
393
|
+
]
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"key": "event:tool/result",
|
|
398
|
+
"kind": "event",
|
|
399
|
+
"event": "tool/result",
|
|
400
|
+
"surface": true,
|
|
401
|
+
"digest": "3a803805bdeb805f32b229e399fb7258be8e32a89f89063a7c99957cfea942f7",
|
|
402
|
+
"schema": {
|
|
403
|
+
"root": 0,
|
|
404
|
+
"nodes": [
|
|
405
|
+
{
|
|
406
|
+
"kind": "object",
|
|
407
|
+
"properties": [
|
|
408
|
+
{
|
|
409
|
+
"name": "data",
|
|
410
|
+
"type": 1,
|
|
411
|
+
"optional": false
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"name": "ignorable",
|
|
415
|
+
"type": 37,
|
|
416
|
+
"optional": true
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"name": "seq",
|
|
420
|
+
"type": 17,
|
|
421
|
+
"optional": false
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"name": "sourceEventSeqs",
|
|
425
|
+
"type": 38,
|
|
426
|
+
"optional": true
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "surfaceOp",
|
|
430
|
+
"type": 39,
|
|
431
|
+
"optional": false
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"name": "time",
|
|
435
|
+
"type": 17,
|
|
436
|
+
"optional": false
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "type",
|
|
440
|
+
"type": 43,
|
|
441
|
+
"optional": false
|
|
442
|
+
}
|
|
443
|
+
],
|
|
444
|
+
"indices": []
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"kind": "object",
|
|
448
|
+
"properties": [
|
|
449
|
+
{
|
|
450
|
+
"name": "error",
|
|
451
|
+
"type": 2,
|
|
452
|
+
"optional": true
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"name": "message",
|
|
456
|
+
"type": 4,
|
|
457
|
+
"optional": false
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"name": "meta",
|
|
461
|
+
"type": 33,
|
|
462
|
+
"optional": true
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "step",
|
|
466
|
+
"type": 17,
|
|
467
|
+
"optional": false
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"name": "turn",
|
|
471
|
+
"type": 17,
|
|
472
|
+
"optional": false
|
|
473
|
+
}
|
|
474
|
+
],
|
|
475
|
+
"indices": []
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"kind": "object",
|
|
479
|
+
"properties": [
|
|
480
|
+
{
|
|
481
|
+
"name": "code",
|
|
482
|
+
"type": 3,
|
|
483
|
+
"optional": false
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"name": "name",
|
|
487
|
+
"type": 3,
|
|
488
|
+
"optional": false
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "reason",
|
|
492
|
+
"type": 3,
|
|
493
|
+
"optional": true
|
|
494
|
+
}
|
|
495
|
+
],
|
|
496
|
+
"indices": []
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"kind": "primitive",
|
|
500
|
+
"type": "string"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"kind": "object",
|
|
504
|
+
"properties": [
|
|
505
|
+
{
|
|
506
|
+
"name": "content",
|
|
507
|
+
"type": 5,
|
|
508
|
+
"optional": false
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"name": "id",
|
|
512
|
+
"type": 3,
|
|
513
|
+
"optional": false
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"name": "role",
|
|
517
|
+
"type": 30,
|
|
518
|
+
"optional": false
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"name": "source",
|
|
522
|
+
"type": 31,
|
|
523
|
+
"optional": false
|
|
524
|
+
}
|
|
525
|
+
],
|
|
526
|
+
"indices": []
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"kind": "tuple",
|
|
530
|
+
"elements": [
|
|
531
|
+
{
|
|
532
|
+
"type": 6,
|
|
533
|
+
"optional": false,
|
|
534
|
+
"rest": false
|
|
535
|
+
}
|
|
536
|
+
]
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"kind": "object",
|
|
540
|
+
"properties": [
|
|
541
|
+
{
|
|
542
|
+
"name": "content",
|
|
543
|
+
"type": 7,
|
|
544
|
+
"optional": false
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"name": "isError",
|
|
548
|
+
"type": 28,
|
|
549
|
+
"optional": true
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "toolCallId",
|
|
553
|
+
"type": 3,
|
|
554
|
+
"optional": false
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"name": "type",
|
|
558
|
+
"type": 29,
|
|
559
|
+
"optional": false
|
|
560
|
+
}
|
|
561
|
+
],
|
|
562
|
+
"indices": []
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"kind": "array",
|
|
566
|
+
"element": 8
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"kind": "union",
|
|
570
|
+
"types": [
|
|
571
|
+
6,
|
|
572
|
+
9,
|
|
573
|
+
11,
|
|
574
|
+
13,
|
|
575
|
+
15,
|
|
576
|
+
25
|
|
577
|
+
]
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"kind": "object",
|
|
581
|
+
"properties": [
|
|
582
|
+
{
|
|
583
|
+
"name": "text",
|
|
584
|
+
"type": 3,
|
|
585
|
+
"optional": false
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"name": "type",
|
|
589
|
+
"type": 10,
|
|
590
|
+
"optional": false
|
|
591
|
+
}
|
|
592
|
+
],
|
|
593
|
+
"indices": []
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"kind": "literal",
|
|
597
|
+
"value": "text"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"kind": "object",
|
|
601
|
+
"properties": [
|
|
602
|
+
{
|
|
603
|
+
"name": "text",
|
|
604
|
+
"type": 3,
|
|
605
|
+
"optional": false
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "type",
|
|
609
|
+
"type": 12,
|
|
610
|
+
"optional": false
|
|
611
|
+
}
|
|
612
|
+
],
|
|
613
|
+
"indices": []
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"kind": "literal",
|
|
617
|
+
"value": "reasoning"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"kind": "object",
|
|
621
|
+
"properties": [
|
|
622
|
+
{
|
|
623
|
+
"name": "arguments",
|
|
624
|
+
"type": 3,
|
|
625
|
+
"optional": false
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"name": "id",
|
|
629
|
+
"type": 3,
|
|
630
|
+
"optional": false
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "name",
|
|
634
|
+
"type": 3,
|
|
635
|
+
"optional": false
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"name": "type",
|
|
639
|
+
"type": 14,
|
|
640
|
+
"optional": false
|
|
641
|
+
}
|
|
642
|
+
],
|
|
643
|
+
"indices": []
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"kind": "literal",
|
|
647
|
+
"value": "tool-call"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"kind": "object",
|
|
651
|
+
"properties": [
|
|
652
|
+
{
|
|
653
|
+
"name": "attachment",
|
|
654
|
+
"type": 16,
|
|
655
|
+
"optional": false
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"name": "type",
|
|
659
|
+
"type": 24,
|
|
660
|
+
"optional": false
|
|
661
|
+
}
|
|
662
|
+
],
|
|
663
|
+
"indices": []
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"kind": "object",
|
|
667
|
+
"properties": [
|
|
668
|
+
{
|
|
669
|
+
"name": "attachmentId",
|
|
670
|
+
"type": 3,
|
|
671
|
+
"optional": false
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"name": "bytes",
|
|
675
|
+
"type": 17,
|
|
676
|
+
"optional": false
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"name": "height",
|
|
680
|
+
"type": 17,
|
|
681
|
+
"optional": false
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"name": "mediaType",
|
|
685
|
+
"type": 18,
|
|
686
|
+
"optional": false
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"name": "name",
|
|
690
|
+
"type": 3,
|
|
691
|
+
"optional": true
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"name": "originalDimensions",
|
|
695
|
+
"type": 23,
|
|
696
|
+
"optional": true
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"name": "width",
|
|
700
|
+
"type": 17,
|
|
701
|
+
"optional": false
|
|
702
|
+
}
|
|
703
|
+
],
|
|
704
|
+
"indices": []
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"kind": "primitive",
|
|
708
|
+
"type": "number"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"kind": "union",
|
|
712
|
+
"types": [
|
|
713
|
+
19,
|
|
714
|
+
20,
|
|
715
|
+
21,
|
|
716
|
+
22
|
|
717
|
+
]
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"kind": "literal",
|
|
721
|
+
"value": "image/gif"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"kind": "literal",
|
|
725
|
+
"value": "image/jpeg"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"kind": "literal",
|
|
729
|
+
"value": "image/png"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"kind": "literal",
|
|
733
|
+
"value": "image/webp"
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"kind": "object",
|
|
737
|
+
"properties": [
|
|
738
|
+
{
|
|
739
|
+
"name": "height",
|
|
740
|
+
"type": 17,
|
|
741
|
+
"optional": false
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"name": "width",
|
|
745
|
+
"type": 17,
|
|
746
|
+
"optional": false
|
|
747
|
+
}
|
|
748
|
+
],
|
|
749
|
+
"indices": []
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"kind": "literal",
|
|
753
|
+
"value": "image"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"kind": "object",
|
|
757
|
+
"properties": [
|
|
758
|
+
{
|
|
759
|
+
"name": "attachment",
|
|
760
|
+
"type": 26,
|
|
761
|
+
"optional": false
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"name": "type",
|
|
765
|
+
"type": 27,
|
|
766
|
+
"optional": false
|
|
767
|
+
}
|
|
768
|
+
],
|
|
769
|
+
"indices": []
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"kind": "object",
|
|
773
|
+
"properties": [
|
|
774
|
+
{
|
|
775
|
+
"name": "attachmentId",
|
|
776
|
+
"type": 3,
|
|
777
|
+
"optional": false
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"name": "bytes",
|
|
781
|
+
"type": 17,
|
|
782
|
+
"optional": false
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"name": "name",
|
|
786
|
+
"type": 3,
|
|
787
|
+
"optional": false
|
|
788
|
+
}
|
|
789
|
+
],
|
|
790
|
+
"indices": []
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"kind": "literal",
|
|
794
|
+
"value": "file"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"kind": "primitive",
|
|
798
|
+
"type": "boolean"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"kind": "literal",
|
|
802
|
+
"value": "tool-result"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"kind": "literal",
|
|
806
|
+
"value": "user"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"kind": "object",
|
|
810
|
+
"properties": [
|
|
811
|
+
{
|
|
812
|
+
"name": "callId",
|
|
813
|
+
"type": 3,
|
|
814
|
+
"optional": false
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "kind",
|
|
818
|
+
"type": 32,
|
|
819
|
+
"optional": false
|
|
820
|
+
}
|
|
821
|
+
],
|
|
822
|
+
"indices": []
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"kind": "literal",
|
|
826
|
+
"value": "tool"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"kind": "union",
|
|
830
|
+
"types": [
|
|
831
|
+
3,
|
|
832
|
+
17,
|
|
833
|
+
28,
|
|
834
|
+
34,
|
|
835
|
+
35,
|
|
836
|
+
36
|
|
837
|
+
]
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"kind": "array",
|
|
841
|
+
"element": 33
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"kind": "primitive",
|
|
845
|
+
"type": "null"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"kind": "object",
|
|
849
|
+
"properties": [],
|
|
850
|
+
"indices": [
|
|
851
|
+
{
|
|
852
|
+
"key": 3,
|
|
853
|
+
"value": 33
|
|
854
|
+
}
|
|
855
|
+
]
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"kind": "literal",
|
|
859
|
+
"value": true
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"kind": "array",
|
|
863
|
+
"element": 17
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"kind": "union",
|
|
867
|
+
"types": [
|
|
868
|
+
40,
|
|
869
|
+
41
|
|
870
|
+
]
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"kind": "literal",
|
|
874
|
+
"value": "append"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"kind": "object",
|
|
878
|
+
"properties": [
|
|
879
|
+
{
|
|
880
|
+
"name": "endSeq",
|
|
881
|
+
"type": 17,
|
|
882
|
+
"optional": false
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "op",
|
|
886
|
+
"type": 42,
|
|
887
|
+
"optional": false
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"name": "startSeq",
|
|
891
|
+
"type": 17,
|
|
892
|
+
"optional": false
|
|
893
|
+
}
|
|
894
|
+
],
|
|
895
|
+
"indices": []
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"kind": "literal",
|
|
899
|
+
"value": "replace"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"kind": "literal",
|
|
903
|
+
"value": "tool/result"
|
|
904
|
+
}
|
|
905
|
+
]
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
],
|
|
909
|
+
"types": []
|
|
910
|
+
}
|