@xrkseek/harness-cli 0.0.6 → 0.0.8
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 +15 -3
- package/node_modules/@xrkseek/core-agent/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/core-agent/dist/index.js +8 -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 +23 -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 +223 -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/index.d.ts +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/index.js +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/registry.d.ts +5 -0
- package/node_modules/@xrkseek/exec-pty/dist/registry.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/registry.js +17 -1
- package/node_modules/@xrkseek/exec-pty/dist/registry.js.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/render.d.ts +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/render.d.ts.map +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/render.js +1 -1
- package/node_modules/@xrkseek/exec-pty/dist/render.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 +15 -4
- 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 +21 -3
- package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-harness/dist/preset.js +31 -8
- 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 +3 -2
- package/node_modules/@xrkseek/preset-minimal/dist/preset.d.ts.map +1 -1
- package/node_modules/@xrkseek/preset-minimal/dist/preset.js +13 -7
- 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 +3 -1
- 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 +99 -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 +110 -6
- package/node_modules/@xrkseek/protocol/dist/session-events.d.ts.map +1 -1
- package/node_modules/@xrkseek/protocol/dist/session-events.js +23 -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 +234 -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 +26 -8
- 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 +20 -14
- 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/runtime.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/runtime.js +4 -2
- package/node_modules/@xrkseek/server-face/dist/runtime.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/dist/skill-list.d.ts +1 -1
- package/node_modules/@xrkseek/server-face/dist/skill-list.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/skill-list.js +1 -0
- package/node_modules/@xrkseek/server-face/dist/skill-list.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/README.md +3 -23
- package/node_modules/@xrkseek/workspace/dist/durable-inject.d.ts +62 -0
- package/node_modules/@xrkseek/workspace/dist/durable-inject.d.ts.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/durable-inject.js +146 -0
- package/node_modules/@xrkseek/workspace/dist/durable-inject.js.map +1 -0
- package/node_modules/@xrkseek/workspace/dist/index.d.ts +25 -13
- package/node_modules/@xrkseek/workspace/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/index.js +77 -17
- package/node_modules/@xrkseek/workspace/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skill-tools.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skill-tools.js +7 -0
- package/node_modules/@xrkseek/workspace/dist/skill-tools.js.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skills.d.ts +12 -1
- package/node_modules/@xrkseek/workspace/dist/skills.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/skills.js +42 -4
- package/node_modules/@xrkseek/workspace/dist/skills.js.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/slash.d.ts.map +1 -1
- package/node_modules/@xrkseek/workspace/dist/slash.js +2 -0
- package/node_modules/@xrkseek/workspace/dist/slash.js.map +1 -1
- package/node_modules/@xrkseek/workspace/package.json +2 -1
- package/package.json +3 -1
- package/product-web/assets/index-CcF0Sxxg.js +297 -0
- package/product-web/assets/index-CcF0Sxxg.js.map +1 -0
- package/product-web/assets/langs/{php-9bx0az3O.js → php-DY2VakOf.js} +2 -2
- package/product-web/assets/langs/{php-9bx0az3O.js.map → php-DY2VakOf.js.map} +1 -1
- package/product-web/assets/langs/{ruby-HDLHRjSL.js → ruby-hwtoiFmS.js} +2 -2
- package/product-web/assets/langs/{ruby-HDLHRjSL.js.map → ruby-hwtoiFmS.js.map} +1 -1
- package/product-web/assets/{vendor-CeMKrCZm.js → vendor-CldRVjca.js} +35 -36
- package/product-web/assets/vendor-CldRVjca.js.map +1 -0
- package/product-web/boot.json +1 -1
- package/product-web/index.html +2 -2
- package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-runtime/client.js +37 -1
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +37 -37
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +172 -186
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +30 -30
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +10 -10
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +16 -16
- package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-plan/client.js +2 -2
- 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 +14 -14
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +11 -11
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +15 -15
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +43 -43
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +166 -145
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +30 -30
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +16 -16
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +56 -56
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.d.ts +0 -35
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.d.ts.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.js +0 -116
- package/node_modules/@xrkseek/server-face/dist/dsh-schema.js.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/envelope.d.ts +0 -23
- package/node_modules/@xrkseek/server-face/dist/envelope.d.ts.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/envelope.js +0 -51
- package/node_modules/@xrkseek/server-face/dist/envelope.js.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/rpc-error.d.ts +0 -15
- package/node_modules/@xrkseek/server-face/dist/rpc-error.d.ts.map +0 -1
- package/node_modules/@xrkseek/server-face/dist/rpc-error.js +0 -247
- package/node_modules/@xrkseek/server-face/dist/rpc-error.js.map +0 -1
- package/product-web/assets/index-BwSJq-Ch.js +0 -112
- package/product-web/assets/index-BwSJq-Ch.js.map +0 -1
- package/product-web/assets/vendor-CeMKrCZm.js.map +0 -1
|
@@ -2683,8 +2683,8 @@ window.__ModuleLoader__.load({
|
|
|
2683
2683
|
document.head.appendChild(tag);
|
|
2684
2684
|
}
|
|
2685
2685
|
var StatsLine_module_css_default = {
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2686
|
+
"sep": "_EvZDq_sep",
|
|
2687
|
+
"root": "_EvZDq_root"
|
|
2688
2688
|
};
|
|
2689
2689
|
//#endregion
|
|
2690
2690
|
//#region src/client/chat/StatsLine.tsx
|
|
@@ -2873,23 +2873,23 @@ window.__ModuleLoader__.load({
|
|
|
2873
2873
|
document.head.appendChild(tag);
|
|
2874
2874
|
}
|
|
2875
2875
|
var ContextMeter_module_css_default = {
|
|
2876
|
-
"panel": "bloECW_panel",
|
|
2877
2876
|
"colorTools": "bloECW_colorTools",
|
|
2878
|
-
"
|
|
2879
|
-
"
|
|
2880
|
-
"root": "bloECW_root",
|
|
2881
|
-
"colorSystem": "bloECW_colorSystem",
|
|
2877
|
+
"rows": "bloECW_rows",
|
|
2878
|
+
"headline": "bloECW_headline",
|
|
2882
2879
|
"bar": "bloECW_bar",
|
|
2880
|
+
"header": "bloECW_header",
|
|
2881
|
+
"swatch": "bloECW_swatch",
|
|
2883
2882
|
"colorMessages": "bloECW_colorMessages",
|
|
2884
|
-
"
|
|
2885
|
-
"row": "bloECW_row",
|
|
2886
|
-
"trigger": "bloECW_trigger",
|
|
2887
|
-
"percent": "bloECW_percent",
|
|
2888
|
-
"rows": "bloECW_rows",
|
|
2883
|
+
"root": "bloECW_root",
|
|
2889
2884
|
"figures": "bloECW_figures",
|
|
2890
2885
|
"track": "bloECW_track",
|
|
2891
|
-
"
|
|
2892
|
-
"
|
|
2886
|
+
"percent": "bloECW_percent",
|
|
2887
|
+
"colorSystem": "bloECW_colorSystem",
|
|
2888
|
+
"panel": "bloECW_panel",
|
|
2889
|
+
"trigger": "bloECW_trigger",
|
|
2890
|
+
"segment": "bloECW_segment",
|
|
2891
|
+
"fill": "bloECW_fill",
|
|
2892
|
+
"row": "bloECW_row"
|
|
2893
2893
|
};
|
|
2894
2894
|
//#endregion
|
|
2895
2895
|
//#region src/client/skeleton/ContextMeter.tsx
|
|
@@ -3061,11 +3061,11 @@ window.__ModuleLoader__.load({
|
|
|
3061
3061
|
document.head.appendChild(tag);
|
|
3062
3062
|
}
|
|
3063
3063
|
var PermissionSelect_module_css_default = {
|
|
3064
|
-
"triggerLabel": "UJ7tKa_triggerLabel",
|
|
3065
3064
|
"trigger": "UJ7tKa_trigger",
|
|
3066
|
-
"
|
|
3065
|
+
"triggerLabel": "UJ7tKa_triggerLabel",
|
|
3067
3066
|
"chevron": "UJ7tKa_chevron",
|
|
3068
|
-
"chevronOpen": "UJ7tKa_chevronOpen"
|
|
3067
|
+
"chevronOpen": "UJ7tKa_chevronOpen",
|
|
3068
|
+
"triggerIcon": "UJ7tKa_triggerIcon"
|
|
3069
3069
|
};
|
|
3070
3070
|
//#endregion
|
|
3071
3071
|
//#region src/client/skeleton/PermissionSelect.tsx
|
|
@@ -3299,37 +3299,37 @@ window.__ModuleLoader__.load({
|
|
|
3299
3299
|
document.head.appendChild(tag);
|
|
3300
3300
|
}
|
|
3301
3301
|
var InputBar_module_css_default = {
|
|
3302
|
-
"
|
|
3303
|
-
"
|
|
3304
|
-
"
|
|
3305
|
-
"pending": "QdFsVG_pending",
|
|
3302
|
+
"root": "QdFsVG_root",
|
|
3303
|
+
"attachments": "QdFsVG_attachments",
|
|
3304
|
+
"mirror": "QdFsVG_mirror",
|
|
3306
3305
|
"backdrop": "QdFsVG_backdrop",
|
|
3307
|
-
"
|
|
3308
|
-
"
|
|
3306
|
+
"grow": "QdFsVG_grow",
|
|
3307
|
+
"noticeError": "QdFsVG_noticeError",
|
|
3308
|
+
"input-pending": "QdFsVG_input-pending",
|
|
3309
3309
|
"chipLabel": "QdFsVG_chipLabel",
|
|
3310
|
-
"
|
|
3310
|
+
"chipInvalid": "QdFsVG_chipInvalid",
|
|
3311
|
+
"cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
|
|
3312
|
+
"hint": "QdFsVG_hint",
|
|
3311
3313
|
"add": "QdFsVG_add",
|
|
3314
|
+
"input": "QdFsVG_input",
|
|
3315
|
+
"pending": "QdFsVG_pending",
|
|
3316
|
+
"textRef": "QdFsVG_textRef",
|
|
3317
|
+
"overlayAnchor": "QdFsVG_overlayAnchor",
|
|
3318
|
+
"primary": "QdFsVG_primary",
|
|
3312
3319
|
"scroll": "QdFsVG_scroll",
|
|
3313
|
-
"
|
|
3314
|
-
"grow": "QdFsVG_grow",
|
|
3320
|
+
"card": "QdFsVG_card",
|
|
3315
3321
|
"hlToken": "QdFsVG_hlToken",
|
|
3322
|
+
"hlSegment": "QdFsVG_hlSegment",
|
|
3323
|
+
"notice": "QdFsVG_notice",
|
|
3324
|
+
"accessory": "QdFsVG_accessory",
|
|
3316
3325
|
"modes": "QdFsVG_modes",
|
|
3317
|
-
"trailing": "QdFsVG_trailing",
|
|
3318
3326
|
"select": "QdFsVG_select",
|
|
3327
|
+
"hero": "QdFsVG_hero",
|
|
3319
3328
|
"retry": "QdFsVG_retry",
|
|
3320
|
-
"hint": "QdFsVG_hint",
|
|
3321
|
-
"root": "QdFsVG_root",
|
|
3322
3329
|
"row": "QdFsVG_row",
|
|
3323
|
-
"primary": "QdFsVG_primary",
|
|
3324
|
-
"input": "QdFsVG_input",
|
|
3325
|
-
"input-pending": "QdFsVG_input-pending",
|
|
3326
|
-
"cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
|
|
3327
|
-
"mirror": "QdFsVG_mirror",
|
|
3328
3330
|
"tools": "QdFsVG_tools",
|
|
3329
|
-
"
|
|
3330
|
-
"
|
|
3331
|
-
"overlayAnchor": "QdFsVG_overlayAnchor",
|
|
3332
|
-
"hero": "QdFsVG_hero"
|
|
3331
|
+
"trailing": "QdFsVG_trailing",
|
|
3332
|
+
"chip": "QdFsVG_chip"
|
|
3333
3333
|
};
|
|
3334
3334
|
//#endregion
|
|
3335
3335
|
//#region src/client/skeleton/InputBar.tsx
|
|
@@ -3980,12 +3980,12 @@ window.__ModuleLoader__.load({
|
|
|
3980
3980
|
document.head.appendChild(tag);
|
|
3981
3981
|
}
|
|
3982
3982
|
var EnterBehaviorRow_module_css_default = {
|
|
3983
|
-
"selector": "ssSNSa_selector",
|
|
3984
|
-
"title": "ssSNSa_title",
|
|
3985
|
-
"chevron": "ssSNSa_chevron",
|
|
3986
3983
|
"row": "ssSNSa_row",
|
|
3987
3984
|
"rowText": "ssSNSa_rowText",
|
|
3988
|
-
"
|
|
3985
|
+
"title": "ssSNSa_title",
|
|
3986
|
+
"selector": "ssSNSa_selector",
|
|
3987
|
+
"desc": "ssSNSa_desc",
|
|
3988
|
+
"chevron": "ssSNSa_chevron"
|
|
3989
3989
|
};
|
|
3990
3990
|
//#endregion
|
|
3991
3991
|
//#region src/client/settings/EnterBehaviorRow.tsx
|
|
@@ -4058,33 +4058,33 @@ window.__ModuleLoader__.load({
|
|
|
4058
4058
|
document.head.appendChild(tag);
|
|
4059
4059
|
}
|
|
4060
4060
|
var MessageItem_module_css_default = {
|
|
4061
|
-
"
|
|
4062
|
-
"
|
|
4061
|
+
"refChip": "DuLIaW_refChip",
|
|
4062
|
+
"userStack": "DuLIaW_userStack",
|
|
4063
4063
|
"userRow": "DuLIaW_userRow",
|
|
4064
|
-
"
|
|
4065
|
-
"
|
|
4066
|
-
"
|
|
4067
|
-
"
|
|
4064
|
+
"compactionButton": "DuLIaW_compactionButton",
|
|
4065
|
+
"compactionSep": "DuLIaW_compactionSep",
|
|
4066
|
+
"compactionSummary": "DuLIaW_compactionSummary",
|
|
4067
|
+
"bubble": "DuLIaW_bubble",
|
|
4068
|
+
"retry-shimmer": "DuLIaW_retry-shimmer",
|
|
4069
|
+
"compactionRow": "DuLIaW_compactionRow",
|
|
4070
|
+
"retryDetails": "DuLIaW_retryDetails",
|
|
4071
|
+
"compactionContextIcon": "DuLIaW_compactionContextIcon",
|
|
4068
4072
|
"compactionLeading": "DuLIaW_compactionLeading",
|
|
4069
4073
|
"retryDetailLabel": "DuLIaW_retryDetailLabel",
|
|
4070
|
-
"
|
|
4071
|
-
"
|
|
4072
|
-
"
|
|
4073
|
-
"refChip": "DuLIaW_refChip",
|
|
4074
|
-
"retryDetails": "DuLIaW_retryDetails",
|
|
4075
|
-
"compactionButton": "DuLIaW_compactionButton",
|
|
4076
|
-
"maxTokensTitle": "DuLIaW_maxTokensTitle",
|
|
4074
|
+
"turnErrorRow": "DuLIaW_turnErrorRow",
|
|
4075
|
+
"contextRow": "DuLIaW_contextRow",
|
|
4076
|
+
"compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
|
|
4077
4077
|
"retryRow": "DuLIaW_retryRow",
|
|
4078
|
-
"
|
|
4079
|
-
"compactionTitle": "DuLIaW_compactionTitle",
|
|
4080
|
-
"retryText": "DuLIaW_retryText",
|
|
4078
|
+
"retrySummary": "DuLIaW_retrySummary",
|
|
4081
4079
|
"turnErrorDot": "DuLIaW_turnErrorDot",
|
|
4080
|
+
"turnErrorCopy": "DuLIaW_turnErrorCopy",
|
|
4081
|
+
"retryText": "DuLIaW_retryText",
|
|
4082
|
+
"turnErrorTitle": "DuLIaW_turnErrorTitle",
|
|
4083
|
+
"compactionTitle": "DuLIaW_compactionTitle",
|
|
4084
|
+
"compactionBody": "DuLIaW_compactionBody",
|
|
4085
|
+
"turnErrorMessage": "DuLIaW_turnErrorMessage",
|
|
4082
4086
|
"turnErrorCode": "DuLIaW_turnErrorCode",
|
|
4083
|
-
"
|
|
4084
|
-
"retry-shimmer": "DuLIaW_retry-shimmer",
|
|
4085
|
-
"compactionSummary": "DuLIaW_compactionSummary",
|
|
4086
|
-
"compactionSep": "DuLIaW_compactionSep",
|
|
4087
|
-
"bubble": "DuLIaW_bubble"
|
|
4087
|
+
"maxTokensTitle": "DuLIaW_maxTokensTitle"
|
|
4088
4088
|
};
|
|
4089
4089
|
//#endregion
|
|
4090
4090
|
//#region src/client/chat/CompactionItem.tsx
|
|
@@ -4156,29 +4156,29 @@ window.__ModuleLoader__.load({
|
|
|
4156
4156
|
document.head.appendChild(tag);
|
|
4157
4157
|
}
|
|
4158
4158
|
var ContextBody_module_css_default = {
|
|
4159
|
-
"
|
|
4160
|
-
"
|
|
4161
|
-
"
|
|
4162
|
-
"
|
|
4163
|
-
"fieldKey": "mBNGpa_fieldKey",
|
|
4159
|
+
"entry": "mBNGpa_entry",
|
|
4160
|
+
"entryDescription": "mBNGpa_entryDescription",
|
|
4161
|
+
"sectionName": "mBNGpa_sectionName",
|
|
4162
|
+
"recall": "mBNGpa_recall",
|
|
4164
4163
|
"recalls": "mBNGpa_recalls",
|
|
4165
|
-
"text": "mBNGpa_text",
|
|
4166
|
-
"recallCounts": "mBNGpa_recallCounts",
|
|
4167
4164
|
"fieldValue": "mBNGpa_fieldValue",
|
|
4168
|
-
"
|
|
4169
|
-
"field": "mBNGpa_field",
|
|
4165
|
+
"entries": "mBNGpa_entries",
|
|
4170
4166
|
"sections": "mBNGpa_sections",
|
|
4171
|
-
"
|
|
4172
|
-
"
|
|
4167
|
+
"fieldKey": "mBNGpa_fieldKey",
|
|
4168
|
+
"files": "mBNGpa_files",
|
|
4169
|
+
"relaySender": "mBNGpa_relaySender",
|
|
4170
|
+
"recallCounts": "mBNGpa_recallCounts",
|
|
4173
4171
|
"catalogNotice": "mBNGpa_catalogNotice",
|
|
4174
|
-
"
|
|
4175
|
-
"entry": "mBNGpa_entry",
|
|
4172
|
+
"filePath": "mBNGpa_filePath",
|
|
4176
4173
|
"section": "mBNGpa_section",
|
|
4177
|
-
"
|
|
4174
|
+
"fields": "mBNGpa_fields",
|
|
4175
|
+
"fileAction": "mBNGpa_fileAction",
|
|
4176
|
+
"recallLabel": "mBNGpa_recallLabel",
|
|
4178
4177
|
"sectionText": "mBNGpa_sectionText",
|
|
4179
|
-
"
|
|
4180
|
-
"
|
|
4181
|
-
"
|
|
4178
|
+
"field": "mBNGpa_field",
|
|
4179
|
+
"entryName": "mBNGpa_entryName",
|
|
4180
|
+
"file": "mBNGpa_file",
|
|
4181
|
+
"text": "mBNGpa_text"
|
|
4182
4182
|
};
|
|
4183
4183
|
//#endregion
|
|
4184
4184
|
//#region src/client/chat/ContextBody.tsx
|
|
@@ -4714,11 +4714,11 @@ window.__ModuleLoader__.load({
|
|
|
4714
4714
|
}
|
|
4715
4715
|
var ContextInjectionRow_module_css_default = {
|
|
4716
4716
|
"source": "BCt95a_source",
|
|
4717
|
+
"summary": "BCt95a_summary",
|
|
4717
4718
|
"chevron": "BCt95a_chevron",
|
|
4719
|
+
"root": "BCt95a_root",
|
|
4718
4720
|
"sep": "BCt95a_sep",
|
|
4719
|
-
"
|
|
4720
|
-
"body": "BCt95a_body",
|
|
4721
|
-
"root": "BCt95a_root"
|
|
4721
|
+
"body": "BCt95a_body"
|
|
4722
4722
|
};
|
|
4723
4723
|
//#endregion
|
|
4724
4724
|
//#region src/client/chat/ContextInjectionRow.tsx
|
|
@@ -4813,10 +4813,10 @@ window.__ModuleLoader__.load({
|
|
|
4813
4813
|
document.head.appendChild(tag);
|
|
4814
4814
|
}
|
|
4815
4815
|
var MessageIconActions_module_css_default = {
|
|
4816
|
-
"action": "vWo8Ba_action",
|
|
4817
|
-
"timeStart": "vWo8Ba_timeStart",
|
|
4818
4816
|
"timeEnd": "vWo8Ba_timeEnd",
|
|
4817
|
+
"timeStart": "vWo8Ba_timeStart",
|
|
4819
4818
|
"runTimeDot": "vWo8Ba_runTimeDot",
|
|
4819
|
+
"action": "vWo8Ba_action",
|
|
4820
4820
|
"actions": "vWo8Ba_actions",
|
|
4821
4821
|
"visuallyHidden": "vWo8Ba_visuallyHidden"
|
|
4822
4822
|
};
|
|
@@ -5211,19 +5211,19 @@ window.__ModuleLoader__.load({
|
|
|
5211
5211
|
document.head.appendChild(tag);
|
|
5212
5212
|
}
|
|
5213
5213
|
var ChatView_module_css_default = {
|
|
5214
|
+
"root": "rzfPEq_root",
|
|
5215
|
+
"toBottomSlot": "rzfPEq_toBottomSlot",
|
|
5216
|
+
"dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
|
|
5217
|
+
"hint": "rzfPEq_hint",
|
|
5218
|
+
"scroll": "rzfPEq_scroll",
|
|
5214
5219
|
"turnStatus": "rzfPEq_turnStatus",
|
|
5220
|
+
"callRow": "rzfPEq_callRow",
|
|
5215
5221
|
"column": "rzfPEq_column",
|
|
5216
5222
|
"turnStatusClock": "rzfPEq_turnStatusClock",
|
|
5217
|
-
"toBottomSlot": "rzfPEq_toBottomSlot",
|
|
5218
|
-
"callRow": "rzfPEq_callRow",
|
|
5219
|
-
"scroll": "rzfPEq_scroll",
|
|
5220
|
-
"hint": "rzfPEq_hint",
|
|
5221
|
-
"toBottom": "rzfPEq_toBottom",
|
|
5222
5223
|
"flowItem": "rzfPEq_flowItem",
|
|
5223
|
-
"dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
|
|
5224
5224
|
"openError": "rzfPEq_openError",
|
|
5225
5225
|
"older": "rzfPEq_older",
|
|
5226
|
-
"
|
|
5226
|
+
"toBottom": "rzfPEq_toBottom"
|
|
5227
5227
|
};
|
|
5228
5228
|
//#endregion
|
|
5229
5229
|
//#region src/client/chat/ChatNodeSeat.tsx
|
|
@@ -5700,15 +5700,15 @@ window.__ModuleLoader__.load({
|
|
|
5700
5700
|
document.head.appendChild(tag);
|
|
5701
5701
|
}
|
|
5702
5702
|
var ApprovalPanel_module_css_default = {
|
|
5703
|
+
"card": "HtARWq_card",
|
|
5703
5704
|
"body": "HtARWq_body",
|
|
5704
|
-
"dot": "HtARWq_dot",
|
|
5705
5705
|
"headline": "HtARWq_headline",
|
|
5706
|
-
"actionRow": "HtARWq_actionRow",
|
|
5707
|
-
"root": "HtARWq_root",
|
|
5708
5706
|
"command": "HtARWq_command",
|
|
5709
|
-
"
|
|
5707
|
+
"dot": "HtARWq_dot",
|
|
5708
|
+
"actionRow": "HtARWq_actionRow",
|
|
5710
5709
|
"strip": "HtARWq_strip",
|
|
5711
|
-
"
|
|
5710
|
+
"reject": "HtARWq_reject",
|
|
5711
|
+
"root": "HtARWq_root"
|
|
5712
5712
|
};
|
|
5713
5713
|
//#endregion
|
|
5714
5714
|
//#region src/client/skeleton/ApprovalPanel.tsx
|
|
@@ -6148,20 +6148,20 @@ window.__ModuleLoader__.load({
|
|
|
6148
6148
|
}
|
|
6149
6149
|
var TodoPanel_module_css_default = {
|
|
6150
6150
|
"root": "_S9Ibq_root",
|
|
6151
|
+
"title": "_S9Ibq_title",
|
|
6151
6152
|
"progress": "_S9Ibq_progress",
|
|
6153
|
+
"item": "_S9Ibq_item",
|
|
6152
6154
|
"glyphPending": "_S9Ibq_glyphPending",
|
|
6155
|
+
"glyphProgress": "_S9Ibq_glyphProgress",
|
|
6156
|
+
"body": "_S9Ibq_body",
|
|
6157
|
+
"lead": "_S9Ibq_lead",
|
|
6153
6158
|
"content": "_S9Ibq_content",
|
|
6154
|
-
"glyph": "_S9Ibq_glyph",
|
|
6155
|
-
"title": "_S9Ibq_title",
|
|
6156
|
-
"glyphCompleted": "_S9Ibq_glyphCompleted",
|
|
6157
6159
|
"header": "_S9Ibq_header",
|
|
6158
|
-
"item": "_S9Ibq_item",
|
|
6159
|
-
"lead": "_S9Ibq_lead",
|
|
6160
|
-
"body": "_S9Ibq_body",
|
|
6161
|
-
"list": "_S9Ibq_list",
|
|
6162
6160
|
"todo-progress-spin": "_S9Ibq_todo-progress-spin",
|
|
6161
|
+
"list": "_S9Ibq_list",
|
|
6163
6162
|
"chevron": "_S9Ibq_chevron",
|
|
6164
|
-
"
|
|
6163
|
+
"glyphCompleted": "_S9Ibq_glyphCompleted",
|
|
6164
|
+
"glyph": "_S9Ibq_glyph"
|
|
6165
6165
|
};
|
|
6166
6166
|
//#endregion
|
|
6167
6167
|
//#region src/client/skeleton/TodoPanel.tsx
|
|
@@ -6355,18 +6355,18 @@ window.__ModuleLoader__.load({
|
|
|
6355
6355
|
document.head.appendChild(tag);
|
|
6356
6356
|
}
|
|
6357
6357
|
var QueueDock_module_css_default = {
|
|
6358
|
-
"
|
|
6359
|
-
"
|
|
6360
|
-
"count": "u7UfBG_count",
|
|
6361
|
-
"dock": "u7UfBG_dock",
|
|
6362
|
-
"header": "u7UfBG_header",
|
|
6363
|
-
"row": "u7UfBG_row",
|
|
6358
|
+
"action": "u7UfBG_action",
|
|
6359
|
+
"chevron": "u7UfBG_chevron",
|
|
6364
6360
|
"preview": "u7UfBG_preview",
|
|
6361
|
+
"dock": "u7UfBG_dock",
|
|
6365
6362
|
"panel": "u7UfBG_panel",
|
|
6363
|
+
"header": "u7UfBG_header",
|
|
6366
6364
|
"editor": "u7UfBG_editor",
|
|
6367
|
-
"
|
|
6368
|
-
"
|
|
6369
|
-
"lead": "u7UfBG_lead"
|
|
6365
|
+
"row": "u7UfBG_row",
|
|
6366
|
+
"count": "u7UfBG_count",
|
|
6367
|
+
"lead": "u7UfBG_lead",
|
|
6368
|
+
"actions": "u7UfBG_actions",
|
|
6369
|
+
"list": "u7UfBG_list"
|
|
6370
6370
|
};
|
|
6371
6371
|
//#endregion
|
|
6372
6372
|
//#region src/client/queue/QueueDock.tsx
|
|
@@ -6624,22 +6624,22 @@ window.__ModuleLoader__.load({
|
|
|
6624
6624
|
document.head.appendChild(tag);
|
|
6625
6625
|
}
|
|
6626
6626
|
var HeroShell_module_css_default = {
|
|
6627
|
-
"markHitbox": "W1fuRW_markHitbox",
|
|
6628
|
-
"modalAction": "W1fuRW_modalAction",
|
|
6629
|
-
"body": "W1fuRW_body",
|
|
6630
|
-
"folder": "W1fuRW_folder",
|
|
6631
|
-
"workspaceRow": "W1fuRW_workspaceRow",
|
|
6632
6627
|
"root": "W1fuRW_root",
|
|
6633
|
-
"
|
|
6634
|
-
"
|
|
6628
|
+
"previewBadge": "W1fuRW_previewBadge",
|
|
6629
|
+
"markHitbox": "W1fuRW_markHitbox",
|
|
6635
6630
|
"headlineText": "W1fuRW_headlineText",
|
|
6636
|
-
"modalInput": "W1fuRW_modalInput",
|
|
6637
|
-
"chevron": "W1fuRW_chevron",
|
|
6638
6631
|
"mark": "W1fuRW_mark",
|
|
6639
|
-
"workspaceLabel": "W1fuRW_workspaceLabel",
|
|
6640
6632
|
"workspace": "W1fuRW_workspace",
|
|
6633
|
+
"workspaceRow": "W1fuRW_workspaceRow",
|
|
6634
|
+
"folder": "W1fuRW_folder",
|
|
6635
|
+
"hero-mark-nudge": "W1fuRW_hero-mark-nudge",
|
|
6636
|
+
"stack": "W1fuRW_stack",
|
|
6637
|
+
"chevron": "W1fuRW_chevron",
|
|
6641
6638
|
"headline": "W1fuRW_headline",
|
|
6642
|
-
"
|
|
6639
|
+
"modalAction": "W1fuRW_modalAction",
|
|
6640
|
+
"body": "W1fuRW_body",
|
|
6641
|
+
"workspaceLabel": "W1fuRW_workspaceLabel",
|
|
6642
|
+
"modalInput": "W1fuRW_modalInput",
|
|
6643
6643
|
"modalError": "W1fuRW_modalError"
|
|
6644
6644
|
};
|
|
6645
6645
|
//#endregion
|
|
@@ -6790,28 +6790,28 @@ window.__ModuleLoader__.load({
|
|
|
6790
6790
|
document.head.appendChild(tag);
|
|
6791
6791
|
}
|
|
6792
6792
|
var ConversationRoot_module_css_default = {
|
|
6793
|
-
"tabActive": "MBmynq_tabActive",
|
|
6794
|
-
"header": "MBmynq_header",
|
|
6795
|
-
"headerActions": "MBmynq_headerActions",
|
|
6796
6793
|
"tab": "MBmynq_tab",
|
|
6797
|
-
"
|
|
6798
|
-
"
|
|
6799
|
-
"
|
|
6794
|
+
"header": "MBmynq_header",
|
|
6795
|
+
"titleRow": "MBmynq_titleRow",
|
|
6796
|
+
"composerSeat": "MBmynq_composerSeat",
|
|
6797
|
+
"root": "MBmynq_root",
|
|
6798
|
+
"crumbCurrent": "MBmynq_crumbCurrent",
|
|
6799
|
+
"heroGlow": "MBmynq_heroGlow",
|
|
6800
|
+
"tabActive": "MBmynq_tabActive",
|
|
6800
6801
|
"crumbSep": "MBmynq_crumbSep",
|
|
6802
|
+
"crumb": "MBmynq_crumb",
|
|
6803
|
+
"titleCluster": "MBmynq_titleCluster",
|
|
6804
|
+
"viewArea": "MBmynq_viewArea",
|
|
6805
|
+
"scrollBody": "MBmynq_scrollBody",
|
|
6806
|
+
"heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
|
|
6801
6807
|
"crumbs": "MBmynq_crumbs",
|
|
6802
6808
|
"crumbSeg": "MBmynq_crumbSeg",
|
|
6803
|
-
"
|
|
6809
|
+
"headerActions": "MBmynq_headerActions",
|
|
6810
|
+
"composerStack": "MBmynq_composerStack",
|
|
6804
6811
|
"composerHero": "MBmynq_composerHero",
|
|
6805
|
-
"
|
|
6806
|
-
"heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
|
|
6807
|
-
"heroGlow": "MBmynq_heroGlow",
|
|
6808
|
-
"headerHidden": "MBmynq_headerHidden",
|
|
6809
|
-
"crumbCurrent": "MBmynq_crumbCurrent",
|
|
6812
|
+
"headerUtilities": "MBmynq_headerUtilities",
|
|
6810
6813
|
"tabs": "MBmynq_tabs",
|
|
6811
|
-
"
|
|
6812
|
-
"viewArea": "MBmynq_viewArea",
|
|
6813
|
-
"composerStack": "MBmynq_composerStack",
|
|
6814
|
-
"composerSeat": "MBmynq_composerSeat"
|
|
6814
|
+
"headerHidden": "MBmynq_headerHidden"
|
|
6815
6815
|
};
|
|
6816
6816
|
//#endregion
|
|
6817
6817
|
//#region src/client/skeleton/ConversationRoot.tsx
|
|
@@ -7087,15 +7087,15 @@ window.__ModuleLoader__.load({
|
|
|
7087
7087
|
document.head.appendChild(tag);
|
|
7088
7088
|
}
|
|
7089
7089
|
var DetailsPanel_module_css_default = {
|
|
7090
|
-
"section": "H9rWiW_section",
|
|
7091
|
-
"code": "H9rWiW_code",
|
|
7092
|
-
"body": "H9rWiW_body",
|
|
7093
7090
|
"header": "H9rWiW_header",
|
|
7094
|
-
"title": "H9rWiW_title",
|
|
7095
7091
|
"sectionLabel": "H9rWiW_sectionLabel",
|
|
7096
|
-
"empty": "H9rWiW_empty",
|
|
7097
7092
|
"root": "H9rWiW_root",
|
|
7098
|
-
"
|
|
7093
|
+
"empty": "H9rWiW_empty",
|
|
7094
|
+
"code": "H9rWiW_code",
|
|
7095
|
+
"title": "H9rWiW_title",
|
|
7096
|
+
"close": "H9rWiW_close",
|
|
7097
|
+
"body": "H9rWiW_body",
|
|
7098
|
+
"section": "H9rWiW_section"
|
|
7099
7099
|
};
|
|
7100
7100
|
//#endregion
|
|
7101
7101
|
//#region src/client/skeleton/DetailsPanel.tsx
|
|
@@ -8580,9 +8580,6 @@ window.__ModuleLoader__.load({
|
|
|
8580
8580
|
if (location?.kind !== "turn" && location?.kind !== "step") return 0;
|
|
8581
8581
|
return location.turn.steps.at(-1)?.step ?? 0;
|
|
8582
8582
|
}
|
|
8583
|
-
function retryTurn(event) {
|
|
8584
|
-
return event.type === "llm/retry" || event.type === "llm/retry-started" ? event.data.turn : void 0;
|
|
8585
|
-
}
|
|
8586
8583
|
function failureFrom(match) {
|
|
8587
8584
|
if (match.event.type !== "turn/end" || match.event.data.reason.kind !== "error") return void 0;
|
|
8588
8585
|
const failure = match.event.data.reason.error;
|
|
@@ -8598,14 +8595,16 @@ window.__ModuleLoader__.load({
|
|
|
8598
8595
|
if (end?.event.type !== "turn/end") return void 0;
|
|
8599
8596
|
const failure = failureFrom(end);
|
|
8600
8597
|
if (failure === void 0) return void 0;
|
|
8601
|
-
const turn = end.event.data.turn;
|
|
8602
8598
|
return {
|
|
8603
|
-
turn,
|
|
8604
|
-
hidden: context.matches.some((match) => retryTurn(match.event) === turn),
|
|
8599
|
+
turn: end.event.data.turn,
|
|
8605
8600
|
failure
|
|
8606
8601
|
};
|
|
8607
8602
|
}
|
|
8608
|
-
/**
|
|
8603
|
+
/**
|
|
8604
|
+
* Terminal turn failure Definition. Retries run inside the failing turn, so the
|
|
8605
|
+
* turn's `llm/retry` history never suppresses this terminal row; the model-retry
|
|
8606
|
+
* node renders that history separately.
|
|
8607
|
+
*/
|
|
8609
8608
|
const turnErrorDefinition = {
|
|
8610
8609
|
kind: "turn-error",
|
|
8611
8610
|
target: "chat",
|
|
@@ -8618,29 +8617,18 @@ window.__ModuleLoader__.load({
|
|
|
8618
8617
|
id: String(event.data.turn),
|
|
8619
8618
|
role: "update"
|
|
8620
8619
|
};
|
|
8621
|
-
|
|
8622
|
-
return turn === void 0 ? null : {
|
|
8623
|
-
id: String(turn),
|
|
8624
|
-
role: "update"
|
|
8625
|
-
};
|
|
8620
|
+
return null;
|
|
8626
8621
|
},
|
|
8627
8622
|
start: (_context, match) => {
|
|
8628
8623
|
if (match.event.type !== "turn/start") throw new Error("turn-error start requires turn/start");
|
|
8629
|
-
return {
|
|
8630
|
-
turn: match.event.data.turn,
|
|
8631
|
-
hidden: false
|
|
8632
|
-
};
|
|
8624
|
+
return { turn: match.event.data.turn };
|
|
8633
8625
|
},
|
|
8634
8626
|
update: (context, match) => {
|
|
8635
8627
|
const failure = failureFrom(match);
|
|
8636
|
-
|
|
8628
|
+
return failure === void 0 ? context.state : {
|
|
8637
8629
|
...context.state,
|
|
8638
8630
|
failure
|
|
8639
8631
|
};
|
|
8640
|
-
return retryTurn(match.event) === context.state.turn ? {
|
|
8641
|
-
...context.state,
|
|
8642
|
-
hidden: true
|
|
8643
|
-
} : context.state;
|
|
8644
8632
|
},
|
|
8645
8633
|
buildViewNode: (context) => {
|
|
8646
8634
|
const state = context.state ?? fallbackState(context);
|
|
@@ -8655,9 +8643,7 @@ window.__ModuleLoader__.load({
|
|
|
8655
8643
|
message: failure.message,
|
|
8656
8644
|
...failure.code === void 0 ? {} : { code: failure.code }
|
|
8657
8645
|
};
|
|
8658
|
-
|
|
8659
|
-
const current = context.current.get("chat");
|
|
8660
|
-
return current === void 0 || current === null ? null : chatNode(context, "turn-error", node.seq, node, { visibility: "hidden" });
|
|
8646
|
+
return chatNode(context, "turn-error", node.seq, node);
|
|
8661
8647
|
}
|
|
8662
8648
|
};
|
|
8663
8649
|
/**
|
|
@@ -8954,15 +8940,15 @@ window.__ModuleLoader__.load({
|
|
|
8954
8940
|
document.head.appendChild(tag);
|
|
8955
8941
|
}
|
|
8956
8942
|
var ReasoningRow_module_css_default = {
|
|
8943
|
+
"separator": "dc9yZG_separator",
|
|
8957
8944
|
"root": "dc9yZG_root",
|
|
8958
|
-
"
|
|
8945
|
+
"thinkBody": "dc9yZG_thinkBody",
|
|
8946
|
+
"dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
|
|
8959
8947
|
"chevron": "dc9yZG_chevron",
|
|
8960
|
-
"leading": "dc9yZG_leading",
|
|
8961
|
-
"summary": "dc9yZG_summary",
|
|
8962
8948
|
"title": "dc9yZG_title",
|
|
8963
|
-
"
|
|
8964
|
-
"
|
|
8965
|
-
"
|
|
8949
|
+
"row": "dc9yZG_row",
|
|
8950
|
+
"summary": "dc9yZG_summary",
|
|
8951
|
+
"leading": "dc9yZG_leading"
|
|
8966
8952
|
};
|
|
8967
8953
|
//#endregion
|
|
8968
8954
|
//#region src/client/chat/ReasoningRow.tsx
|
|
@@ -9049,8 +9035,8 @@ window.__ModuleLoader__.load({
|
|
|
9049
9035
|
var AssistantMarkdown_module_css_default = {
|
|
9050
9036
|
"root": "wAd5ea_root",
|
|
9051
9037
|
"body": "wAd5ea_body",
|
|
9052
|
-
"
|
|
9053
|
-
"
|
|
9038
|
+
"actions": "wAd5ea_actions",
|
|
9039
|
+
"stopped": "wAd5ea_stopped"
|
|
9054
9040
|
};
|
|
9055
9041
|
//#endregion
|
|
9056
9042
|
//#region src/client/chat/AssistantMarkdown.tsx
|
|
@@ -9163,15 +9149,15 @@ window.__ModuleLoader__.load({
|
|
|
9163
9149
|
document.head.appendChild(tag);
|
|
9164
9150
|
}
|
|
9165
9151
|
var GenericCommandCard_module_css_default = {
|
|
9166
|
-
"summary": "Ga_JSG_summary",
|
|
9167
|
-
"body": "Ga_JSG_body",
|
|
9168
|
-
"root": "Ga_JSG_root",
|
|
9169
|
-
"row": "Ga_JSG_row",
|
|
9170
9152
|
"dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
|
|
9171
9153
|
"leading": "Ga_JSG_leading",
|
|
9154
|
+
"summary": "Ga_JSG_summary",
|
|
9155
|
+
"row": "Ga_JSG_row",
|
|
9156
|
+
"separator": "Ga_JSG_separator",
|
|
9172
9157
|
"chevron": "Ga_JSG_chevron",
|
|
9173
9158
|
"title": "Ga_JSG_title",
|
|
9174
|
-
"
|
|
9159
|
+
"root": "Ga_JSG_root",
|
|
9160
|
+
"body": "Ga_JSG_body"
|
|
9175
9161
|
};
|
|
9176
9162
|
//#endregion
|
|
9177
9163
|
//#region src/client/chat/GenericCommandCard.tsx
|
|
@@ -9306,8 +9292,8 @@ window.__ModuleLoader__.load({
|
|
|
9306
9292
|
document.head.appendChild(tag);
|
|
9307
9293
|
}
|
|
9308
9294
|
var TurnTailNodeView_module_css_default = {
|
|
9309
|
-
"
|
|
9310
|
-
"
|
|
9295
|
+
"root": "iH5gSa_root",
|
|
9296
|
+
"actions": "iH5gSa_actions"
|
|
9311
9297
|
};
|
|
9312
9298
|
//#endregion
|
|
9313
9299
|
//#region src/client/chat/TurnTailNodeView.tsx
|
|
@@ -167,14 +167,14 @@ window.__ModuleLoader__.load({
|
|
|
167
167
|
document.head.appendChild(tag);
|
|
168
168
|
}
|
|
169
169
|
var ProducedFiles_module_css_default = {
|
|
170
|
-
"
|
|
170
|
+
"root": "LKrWRG_root",
|
|
171
171
|
"file": "LKrWRG_file",
|
|
172
172
|
"label": "LKrWRG_label",
|
|
173
|
-
"showFolder": "LKrWRG_showFolder",
|
|
174
|
-
"measure": "LKrWRG_measure",
|
|
175
173
|
"more": "LKrWRG_more",
|
|
176
|
-
"
|
|
177
|
-
"
|
|
174
|
+
"row": "LKrWRG_row",
|
|
175
|
+
"showFolder": "LKrWRG_showFolder",
|
|
176
|
+
"probe": "LKrWRG_probe",
|
|
177
|
+
"measure": "LKrWRG_measure"
|
|
178
178
|
};
|
|
179
179
|
//#endregion
|
|
180
180
|
//#region src/client/ProducedFiles.tsx
|