@xrkseek/harness-cli 0.0.6 → 0.0.7
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/dist/plugin/classify.js +1 -1
- package/dist/plugin/classify.js.map +1 -1
- package/node_modules/@xrkseek/core-agent/dist/index.d.ts +9 -2
- package/node_modules/@xrkseek/core-agent/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-agent/dist/index.js +5 -2
- package/node_modules/@xrkseek/core-agent/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/cancel-finalize.d.ts +6 -3
- package/node_modules/@xrkseek/core-agent-loop/dist/cancel-finalize.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/cancel-finalize.js +50 -4
- package/node_modules/@xrkseek/core-agent-loop/dist/cancel-finalize.js.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts +12 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/index.js +215 -43
- package/node_modules/@xrkseek/core-agent-loop/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/llm-retry.d.ts +32 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/llm-retry.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/llm-retry.js +92 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/llm-retry.js.map +1 -0
- package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.d.ts +18 -8
- package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.js +187 -29
- package/node_modules/@xrkseek/core-agent-loop/dist/settle-batch.js.map +1 -1
- package/node_modules/@xrkseek/core-session/README.md +1 -1
- package/node_modules/@xrkseek/core-session/dist/chunk-pack.d.ts +18 -4
- package/node_modules/@xrkseek/core-session/dist/chunk-pack.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/chunk-pack.js +114 -34
- package/node_modules/@xrkseek/core-session/dist/chunk-pack.js.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/compaction.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/compaction.js +24 -4
- package/node_modules/@xrkseek/core-session/dist/compaction.js.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/dangling.d.ts +28 -1
- package/node_modules/@xrkseek/core-session/dist/dangling.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/dangling.js +35 -5
- package/node_modules/@xrkseek/core-session/dist/dangling.js.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/index.d.ts +3 -2
- package/node_modules/@xrkseek/core-session/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/index.js +3 -2
- package/node_modules/@xrkseek/core-session/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/latch.d.ts +1 -1
- package/node_modules/@xrkseek/core-session/dist/latch.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/latch.js +2 -2
- package/node_modules/@xrkseek/core-session/dist/latch.js.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/repair-open-turn.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/repair-open-turn.js +44 -4
- package/node_modules/@xrkseek/core-session/dist/repair-open-turn.js.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/sqlite-store.d.ts +1 -0
- package/node_modules/@xrkseek/core-session/dist/sqlite-store.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/sqlite-store.js +10 -5
- package/node_modules/@xrkseek/core-session/dist/sqlite-store.js.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/surface-fold.d.ts +5 -0
- package/node_modules/@xrkseek/core-session/dist/surface-fold.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/surface-fold.js +29 -3
- package/node_modules/@xrkseek/core-session/dist/surface-fold.js.map +1 -1
- package/node_modules/@xrkseek/core-session/dist/tool-result-prune.d.ts +35 -0
- package/node_modules/@xrkseek/core-session/dist/tool-result-prune.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-session/dist/tool-result-prune.js +99 -0
- package/node_modules/@xrkseek/core-session/dist/tool-result-prune.js.map +1 -0
- package/node_modules/@xrkseek/core-system-prompt/dist/index.d.ts +1 -1
- package/node_modules/@xrkseek/core-system-prompt/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-system-prompt/dist/index.js +1 -1
- package/node_modules/@xrkseek/core-system-prompt/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.d.ts +15 -2
- package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.js +38 -4
- package/node_modules/@xrkseek/core-system-prompt/dist/three-layer.js.map +1 -1
- package/node_modules/@xrkseek/core-tools/dist/abort.d.ts +5 -0
- package/node_modules/@xrkseek/core-tools/dist/abort.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/abort.js +14 -0
- package/node_modules/@xrkseek/core-tools/dist/abort.js.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/definition.d.ts +32 -1
- package/node_modules/@xrkseek/core-tools/dist/definition.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-tools/dist/definition.js +1 -0
- package/node_modules/@xrkseek/core-tools/dist/definition.js.map +1 -1
- package/node_modules/@xrkseek/core-tools/dist/execution-mode.d.ts +15 -0
- package/node_modules/@xrkseek/core-tools/dist/execution-mode.d.ts.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/execution-mode.js +17 -0
- package/node_modules/@xrkseek/core-tools/dist/execution-mode.js.map +1 -0
- package/node_modules/@xrkseek/core-tools/dist/index.d.ts +2 -0
- package/node_modules/@xrkseek/core-tools/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-tools/dist/index.js +2 -0
- package/node_modules/@xrkseek/core-tools/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/core-tools/dist/pipeline.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-tools/dist/pipeline.js +36 -10
- package/node_modules/@xrkseek/core-tools/dist/pipeline.js.map +1 -1
- package/node_modules/@xrkseek/core-tools/dist/types.d.ts +7 -0
- package/node_modules/@xrkseek/core-tools/dist/types.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-tools/dist/types.js.map +1 -1
- package/node_modules/@xrkseek/exec-fs/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-fs/dist/index.js +3 -0
- package/node_modules/@xrkseek/exec-fs/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/exec-lsp/dist/tools.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-lsp/dist/tools.js +1 -0
- package/node_modules/@xrkseek/exec-lsp/dist/tools.js.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/tools.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/tools.js +2 -0
- package/node_modules/@xrkseek/exec-pty/dist/tools.js.map +1 -1
- package/node_modules/@xrkseek/exec-shell/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-shell/dist/index.js +4 -0
- package/node_modules/@xrkseek/exec-shell/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/exec-web/dist/search-providers.js.map +1 -1
- package/node_modules/@xrkseek/exec-web/dist/tools.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-web/dist/tools.js +2 -0
- package/node_modules/@xrkseek/exec-web/dist/tools.js.map +1 -1
- package/node_modules/@xrkseek/llm/dist/failure.d.ts +45 -0
- package/node_modules/@xrkseek/llm/dist/failure.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm/dist/failure.js +115 -0
- package/node_modules/@xrkseek/llm/dist/failure.js.map +1 -0
- package/node_modules/@xrkseek/llm/dist/index.d.ts +80 -1
- package/node_modules/@xrkseek/llm/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/llm/dist/index.js +167 -2
- package/node_modules/@xrkseek/llm/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/llm/dist/retry-policy.d.ts +23 -0
- package/node_modules/@xrkseek/llm/dist/retry-policy.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm/dist/retry-policy.js +74 -0
- package/node_modules/@xrkseek/llm/dist/retry-policy.js.map +1 -0
- package/node_modules/@xrkseek/llm-anthropic/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/llm-anthropic/dist/index.js +152 -22
- package/node_modules/@xrkseek/llm-anthropic/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/llm-deepseek/README.md +3 -3
- package/node_modules/@xrkseek/llm-deepseek/dist/index.d.ts +32 -2
- package/node_modules/@xrkseek/llm-deepseek/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/llm-deepseek/dist/index.js +59 -5
- package/node_modules/@xrkseek/llm-deepseek/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/llm-gemini/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/llm-gemini/dist/index.js +18 -8
- package/node_modules/@xrkseek/llm-gemini/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/llm-openai-compatible/dist/deepseek-thinking.d.ts +16 -0
- package/node_modules/@xrkseek/llm-openai-compatible/dist/deepseek-thinking.d.ts.map +1 -0
- package/node_modules/@xrkseek/llm-openai-compatible/dist/deepseek-thinking.js +40 -0
- package/node_modules/@xrkseek/llm-openai-compatible/dist/deepseek-thinking.js.map +1 -0
- package/node_modules/@xrkseek/llm-openai-compatible/dist/index.d.ts +9 -1
- package/node_modules/@xrkseek/llm-openai-compatible/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/llm-openai-compatible/dist/index.js +78 -21
- package/node_modules/@xrkseek/llm-openai-compatible/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/llm-openai-responses/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/llm-openai-responses/dist/index.js +18 -8
- package/node_modules/@xrkseek/llm-openai-responses/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/llm-registry/dist/registry.d.ts.map +1 -1
- package/node_modules/@xrkseek/llm-registry/dist/registry.js +6 -4
- package/node_modules/@xrkseek/llm-registry/dist/registry.js.map +1 -1
- package/node_modules/@xrkseek/llm-registry/dist/routing-adapter.d.ts.map +1 -1
- package/node_modules/@xrkseek/llm-registry/dist/routing-adapter.js +15 -3
- package/node_modules/@xrkseek/llm-registry/dist/routing-adapter.js.map +1 -1
- package/node_modules/@xrkseek/llm-replay/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/llm-replay/dist/index.js +4 -1
- package/node_modules/@xrkseek/llm-replay/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/mcp/dist/client.d.ts +3 -1
- package/node_modules/@xrkseek/mcp/dist/client.d.ts.map +1 -1
- package/node_modules/@xrkseek/mcp/dist/client.js +31 -7
- package/node_modules/@xrkseek/mcp/dist/client.js.map +1 -1
- package/node_modules/@xrkseek/mcp/dist/index.d.ts +2 -2
- package/node_modules/@xrkseek/mcp/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/mcp/dist/index.js +1 -1
- package/node_modules/@xrkseek/mcp/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/mcp/dist/register.d.ts.map +1 -1
- package/node_modules/@xrkseek/mcp/dist/register.js +3 -0
- package/node_modules/@xrkseek/mcp/dist/register.js.map +1 -1
- package/node_modules/@xrkseek/mcp/dist/types.d.ts +10 -0
- package/node_modules/@xrkseek/mcp/dist/types.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts +18 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.js +19 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.js.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/preset-minimal/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-minimal/dist/preset.js +1 -0
- package/node_modules/@xrkseek/preset-minimal/dist/preset.js.map +1 -1
- package/node_modules/@xrkseek/preset-minimal/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/preset-server/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-server/dist/preset.js +5 -1
- package/node_modules/@xrkseek/preset-server/dist/preset.js.map +1 -1
- package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.d.ts +3 -1
- package/node_modules/@xrkseek/protocol/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/index.js +2 -0
- package/node_modules/@xrkseek/protocol/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/json-schema.d.ts +72 -0
- package/node_modules/@xrkseek/protocol/dist/json-schema.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/json-schema.js +50 -0
- package/node_modules/@xrkseek/protocol/dist/json-schema.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/messages.d.ts +7 -0
- package/node_modules/@xrkseek/protocol/dist/messages.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/session-events.d.ts +62 -6
- package/node_modules/@xrkseek/protocol/dist/session-events.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/session-events.js +19 -0
- package/node_modules/@xrkseek/protocol/dist/session-events.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/tools.d.ts +15 -0
- package/node_modules/@xrkseek/protocol/dist/tools.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/tools.js +6 -1
- package/node_modules/@xrkseek/protocol/dist/tools.js.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/validate.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/validate.js +107 -1
- package/node_modules/@xrkseek/protocol/dist/validate.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.d.ts +2 -0
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js +25 -7
- package/node_modules/@xrkseek/server-face/dist/adapt/wire-event.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/goal-store.d.ts +1 -1
- package/node_modules/@xrkseek/server-face/dist/goal-store.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/goal-store.js +1 -1
- package/node_modules/@xrkseek/server-face/dist/goal-store.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/session.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/session.js +2 -2
- package/node_modules/@xrkseek/server-face/dist/handlers/session.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/index.d.ts +1 -1
- package/node_modules/@xrkseek/server-face/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/llm-resolve.js +1 -1
- package/node_modules/@xrkseek/server-face/dist/llm-resolve.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/index.d.ts +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/index.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts +12 -50
- package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/registry.js +4 -146
- package/node_modules/@xrkseek/server-face/dist/projections/registry.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-breakdown.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-breakdown.js +13 -11
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-breakdown.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-pressure.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-pressure.js +27 -25
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-pressure.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/image-limits.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/image-limits.js +31 -29
- package/node_modules/@xrkseek/server-face/dist/projections/units/image-limits.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/permissions.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/permissions.js +27 -25
- package/node_modules/@xrkseek/server-face/dist/projections/units/permissions.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/plan.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/plan.js +12 -10
- package/node_modules/@xrkseek/server-face/dist/projections/units/plan.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.js +15 -13
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-list-metadata.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-stats.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-stats.js +27 -25
- package/node_modules/@xrkseek/server-face/dist/projections/units/session-stats.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/title.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/title.js +9 -7
- package/node_modules/@xrkseek/server-face/dist/projections/units/title.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/todos.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/todos.js +25 -23
- package/node_modules/@xrkseek/server-face/dist/projections/units/todos.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/token-usage.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/token-usage.js +14 -12
- package/node_modules/@xrkseek/server-face/dist/projections/units/token-usage.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/settings-schemas.d.ts +8 -13
- package/node_modules/@xrkseek/server-face/dist/settings-schemas.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/settings-schemas.js +29 -1
- package/node_modules/@xrkseek/server-face/dist/settings-schemas.js.map +1 -1
- package/node_modules/@xrkseek/server-face/package.json +1 -0
- package/node_modules/@xrkseek/server-host/dist/agent-cache.js +1 -1
- package/node_modules/@xrkseek/server-host/dist/agent-cache.js.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/index.d.ts +8 -0
- package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/index.js +39 -1
- package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/session-projection/README.md +22 -0
- package/node_modules/@xrkseek/session-projection/dist/index.d.ts +100 -0
- package/node_modules/@xrkseek/session-projection/dist/index.d.ts.map +1 -0
- package/node_modules/@xrkseek/session-projection/dist/index.js +241 -0
- package/node_modules/@xrkseek/session-projection/dist/index.js.map +1 -0
- package/node_modules/@xrkseek/session-projection/dist/types.d.ts +20 -0
- package/node_modules/@xrkseek/session-projection/dist/types.d.ts.map +1 -0
- package/node_modules/@xrkseek/session-projection/dist/types.js +9 -0
- package/node_modules/@xrkseek/session-projection/dist/types.js.map +1 -0
- package/node_modules/@xrkseek/session-projection/package.json +31 -0
- package/node_modules/@xrkseek/workspace/dist/skill-tools.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skill-tools.js +1 -0
- package/node_modules/@xrkseek/workspace/dist/skill-tools.js.map +1 -1
- package/package.json +3 -1
- package/product-web/boot.json +1 -1
- package/product-web/plugins/@xrkseek/client-locale/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +41 -41
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +7 -7
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +165 -179
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +28 -28
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +7 -7
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +6 -6
- package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +19 -19
- package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-plan/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +15 -15
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +55 -55
- package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +13 -13
- package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +134 -63
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +15 -15
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +13 -13
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +18 -18
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +2 -2
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +35 -35
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +140 -140
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +29 -29
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +16 -16
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +52 -52
|
@@ -20,18 +20,18 @@ window.__ModuleLoader__.load({
|
|
|
20
20
|
document.head.appendChild(tag);
|
|
21
21
|
}
|
|
22
22
|
var fields_module_css_default = {
|
|
23
|
-
"
|
|
23
|
+
"badge": "MiE2dW_badge",
|
|
24
|
+
"reset": "MiE2dW_reset",
|
|
25
|
+
"badgeMuted": "MiE2dW_badgeMuted",
|
|
26
|
+
"input": "MiE2dW_input",
|
|
24
27
|
"inputInvalid": "MiE2dW_inputInvalid",
|
|
25
|
-
"
|
|
28
|
+
"field": "MiE2dW_field",
|
|
26
29
|
"select": "MiE2dW_select",
|
|
27
|
-
"input": "MiE2dW_input",
|
|
28
|
-
"badgeMuted": "MiE2dW_badgeMuted",
|
|
29
|
-
"reset": "MiE2dW_reset",
|
|
30
|
-
"badge": "MiE2dW_badge",
|
|
31
|
-
"invalid": "MiE2dW_invalid",
|
|
32
|
-
"hint": "MiE2dW_hint",
|
|
33
30
|
"label": "MiE2dW_label",
|
|
34
|
-
"
|
|
31
|
+
"invalid": "MiE2dW_invalid",
|
|
32
|
+
"badges": "MiE2dW_badges",
|
|
33
|
+
"head": "MiE2dW_head",
|
|
34
|
+
"hint": "MiE2dW_hint"
|
|
35
35
|
};
|
|
36
36
|
//#endregion
|
|
37
37
|
//#region src/client/fields.tsx
|
|
@@ -193,21 +193,21 @@ window.__ModuleLoader__.load({
|
|
|
193
193
|
document.head.appendChild(tag);
|
|
194
194
|
}
|
|
195
195
|
var PluginCard_module_css_default = {
|
|
196
|
-
"
|
|
197
|
-
"footer": "YRvGva_footer",
|
|
198
|
-
"save": "YRvGva_save",
|
|
196
|
+
"discard": "YRvGva_discard",
|
|
199
197
|
"name": "YRvGva_name",
|
|
200
|
-
"
|
|
198
|
+
"description": "YRvGva_description",
|
|
201
199
|
"chevronOpen": "YRvGva_chevronOpen",
|
|
202
|
-
"headText": "YRvGva_headText",
|
|
203
200
|
"body": "YRvGva_body",
|
|
204
|
-
"pending": "YRvGva_pending",
|
|
205
|
-
"discard": "YRvGva_discard",
|
|
206
201
|
"cardOpen": "YRvGva_cardOpen",
|
|
207
|
-
"
|
|
208
|
-
"
|
|
202
|
+
"pending": "YRvGva_pending",
|
|
203
|
+
"card": "YRvGva_card",
|
|
204
|
+
"headText": "YRvGva_headText",
|
|
209
205
|
"readOnly": "YRvGva_readOnly",
|
|
210
|
-
"
|
|
206
|
+
"save": "YRvGva_save",
|
|
207
|
+
"failed": "YRvGva_failed",
|
|
208
|
+
"chevron": "YRvGva_chevron",
|
|
209
|
+
"header": "YRvGva_header",
|
|
210
|
+
"footer": "YRvGva_footer"
|
|
211
211
|
};
|
|
212
212
|
//#endregion
|
|
213
213
|
//#region src/client/PluginCard.tsx
|
|
@@ -311,30 +311,81 @@ window.__ModuleLoader__.load({
|
|
|
311
311
|
function AgentLoopCard(props) {
|
|
312
312
|
const { t } = props;
|
|
313
313
|
const state = props.useAgentLoopCard((snapshot) => snapshot);
|
|
314
|
-
return /* @__PURE__ */ (0, react_jsx_runtime.
|
|
314
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(PluginCard, {
|
|
315
315
|
t,
|
|
316
316
|
titleKey: "agentLoopTitle",
|
|
317
317
|
descriptionKey: "agentLoopDescription",
|
|
318
318
|
state,
|
|
319
319
|
onSave: props.save,
|
|
320
320
|
onDiscard: props.discard,
|
|
321
|
-
children:
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
321
|
+
children: [
|
|
322
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)(ValueField, {
|
|
323
|
+
id: "plugin-config-agent-loop-parallel",
|
|
324
|
+
label: t("agentLoopMaxParallel"),
|
|
325
|
+
hint: t("agentLoopMaxParallelHint"),
|
|
326
|
+
overriddenLabel: t("overridden"),
|
|
327
|
+
resetLabel: t("reset"),
|
|
328
|
+
invalidLabel: t("invalidNumber"),
|
|
329
|
+
numeric: true,
|
|
330
|
+
disabled: !state.writable,
|
|
331
|
+
...state.maxParallelToolCalls,
|
|
332
|
+
onEdit: (text) => {
|
|
333
|
+
props.edit("maxParallelToolCalls", text);
|
|
334
|
+
},
|
|
335
|
+
onReset: () => {
|
|
336
|
+
props.resetField("maxParallelToolCalls");
|
|
337
|
+
}
|
|
338
|
+
}),
|
|
339
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)(ValueField, {
|
|
340
|
+
id: "plugin-config-agent-loop-max-steps",
|
|
341
|
+
label: t("agentLoopMaxSteps"),
|
|
342
|
+
hint: t("agentLoopMaxStepsHint"),
|
|
343
|
+
overriddenLabel: t("overridden"),
|
|
344
|
+
resetLabel: t("reset"),
|
|
345
|
+
invalidLabel: t("invalidNumber"),
|
|
346
|
+
numeric: true,
|
|
347
|
+
disabled: !state.writable,
|
|
348
|
+
...state.maxSteps,
|
|
349
|
+
onEdit: (text) => {
|
|
350
|
+
props.edit("maxSteps", text);
|
|
351
|
+
},
|
|
352
|
+
onReset: () => {
|
|
353
|
+
props.resetField("maxSteps");
|
|
354
|
+
}
|
|
355
|
+
}),
|
|
356
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)(ValueField, {
|
|
357
|
+
id: "plugin-config-agent-loop-tool-settle",
|
|
358
|
+
label: t("agentLoopToolSettle"),
|
|
359
|
+
hint: t("agentLoopToolSettleHint"),
|
|
360
|
+
overriddenLabel: t("overridden"),
|
|
361
|
+
resetLabel: t("reset"),
|
|
362
|
+
disabled: !state.writable,
|
|
363
|
+
...state.toolSettle,
|
|
364
|
+
onEdit: (text) => {
|
|
365
|
+
props.edit("toolSettle", text);
|
|
366
|
+
},
|
|
367
|
+
onReset: () => {
|
|
368
|
+
props.resetField("toolSettle");
|
|
369
|
+
}
|
|
370
|
+
}),
|
|
371
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)(ValueField, {
|
|
372
|
+
id: "plugin-config-agent-loop-llm-retry",
|
|
373
|
+
label: t("agentLoopLlmRetry"),
|
|
374
|
+
hint: t("agentLoopLlmRetryHint"),
|
|
375
|
+
overriddenLabel: t("overridden"),
|
|
376
|
+
resetLabel: t("reset"),
|
|
377
|
+
invalidLabel: t("invalidNumber"),
|
|
378
|
+
numeric: true,
|
|
379
|
+
disabled: !state.writable,
|
|
380
|
+
...state.llmRetryMaxRetries,
|
|
381
|
+
onEdit: (text) => {
|
|
382
|
+
props.edit("llmRetryMaxRetries", text);
|
|
383
|
+
},
|
|
384
|
+
onReset: () => {
|
|
385
|
+
props.resetField("llmRetryMaxRetries");
|
|
386
|
+
}
|
|
387
|
+
})
|
|
388
|
+
]
|
|
338
389
|
});
|
|
339
390
|
}
|
|
340
391
|
//#endregion
|
|
@@ -402,14 +453,14 @@ window.__ModuleLoader__.load({
|
|
|
402
453
|
document.head.appendChild(tag);
|
|
403
454
|
}
|
|
404
455
|
var PluginsSettingsSection_module_css_default = {
|
|
405
|
-
"panel": "ha2I9q_panel",
|
|
406
|
-
"cards": "ha2I9q_cards",
|
|
407
456
|
"intro": "ha2I9q_intro",
|
|
457
|
+
"cards": "ha2I9q_cards",
|
|
458
|
+
"tab": "ha2I9q_tab",
|
|
408
459
|
"section": "ha2I9q_section",
|
|
409
|
-
"tabs": "ha2I9q_tabs",
|
|
410
460
|
"heading": "ha2I9q_heading",
|
|
411
|
-
"
|
|
412
|
-
"
|
|
461
|
+
"empty": "ha2I9q_empty",
|
|
462
|
+
"tabs": "ha2I9q_tabs",
|
|
463
|
+
"panel": "ha2I9q_panel"
|
|
413
464
|
};
|
|
414
465
|
//#endregion
|
|
415
466
|
//#region src/client/ConfigurablePluginsTab.tsx
|
|
@@ -450,33 +501,33 @@ window.__ModuleLoader__.load({
|
|
|
450
501
|
document.head.appendChild(tag);
|
|
451
502
|
}
|
|
452
503
|
var McpCard_module_css_default = {
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
"
|
|
456
|
-
"statusDot": "FVl50a_statusDot",
|
|
457
|
-
"empty": "FVl50a_empty",
|
|
504
|
+
"block": "FVl50a_block",
|
|
505
|
+
"allowHint": "FVl50a_allowHint",
|
|
506
|
+
"badgeOk": "FVl50a_badgeOk",
|
|
458
507
|
"list": "FVl50a_list",
|
|
508
|
+
"entry": "FVl50a_entry",
|
|
509
|
+
"heading": "FVl50a_heading",
|
|
459
510
|
"entryTitle": "FVl50a_entryTitle",
|
|
460
511
|
"remove": "FVl50a_remove",
|
|
512
|
+
"allowRow": "FVl50a_allowRow",
|
|
513
|
+
"invalid": "FVl50a_invalid",
|
|
461
514
|
"badge": "FVl50a_badge",
|
|
462
|
-
"
|
|
463
|
-
"
|
|
515
|
+
"allowTitle": "FVl50a_allowTitle",
|
|
516
|
+
"connectedName": "FVl50a_connectedName",
|
|
464
517
|
"connectedRow": "FVl50a_connectedRow",
|
|
518
|
+
"note": "FVl50a_note",
|
|
519
|
+
"empty": "FVl50a_empty",
|
|
520
|
+
"entryHead": "FVl50a_entryHead",
|
|
521
|
+
"badgeError": "FVl50a_badgeError",
|
|
522
|
+
"entryBody": "FVl50a_entryBody",
|
|
465
523
|
"pasteLabel": "FVl50a_pasteLabel",
|
|
466
|
-
"block": "FVl50a_block",
|
|
467
|
-
"badgeOk": "FVl50a_badgeOk",
|
|
468
|
-
"connectedList": "FVl50a_connectedList",
|
|
469
|
-
"badgeWarn": "FVl50a_badgeWarn",
|
|
470
|
-
"allowRow": "FVl50a_allowRow",
|
|
471
|
-
"entryTitleRow": "FVl50a_entryTitleRow",
|
|
472
524
|
"paste": "FVl50a_paste",
|
|
473
|
-
"entryHead": "FVl50a_entryHead",
|
|
474
525
|
"add": "FVl50a_add",
|
|
475
|
-
"
|
|
476
|
-
"
|
|
477
|
-
"
|
|
478
|
-
"
|
|
479
|
-
"
|
|
526
|
+
"badgeWarn": "FVl50a_badgeWarn",
|
|
527
|
+
"entryTitleRow": "FVl50a_entryTitleRow",
|
|
528
|
+
"connectedList": "FVl50a_connectedList",
|
|
529
|
+
"statusDot": "FVl50a_statusDot",
|
|
530
|
+
"badgeMuted": "FVl50a_badgeMuted"
|
|
480
531
|
};
|
|
481
532
|
//#endregion
|
|
482
533
|
//#region src/client/McpCard.tsx
|
|
@@ -1118,13 +1169,21 @@ window.__ModuleLoader__.load({
|
|
|
1118
1169
|
store;
|
|
1119
1170
|
/** @param scope - the bound settings scope for the `agent-loop` namespace. */
|
|
1120
1171
|
constructor(scope) {
|
|
1121
|
-
this.form = new CardForm(scope, [
|
|
1172
|
+
this.form = new CardForm(scope, [
|
|
1173
|
+
numberField("maxParallelToolCalls"),
|
|
1174
|
+
numberField("maxSteps"),
|
|
1175
|
+
textField("toolSettle"),
|
|
1176
|
+
numberField("llmRetryMaxRetries")
|
|
1177
|
+
]);
|
|
1122
1178
|
this.store = this.form.bind(() => this.projection());
|
|
1123
1179
|
}
|
|
1124
1180
|
projection() {
|
|
1125
1181
|
return {
|
|
1126
1182
|
...this.form.shell(),
|
|
1127
|
-
maxParallelToolCalls: this.form.field("maxParallelToolCalls")
|
|
1183
|
+
maxParallelToolCalls: this.form.field("maxParallelToolCalls"),
|
|
1184
|
+
maxSteps: this.form.field("maxSteps"),
|
|
1185
|
+
toolSettle: this.form.field("toolSettle"),
|
|
1186
|
+
llmRetryMaxRetries: this.form.field("llmRetryMaxRetries")
|
|
1128
1187
|
};
|
|
1129
1188
|
}
|
|
1130
1189
|
/**
|
|
@@ -1749,6 +1808,12 @@ window.__ModuleLoader__.load({
|
|
|
1749
1808
|
agentLoopDescription: "How the agent dispatches tool calls.",
|
|
1750
1809
|
agentLoopMaxParallel: "Parallel tool calls",
|
|
1751
1810
|
agentLoopMaxParallelHint: "Upper bound on parallel-safe calls running at once within one step.",
|
|
1811
|
+
agentLoopMaxSteps: "Max steps per turn",
|
|
1812
|
+
agentLoopMaxStepsHint: "Upper bound on LLM steps (including tool rounds) within one user turn. Default 32.",
|
|
1813
|
+
agentLoopToolSettle: "Tool settle mode",
|
|
1814
|
+
agentLoopToolSettleHint: "parallel (default): overlap only isConcurrencySafe tools. serial: one call at a time.",
|
|
1815
|
+
agentLoopLlmRetry: "LLM retries per step",
|
|
1816
|
+
agentLoopLlmRetryHint: "Retry empty / rate-limit / server / timeout failures within one step. 0 disables. Default 5.",
|
|
1752
1817
|
mcpTitle: "MCP servers",
|
|
1753
1818
|
mcpDescription: "Paste Cursor / Trae style JSON, then save — servers mount on save (no separate env step).",
|
|
1754
1819
|
mcpConnectedHeading: "Connected now",
|
|
@@ -1832,6 +1897,12 @@ window.__ModuleLoader__.load({
|
|
|
1832
1897
|
agentLoopDescription: "Agent 如何派发工具调用。",
|
|
1833
1898
|
agentLoopMaxParallel: "并行工具调用数",
|
|
1834
1899
|
agentLoopMaxParallelHint: "同一步内最多同时运行多少个可并行的调用。",
|
|
1900
|
+
agentLoopMaxSteps: "每轮最大步数",
|
|
1901
|
+
agentLoopMaxStepsHint: "单次用户 turn 内 LLM 步数上限(含工具回合)。默认 32。",
|
|
1902
|
+
agentLoopToolSettle: "工具结算模式",
|
|
1903
|
+
agentLoopToolSettleHint: "parallel(默认):仅 isConcurrencySafe 的工具可重叠。serial:逐步独占。",
|
|
1904
|
+
agentLoopLlmRetry: "步内 LLM 重试次数",
|
|
1905
|
+
agentLoopLlmRetryHint: "对空响应 / 限流 / 服务端 / 超时在同一步内重试。0 关闭。默认 5。",
|
|
1835
1906
|
mcpTitle: "MCP 服务器",
|
|
1836
1907
|
mcpDescription: "粘贴 Trae / Cursor 风格 mcpServers JSON,保存后会挂载(不必再先开环境变量)。",
|
|
1837
1908
|
mcpConnectedHeading: "当前已连接",
|
|
@@ -33,26 +33,26 @@ window.__ModuleLoader__.load({
|
|
|
33
33
|
document.head.appendChild(tag);
|
|
34
34
|
}
|
|
35
35
|
var SidebarRoot_module_css_default = {
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"logoRow": "lWfN9W_logoRow",
|
|
36
|
+
"quietBars": "lWfN9W_quietBars",
|
|
37
|
+
"railMark": "lWfN9W_railMark",
|
|
39
38
|
"railIn": "lWfN9W_railIn",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"regionArea": "lWfN9W_regionArea",
|
|
43
|
-
"rail-in": "lWfN9W_rail-in",
|
|
44
|
-
"newSessionLabel": "lWfN9W_newSessionLabel",
|
|
45
|
-
"wide": "lWfN9W_wide",
|
|
39
|
+
"iconButton": "lWfN9W_iconButton",
|
|
40
|
+
"newSession": "lWfN9W_newSession",
|
|
46
41
|
"toggle": "lWfN9W_toggle",
|
|
47
|
-
"collapsed": "lWfN9W_collapsed",
|
|
48
|
-
"railMark": "lWfN9W_railMark",
|
|
49
|
-
"panelIcon": "lWfN9W_panelIcon",
|
|
50
|
-
"fading": "lWfN9W_fading",
|
|
51
|
-
"quietBars": "lWfN9W_quietBars",
|
|
52
42
|
"wide-in": "lWfN9W_wide-in",
|
|
53
|
-
"newSession": "lWfN9W_newSession",
|
|
54
43
|
"footArea": "lWfN9W_footArea",
|
|
44
|
+
"fading": "lWfN9W_fading",
|
|
45
|
+
"collapsed": "lWfN9W_collapsed",
|
|
46
|
+
"wide": "lWfN9W_wide",
|
|
47
|
+
"root": "lWfN9W_root",
|
|
48
|
+
"regionArea": "lWfN9W_regionArea",
|
|
49
|
+
"panelIcon": "lWfN9W_panelIcon",
|
|
50
|
+
"logoRow": "lWfN9W_logoRow",
|
|
51
|
+
"rail-in": "lWfN9W_rail-in",
|
|
52
|
+
"rail-fade-in": "lWfN9W_rail-fade-in",
|
|
53
|
+
"footerActions": "lWfN9W_footerActions",
|
|
55
54
|
"brand": "lWfN9W_brand",
|
|
55
|
+
"newSessionLabel": "lWfN9W_newSessionLabel",
|
|
56
56
|
"settingsArea": "lWfN9W_settingsArea"
|
|
57
57
|
};
|
|
58
58
|
//#endregion
|
|
@@ -18,23 +18,23 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var SkillRow_module_css_default = {
|
|
21
|
+
"row": "_26cNaq_row",
|
|
22
|
+
"chevronHover": "_26cNaq_chevronHover",
|
|
23
|
+
"bodyWrap": "_26cNaq_bodyWrap",
|
|
24
|
+
"instructions": "_26cNaq_instructions",
|
|
25
|
+
"instructionsCard": "_26cNaq_instructionsCard",
|
|
21
26
|
"summary": "_26cNaq_summary",
|
|
22
|
-
"
|
|
27
|
+
"chevron": "_26cNaq_chevron",
|
|
28
|
+
"title": "_26cNaq_title",
|
|
29
|
+
"separator": "_26cNaq_separator",
|
|
23
30
|
"visuallyHidden": "_26cNaq_visuallyHidden",
|
|
24
|
-
"
|
|
31
|
+
"inspectButton": "_26cNaq_inspectButton",
|
|
32
|
+
"instructionsHeader": "_26cNaq_instructionsHeader",
|
|
25
33
|
"card": "_26cNaq_card",
|
|
26
|
-
"leading": "_26cNaq_leading",
|
|
27
|
-
"chevronHover": "_26cNaq_chevronHover",
|
|
28
34
|
"iconIdle": "_26cNaq_iconIdle",
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"row": "
|
|
32
|
-
"instructionsCard": "_26cNaq_instructionsCard",
|
|
33
|
-
"instructions": "_26cNaq_instructions",
|
|
34
|
-
"separator": "_26cNaq_separator",
|
|
35
|
-
"chevron": "_26cNaq_chevron",
|
|
36
|
-
"bodyWrap": "_26cNaq_bodyWrap",
|
|
37
|
-
"title": "_26cNaq_title"
|
|
35
|
+
"errorSummary": "_26cNaq_errorSummary",
|
|
36
|
+
"leading": "_26cNaq_leading",
|
|
37
|
+
"dsh-skill-row-sweep": "_26cNaq_dsh-skill-row-sweep"
|
|
38
38
|
};
|
|
39
39
|
//#endregion
|
|
40
40
|
//#region src/client/SkillRow.tsx
|
|
@@ -19,30 +19,30 @@ window.__ModuleLoader__.load({
|
|
|
19
19
|
document.head.appendChild(tag);
|
|
20
20
|
}
|
|
21
21
|
var SubagentCatalogAction_module_css_default = {
|
|
22
|
-
"disabled": "zp9X5G_disabled",
|
|
23
|
-
"content": "zp9X5G_content",
|
|
24
|
-
"trigger": "zp9X5G_trigger",
|
|
25
|
-
"metricDuration": "zp9X5G_metricDuration",
|
|
26
|
-
"label": "zp9X5G_label",
|
|
27
|
-
"disclosureOpen": "zp9X5G_disclosureOpen",
|
|
28
|
-
"disclosureSpace": "zp9X5G_disclosureSpace",
|
|
29
22
|
"disclosure": "zp9X5G_disclosure",
|
|
30
|
-
"row": "zp9X5G_row",
|
|
31
|
-
"root": "zp9X5G_root",
|
|
32
|
-
"node": "zp9X5G_node",
|
|
33
|
-
"count": "zp9X5G_count",
|
|
34
23
|
"summary": "zp9X5G_summary",
|
|
35
|
-
"
|
|
24
|
+
"loadingRow": "zp9X5G_loadingRow",
|
|
36
25
|
"metrics": "zp9X5G_metrics",
|
|
37
|
-
"metricToken": "zp9X5G_metricToken",
|
|
38
|
-
"clickarea": "zp9X5G_clickarea",
|
|
39
26
|
"notice": "zp9X5G_notice",
|
|
27
|
+
"node": "zp9X5G_node",
|
|
28
|
+
"children": "zp9X5G_children",
|
|
29
|
+
"root": "zp9X5G_root",
|
|
30
|
+
"label": "zp9X5G_label",
|
|
31
|
+
"clickarea": "zp9X5G_clickarea",
|
|
32
|
+
"count": "zp9X5G_count",
|
|
33
|
+
"disclosureSpace": "zp9X5G_disclosureSpace",
|
|
34
|
+
"disabled": "zp9X5G_disabled",
|
|
35
|
+
"metricToken": "zp9X5G_metricToken",
|
|
36
|
+
"menu": "zp9X5G_menu",
|
|
37
|
+
"triggerOpen": "zp9X5G_triggerOpen",
|
|
38
|
+
"disclosureOpen": "zp9X5G_disclosureOpen",
|
|
39
|
+
"metricDuration": "zp9X5G_metricDuration",
|
|
40
40
|
"error": "zp9X5G_error",
|
|
41
41
|
"refresh": "zp9X5G_refresh",
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
42
|
+
"activitySlot": "zp9X5G_activitySlot",
|
|
43
|
+
"row": "zp9X5G_row",
|
|
44
|
+
"trigger": "zp9X5G_trigger",
|
|
45
|
+
"content": "zp9X5G_content"
|
|
46
46
|
};
|
|
47
47
|
//#endregion
|
|
48
48
|
//#region src/client/SubagentCatalogAction.tsx
|
|
@@ -33,11 +33,11 @@ window.__ModuleLoader__.load({
|
|
|
33
33
|
document.head.appendChild(tag);
|
|
34
34
|
}
|
|
35
35
|
var AppearanceRow_module_css_default = {
|
|
36
|
+
"group": "rjCQBa_group",
|
|
36
37
|
"title": "rjCQBa_title",
|
|
37
38
|
"themeCube": "rjCQBa_themeCube",
|
|
38
|
-
"selected": "rjCQBa_selected",
|
|
39
39
|
"cubeRow": "rjCQBa_cubeRow",
|
|
40
|
-
"
|
|
40
|
+
"selected": "rjCQBa_selected"
|
|
41
41
|
};
|
|
42
42
|
//#endregion
|
|
43
43
|
//#region src/client/AppearanceRow.tsx
|
|
@@ -605,33 +605,33 @@ window.__ModuleLoader__.load({
|
|
|
605
605
|
document.head.appendChild(tag);
|
|
606
606
|
}
|
|
607
607
|
var ToolRow_module_css_default = {
|
|
608
|
-
"ioCard": "svsF2W_ioCard",
|
|
609
608
|
"summary": "svsF2W_summary",
|
|
610
|
-
"bodyScroll": "svsF2W_bodyScroll",
|
|
611
|
-
"summarySuffix": "svsF2W_summarySuffix",
|
|
612
|
-
"searchRecovery": "svsF2W_searchRecovery",
|
|
613
|
-
"title": "svsF2W_title",
|
|
614
|
-
"codeBody": "svsF2W_codeBody",
|
|
615
|
-
"chevron": "svsF2W_chevron",
|
|
616
609
|
"root": "svsF2W_root",
|
|
617
|
-
"
|
|
618
|
-
"
|
|
610
|
+
"ioLabel": "svsF2W_ioLabel",
|
|
611
|
+
"readBody": "svsF2W_readBody",
|
|
612
|
+
"visuallyHidden": "svsF2W_visuallyHidden",
|
|
619
613
|
"leading": "svsF2W_leading",
|
|
614
|
+
"ioText": "svsF2W_ioText",
|
|
615
|
+
"diffBody": "svsF2W_diffBody",
|
|
620
616
|
"sep": "svsF2W_sep",
|
|
617
|
+
"bodyScroll": "svsF2W_bodyScroll",
|
|
618
|
+
"ioCard": "svsF2W_ioCard",
|
|
621
619
|
"fileLink": "svsF2W_fileLink",
|
|
622
|
-
"
|
|
623
|
-
"
|
|
620
|
+
"chevron": "svsF2W_chevron",
|
|
621
|
+
"row": "svsF2W_row",
|
|
624
622
|
"ioSection": "svsF2W_ioSection",
|
|
625
623
|
"errorSummary": "svsF2W_errorSummary",
|
|
626
624
|
"ioDivider": "svsF2W_ioDivider",
|
|
627
|
-
"
|
|
625
|
+
"codeBody": "svsF2W_codeBody",
|
|
628
626
|
"terminalBody": "svsF2W_terminalBody",
|
|
629
|
-
"
|
|
627
|
+
"searchRecovery": "svsF2W_searchRecovery",
|
|
628
|
+
"dsh-tool-row-sweep": "svsF2W_dsh-tool-row-sweep",
|
|
630
629
|
"searchBody": "svsF2W_searchBody",
|
|
631
|
-
"
|
|
632
|
-
"
|
|
633
|
-
"
|
|
634
|
-
"
|
|
630
|
+
"summarySuffix": "svsF2W_summarySuffix",
|
|
631
|
+
"inspectButton": "svsF2W_inspectButton",
|
|
632
|
+
"webBody": "svsF2W_webBody",
|
|
633
|
+
"title": "svsF2W_title",
|
|
634
|
+
"bodyWrap": "svsF2W_bodyWrap"
|
|
635
635
|
};
|
|
636
636
|
//#endregion
|
|
637
637
|
//#region src/client/tool/components/ToolRow.tsx
|
|
@@ -950,12 +950,12 @@ window.__ModuleLoader__.load({
|
|
|
950
950
|
}
|
|
951
951
|
var ToolDetails_module_css_default = {
|
|
952
952
|
"web": "_5bRnqW_web",
|
|
953
|
-
"empty": "_5bRnqW_empty",
|
|
954
953
|
"cardBody": "_5bRnqW_cardBody",
|
|
955
954
|
"recovery": "_5bRnqW_recovery",
|
|
955
|
+
"empty": "_5bRnqW_empty",
|
|
956
956
|
"description": "_5bRnqW_description",
|
|
957
|
-
"
|
|
958
|
-
"
|
|
957
|
+
"read": "_5bRnqW_read",
|
|
958
|
+
"code": "_5bRnqW_code"
|
|
959
959
|
};
|
|
960
960
|
//#endregion
|
|
961
961
|
//#region src/client/tool/ToolDetails.tsx
|
|
@@ -1099,26 +1099,26 @@ window.__ModuleLoader__.load({
|
|
|
1099
1099
|
document.head.appendChild(tag);
|
|
1100
1100
|
}
|
|
1101
1101
|
var bash_sample_module_css_default = {
|
|
1102
|
-
"inspectButton": "N2AvQG_inspectButton",
|
|
1103
|
-
"leading": "N2AvQG_leading",
|
|
1104
|
-
"ioLabel": "N2AvQG_ioLabel",
|
|
1105
|
-
"ioDivider": "N2AvQG_ioDivider",
|
|
1106
|
-
"iconIdle": "N2AvQG_iconIdle",
|
|
1107
1102
|
"chevronHover": "N2AvQG_chevronHover",
|
|
1108
|
-
"errorSummary": "N2AvQG_errorSummary",
|
|
1109
|
-
"terminal": "N2AvQG_terminal",
|
|
1110
|
-
"chevron": "N2AvQG_chevron",
|
|
1111
|
-
"card": "N2AvQG_card",
|
|
1112
|
-
"ioSection": "N2AvQG_ioSection",
|
|
1113
|
-
"visuallyHidden": "N2AvQG_visuallyHidden",
|
|
1114
1103
|
"root": "N2AvQG_root",
|
|
1115
|
-
"ioText": "N2AvQG_ioText",
|
|
1116
1104
|
"summary": "N2AvQG_summary",
|
|
1117
|
-
"
|
|
1105
|
+
"terminal": "N2AvQG_terminal",
|
|
1106
|
+
"card": "N2AvQG_card",
|
|
1118
1107
|
"sep": "N2AvQG_sep",
|
|
1108
|
+
"leading": "N2AvQG_leading",
|
|
1109
|
+
"ioText": "N2AvQG_ioText",
|
|
1110
|
+
"iconIdle": "N2AvQG_iconIdle",
|
|
1111
|
+
"inspectButton": "N2AvQG_inspectButton",
|
|
1112
|
+
"ioDivider": "N2AvQG_ioDivider",
|
|
1113
|
+
"bodyWrap": "N2AvQG_bodyWrap",
|
|
1114
|
+
"ioSection": "N2AvQG_ioSection",
|
|
1119
1115
|
"dsh-bash-row-sweep": "N2AvQG_dsh-bash-row-sweep",
|
|
1120
|
-
"
|
|
1121
|
-
"
|
|
1116
|
+
"ioLabel": "N2AvQG_ioLabel",
|
|
1117
|
+
"title": "N2AvQG_title",
|
|
1118
|
+
"errorSummary": "N2AvQG_errorSummary",
|
|
1119
|
+
"chevron": "N2AvQG_chevron",
|
|
1120
|
+
"visuallyHidden": "N2AvQG_visuallyHidden",
|
|
1121
|
+
"ioCard": "N2AvQG_ioCard"
|
|
1122
1122
|
};
|
|
1123
1123
|
//#endregion
|
|
1124
1124
|
//#region src/client/tool/toolviews/bash-sample.tsx
|