@kl-c/matrixos 0.1.26 → 0.1.31
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/agents/builtin-agents/model-resolution.d.ts +1 -1
- package/dist/agents/types.d.ts +1 -1
- package/dist/cli/generate.d.ts +2 -2
- package/dist/cli/index.js +206 -49
- package/dist/cli/install-ast-grep-sg.d.ts +1 -1
- package/dist/cli/mcp-oauth/login.d.ts +1 -1
- package/dist/cli/migrate.d.ts +15 -0
- package/dist/cli/profile.d.ts +23 -0
- package/dist/cli/provider-model-id-transform.d.ts +1 -1
- package/dist/cli/skills/frontend/ATTRIBUTION.md +1 -1
- package/dist/cli/skills/ultimate-browsing/ATTRIBUTION.md +1 -1
- package/dist/cli/skills/ulw-research/ATTRIBUTION.md +1 -1
- package/dist/cli-node/index.js +206 -49
- package/dist/config/schema/gateway.d.ts +1 -1
- package/dist/config/schema/git-env-prefix.d.ts +1 -1
- package/dist/config/schema/team-mode.d.ts +1 -1
- package/dist/config/schema/tmux.d.ts +1 -1
- package/dist/features/background-agent/error-classifier.d.ts +1 -1
- package/dist/features/boulder-state/constants.d.ts +1 -1
- package/dist/features/boulder-state/format-duration.d.ts +1 -1
- package/dist/features/boulder-state/storage.d.ts +1 -1
- package/dist/features/boulder-state/top-level-task.d.ts +1 -1
- package/dist/features/boulder-state/types.d.ts +1 -1
- package/dist/features/builtin-skills/index.d.ts +1 -1
- package/dist/features/builtin-skills/skill-file-loader.d.ts +1 -1
- package/dist/features/builtin-skills/skills/agent-browser-skill.d.ts +1 -1
- package/dist/features/builtin-skills/skills/agent-browser-template.d.ts +1 -1
- package/dist/features/builtin-skills/skills/debugging.d.ts +1 -1
- package/dist/features/builtin-skills/skills/dev-browser.d.ts +1 -1
- package/dist/features/builtin-skills/skills/frontend.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-sections/commit-atomic-planning.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-sections/commit-context-analysis.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-sections/commit-execution-verification.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-sections/commit-workflow.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-sections/history-search-workflow.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-sections/overview.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-sections/quick-reference.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-sections/rebase-workflow.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master-skill-metadata.d.ts +1 -1
- package/dist/features/builtin-skills/skills/git-master.d.ts +1 -1
- package/dist/features/builtin-skills/skills/index.d.ts +1 -1
- package/dist/features/builtin-skills/skills/init-deep.d.ts +1 -1
- package/dist/features/builtin-skills/skills/playwright-cli.d.ts +1 -1
- package/dist/features/builtin-skills/skills/playwright-mcp-skill.d.ts +1 -1
- package/dist/features/builtin-skills/skills/playwright.d.ts +1 -1
- package/dist/features/builtin-skills/skills/remove-ai-slops.d.ts +1 -1
- package/dist/features/builtin-skills/skills/review-work.d.ts +1 -1
- package/dist/features/builtin-skills/skills/security-research.d.ts +1 -1
- package/dist/features/builtin-skills/skills/security-review.d.ts +1 -1
- package/dist/features/builtin-skills/skills/team-mode.d.ts +1 -1
- package/dist/features/builtin-skills/skills/visual-qa.d.ts +1 -1
- package/dist/features/builtin-skills/skills.d.ts +1 -1
- package/dist/features/builtin-skills/types.d.ts +1 -1
- package/dist/features/claude-code-agent-loader/agent-definitions-loader.d.ts +1 -1
- package/dist/features/claude-code-agent-loader/claude-model-mapper.d.ts +1 -1
- package/dist/features/claude-code-agent-loader/index.d.ts +1 -1
- package/dist/features/claude-code-agent-loader/json-agent-loader.d.ts +1 -1
- package/dist/features/claude-code-agent-loader/loader.d.ts +1 -1
- package/dist/features/claude-code-agent-loader/opencode-config-agents-reader.d.ts +1 -1
- package/dist/features/claude-code-agent-loader/types.d.ts +1 -1
- package/dist/features/claude-code-command-loader/index.d.ts +1 -1
- package/dist/features/claude-code-command-loader/loader-cache.d.ts +1 -1
- package/dist/features/claude-code-command-loader/loader.d.ts +1 -1
- package/dist/features/claude-code-command-loader/types.d.ts +1 -1
- package/dist/features/claude-code-mcp-loader/configure-allowed-env-vars.d.ts +1 -1
- package/dist/features/claude-code-mcp-loader/index.d.ts +1 -1
- package/dist/features/claude-code-mcp-loader/loader.d.ts +1 -1
- package/dist/features/claude-code-mcp-loader/scope-filter.d.ts +1 -1
- package/dist/features/claude-code-mcp-loader/transformer.d.ts +1 -1
- package/dist/features/claude-code-mcp-loader/types.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/agent-loader.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/command-loader.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/discovery-core.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/discovery-paths.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/discovery.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/hook-loader.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/index.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/install-path-resolver.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/installed-plugin-database.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/loaded-plugin.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/loader.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/mcp-server-loader.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/plugin-key.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/plugin-manifest.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/plugin-path-resolver.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/plugin-settings.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/scope-filter.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/skill-loader.d.ts +1 -1
- package/dist/features/claude-code-plugin-loader/types.d.ts +1 -1
- package/dist/features/kanban/sqlite-store.d.ts +2 -0
- package/dist/features/mcp-oauth/callback-server.d.ts +1 -1
- package/dist/features/mcp-oauth/dcr.d.ts +1 -1
- package/dist/features/mcp-oauth/discovery.d.ts +1 -1
- package/dist/features/mcp-oauth/oauth-authorization-flow.d.ts +1 -1
- package/dist/features/mcp-oauth/provider.d.ts +1 -1
- package/dist/features/mcp-oauth/refresh-mutex.d.ts +1 -1
- package/dist/features/mcp-oauth/resource-indicator.d.ts +1 -1
- package/dist/features/mcp-oauth/schema.d.ts +1 -1
- package/dist/features/mcp-oauth/step-up.d.ts +1 -1
- package/dist/features/mcp-oauth/storage.d.ts +1 -1
- package/dist/features/opencode-runtime-skills/index.d.ts +1 -1
- package/dist/features/opencode-runtime-skills/runtime-skill-config.d.ts +1 -1
- package/dist/features/opencode-runtime-skills/skill-markdown.d.ts +1 -1
- package/dist/features/opencode-runtime-skills/source-server.d.ts +1 -1
- package/dist/features/opencode-skill-loader/allowed-tools-parser.d.ts +1 -1
- package/dist/features/opencode-skill-loader/config-source-discovery.d.ts +1 -1
- package/dist/features/opencode-skill-loader/git-master-template-injection.d.ts +1 -1
- package/dist/features/opencode-skill-loader/index.d.ts +1 -1
- package/dist/features/opencode-skill-loader/loaded-skill-from-path.d.ts +1 -1
- package/dist/features/opencode-skill-loader/loaded-skill-template-extractor.d.ts +1 -1
- package/dist/features/opencode-skill-loader/loader.d.ts +1 -1
- package/dist/features/opencode-skill-loader/merger/builtin-skill-converter.d.ts +1 -1
- package/dist/features/opencode-skill-loader/merger/config-skill-entry-loader.d.ts +1 -1
- package/dist/features/opencode-skill-loader/merger/scope-priority.d.ts +1 -1
- package/dist/features/opencode-skill-loader/merger/skill-definition-merger.d.ts +1 -1
- package/dist/features/opencode-skill-loader/merger/skills-config-normalizer.d.ts +1 -1
- package/dist/features/opencode-skill-loader/merger.d.ts +1 -1
- package/dist/features/opencode-skill-loader/opencode-config-skills-reader.d.ts +1 -1
- package/dist/features/opencode-skill-loader/skill-content.d.ts +1 -1
- package/dist/features/opencode-skill-loader/skill-deduplication.d.ts +1 -1
- package/dist/features/opencode-skill-loader/skill-definition-record.d.ts +1 -1
- package/dist/features/opencode-skill-loader/skill-directory-loader.d.ts +1 -1
- package/dist/features/opencode-skill-loader/skill-discovery.d.ts +1 -1
- package/dist/features/opencode-skill-loader/skill-mcp-config.d.ts +1 -1
- package/dist/features/opencode-skill-loader/skill-resolution-options.d.ts +1 -1
- package/dist/features/opencode-skill-loader/skill-template-resolver.d.ts +1 -1
- package/dist/features/opencode-skill-loader/types.d.ts +1 -1
- package/dist/features/skill-curator/audit.d.ts +1 -1
- package/dist/features/skill-mcp-manager/cleanup.d.ts +1 -1
- package/dist/features/skill-mcp-manager/connection-type.d.ts +1 -1
- package/dist/features/skill-mcp-manager/connection.d.ts +1 -1
- package/dist/features/skill-mcp-manager/env-cleaner.d.ts +1 -1
- package/dist/features/skill-mcp-manager/error-redaction.d.ts +1 -1
- package/dist/features/skill-mcp-manager/http-client.d.ts +1 -1
- package/dist/features/skill-mcp-manager/index.d.ts +1 -1
- package/dist/features/skill-mcp-manager/manager.d.ts +1 -1
- package/dist/features/skill-mcp-manager/oauth-handler.d.ts +1 -1
- package/dist/features/skill-mcp-manager/stdio-client.d.ts +1 -1
- package/dist/features/skill-mcp-manager/types.d.ts +1 -1
- package/dist/features/team-mode/member-parser.d.ts +1 -1
- package/dist/features/team-mode/team-layout-tmux/close-team-member-pane.d.ts +1 -1
- package/dist/features/team-mode/team-layout-tmux/index.d.ts +1 -1
- package/dist/features/team-mode/team-layout-tmux/layout.d.ts +1 -1
- package/dist/features/team-mode/team-layout-tmux/rebalance-team-window.d.ts +1 -1
- package/dist/features/team-mode/team-layout-tmux/resolve-caller-tmux-session.d.ts +1 -1
- package/dist/features/team-mode/team-layout-tmux/sweep-stale-team-sessions.d.ts +1 -1
- package/dist/features/team-mode/team-mailbox/ack.d.ts +1 -1
- package/dist/features/team-mode/team-mailbox/inbox.d.ts +1 -1
- package/dist/features/team-mode/team-mailbox/index.d.ts +1 -1
- package/dist/features/team-mode/team-mailbox/pending-delivery-recovery.d.ts +1 -1
- package/dist/features/team-mode/team-mailbox/poll.d.ts +1 -1
- package/dist/features/team-mode/team-mailbox/reservation.d.ts +1 -1
- package/dist/features/team-mode/team-mailbox/send.d.ts +1 -1
- package/dist/features/team-mode/team-registry/index.d.ts +1 -1
- package/dist/features/team-mode/team-registry/loader.d.ts +1 -1
- package/dist/features/team-mode/team-registry/paths.d.ts +1 -1
- package/dist/features/team-mode/team-registry/team-spec-input-normalizer.d.ts +1 -1
- package/dist/features/team-mode/team-registry/validator.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/active-resume.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/creating-resume.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/deleting-resume.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/error-normalization.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/index.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/locks.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/reservation-reconciliation.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/resume-report.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/resume.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/runtime-cleanup.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/session-liveness.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/store.d.ts +1 -1
- package/dist/features/team-mode/team-state-store/worker-resume-status.d.ts +1 -1
- package/dist/features/team-mode/team-tasklist/claim.d.ts +1 -1
- package/dist/features/team-mode/team-tasklist/dependencies.d.ts +1 -1
- package/dist/features/team-mode/team-tasklist/get.d.ts +1 -1
- package/dist/features/team-mode/team-tasklist/index.d.ts +1 -1
- package/dist/features/team-mode/team-tasklist/list.d.ts +1 -1
- package/dist/features/team-mode/team-tasklist/store.d.ts +1 -1
- package/dist/features/team-mode/team-tasklist/test-support.d.ts +1 -1
- package/dist/features/team-mode/team-tasklist/update.d.ts +1 -1
- package/dist/features/team-mode/team-worktree/cleanup.d.ts +1 -1
- package/dist/features/team-mode/team-worktree/index.d.ts +1 -1
- package/dist/features/team-mode/team-worktree/manager.d.ts +1 -1
- package/dist/features/team-mode/tools/lifecycle-create-tool.d.ts +2 -2
- package/dist/features/team-mode/tools/lifecycle-inline-spec.d.ts +2 -2
- package/dist/features/team-mode/tools/lifecycle-participant.d.ts +2 -2
- package/dist/features/team-mode/tools/lifecycle-test-fixture.d.ts +1 -1
- package/dist/features/team-mode/tools/messaging-live-delivery-recipient.d.ts +2 -2
- package/dist/features/team-mode/tools/messaging-live-delivery-reservation.d.ts +1 -1
- package/dist/features/team-mode/tools/messaging-live-delivery-state.d.ts +1 -1
- package/dist/features/team-mode/tools/messaging-live-delivery.d.ts +1 -1
- package/dist/features/team-mode/tools/messaging-runtime.d.ts +2 -2
- package/dist/features/team-mode/tools/query.d.ts +3 -3
- package/dist/features/team-mode/tools/tasks.d.ts +2 -2
- package/dist/features/team-mode/types.d.ts +1 -1
- package/dist/hooks/ast-grep-sg-provision/hook.d.ts +1 -1
- package/dist/hooks/auto-slash-command/constants.d.ts +1 -1
- package/dist/hooks/auto-slash-command/detector.d.ts +1 -1
- package/dist/hooks/auto-slash-command/processed-command-store.d.ts +1 -1
- package/dist/hooks/auto-slash-command/types.d.ts +1 -1
- package/dist/hooks/codegraph-bootstrap/hook.d.ts +1 -1
- package/dist/hooks/comment-checker/cli.d.ts +1 -1
- package/dist/hooks/comment-checker/types.d.ts +1 -1
- package/dist/hooks/delegate-task-retry/guidance.d.ts +1 -1
- package/dist/hooks/delegate-task-retry/patterns.d.ts +2 -2
- package/dist/hooks/directory-agents-injector/finder.d.ts +2 -2
- package/dist/hooks/directory-agents-injector/injector.d.ts +1 -1
- package/dist/hooks/dreamer-trigger/index.d.ts +2 -2
- package/dist/hooks/rules-injector/constants.d.ts +1 -1
- package/dist/hooks/rules-injector/matcher.d.ts +2 -2
- package/dist/hooks/rules-injector/parser.d.ts +2 -2
- package/dist/hooks/rules-injector/project-root-finder.d.ts +1 -1
- package/dist/hooks/rules-injector/rule-distance.d.ts +1 -1
- package/dist/hooks/rules-injector/rule-file-finder.d.ts +2 -2
- package/dist/hooks/rules-injector/rule-file-scanner.d.ts +1 -1
- package/dist/hooks/rules-injector/rule-scan-cache.d.ts +2 -2
- package/dist/hooks/rules-injector/types.d.ts +1 -1
- package/dist/hooks/runtime-fallback/auto-retry-signal.d.ts +1 -1
- package/dist/hooks/runtime-fallback/error-classifier.d.ts +1 -1
- package/dist/hooks/runtime-fallback/fallback-state.d.ts +1 -1
- package/dist/hooks/tank-agents-md-injector/hook.d.ts +1 -1
- package/dist/hooks/tool-pair-validator/tool-part-ids.d.ts +1 -1
- package/dist/index.js +207 -53
- package/dist/mcp/codegraph.d.ts +1 -1
- package/dist/plugin/event-error-utils.d.ts +1 -1
- package/dist/plugin/record-session-end-episode.d.ts +1 -1
- package/dist/plugin/session-memory-recorder.d.ts +1 -1
- package/dist/plugin/types.d.ts +1 -1
- package/dist/profile-adapters.d.ts +1 -1
- package/dist/shared/archive-entry-validator.d.ts +1 -1
- package/dist/shared/bun-file-shim.d.ts +1 -1
- package/dist/shared/bun-spawn-shim.d.ts +1 -1
- package/dist/shared/bun-which-shim.d.ts +1 -1
- package/dist/shared/classify-path-environment.d.ts +1 -1
- package/dist/shared/command-executor/embedded-commands.d.ts +1 -1
- package/dist/shared/command-executor/execute-command.d.ts +1 -1
- package/dist/shared/command-executor/execute-hook-command.d.ts +1 -1
- package/dist/shared/command-executor/home-directory.d.ts +1 -1
- package/dist/shared/command-executor/resolve-commands-in-text.d.ts +1 -1
- package/dist/shared/command-executor/shell-path.d.ts +1 -1
- package/dist/shared/command-executor.d.ts +1 -1
- package/dist/shared/contains-path.d.ts +1 -1
- package/dist/shared/context-limit-resolver.d.ts +2 -2
- package/dist/shared/deep-merge.d.ts +1 -1
- package/dist/shared/extract-semver.d.ts +1 -1
- package/dist/shared/fallback-chain-from-models.d.ts +1 -1
- package/dist/shared/file-utils.d.ts +1 -1
- package/dist/shared/frontmatter.d.ts +1 -1
- package/dist/shared/git-worktree/collect-git-diff-stats.d.ts +1 -1
- package/dist/shared/git-worktree/format-file-changes.d.ts +1 -1
- package/dist/shared/git-worktree/index.d.ts +1 -1
- package/dist/shared/git-worktree/parse-diff-numstat.d.ts +1 -1
- package/dist/shared/git-worktree/parse-status-porcelain-line.d.ts +1 -1
- package/dist/shared/git-worktree/parse-status-porcelain.d.ts +1 -1
- package/dist/shared/git-worktree/types.d.ts +1 -1
- package/dist/shared/internal-initiator-marker.d.ts +1 -1
- package/dist/shared/jsonc-parser.d.ts +1 -1
- package/dist/shared/logger.d.ts +1 -1
- package/dist/shared/migration/agent-category.d.ts +1 -1
- package/dist/shared/migration/agent-names.d.ts +1 -1
- package/dist/shared/migration/config-migration.d.ts +1 -1
- package/dist/shared/migration/hook-names.d.ts +1 -1
- package/dist/shared/migration/migrations-sidecar.d.ts +1 -1
- package/dist/shared/migration/model-versions.d.ts +1 -1
- package/dist/shared/migration.d.ts +1 -1
- package/dist/shared/model-capabilities/index.d.ts +3 -3
- package/dist/shared/model-capabilities-cache.d.ts +1 -1
- package/dist/shared/model-error-classifier.d.ts +2 -2
- package/dist/shared/model-format-normalizer.d.ts +1 -1
- package/dist/shared/model-normalization.d.ts +1 -1
- package/dist/shared/model-requirements.d.ts +2 -2
- package/dist/shared/model-resolution-pipeline.d.ts +3 -3
- package/dist/shared/model-resolution-types.d.ts +1 -1
- package/dist/shared/model-resolver.d.ts +2 -2
- package/dist/shared/model-sanitizer.d.ts +1 -1
- package/dist/shared/model-settings-compatibility.d.ts +2 -2
- package/dist/shared/model-string-parser.d.ts +1 -1
- package/dist/shared/model-suggestion-retry.d.ts +2 -2
- package/dist/shared/port-utils.d.ts +1 -1
- package/dist/shared/posthog.d.ts +1 -1
- package/dist/shared/process-stream-reader.d.ts +1 -1
- package/dist/shared/prompt-async-gate/message-inspection-error.d.ts +1 -1
- package/dist/shared/prompt-async-gate/pending-tool-turn.d.ts +1 -1
- package/dist/shared/prompt-async-gate/prompt-message-state.d.ts +1 -1
- package/dist/shared/prompt-async-gate/queue.d.ts +1 -1
- package/dist/shared/prompt-async-gate/recent-dispatches.d.ts +1 -1
- package/dist/shared/prompt-async-gate/reservations.d.ts +1 -1
- package/dist/shared/prompt-async-gate/semantic-dedupe.d.ts +1 -1
- package/dist/shared/prompt-async-gate/session-idle-dispatch.d.ts +1 -1
- package/dist/shared/prompt-async-gate/timing.d.ts +1 -1
- package/dist/shared/prompt-async-gate/types.d.ts +1 -1
- package/dist/shared/prompt-async-gate.d.ts +2 -2
- package/dist/shared/prompt-failure-classifier.d.ts +1 -1
- package/dist/shared/provider-model-id-transform.d.ts +1 -1
- package/dist/shared/record-type-guard.d.ts +1 -1
- package/dist/shared/replace-tool-args.d.ts +1 -1
- package/dist/shared/session-idle-settle.d.ts +1 -1
- package/dist/shared/shell-env.d.ts +1 -1
- package/dist/shared/skill-path-resolver.d.ts +1 -1
- package/dist/shared/snake-case.d.ts +1 -1
- package/dist/shared/telemetry-product-identity.d.ts +1 -1
- package/dist/shared/tmux/cmux-detect.d.ts +1 -1
- package/dist/shared/tmux/constants.d.ts +1 -1
- package/dist/shared/tmux/runner.d.ts +2 -2
- package/dist/shared/tmux/tmux-utils/adapter-deps.d.ts +1 -1
- package/dist/shared/tmux/tmux-utils/environment.d.ts +2 -2
- package/dist/shared/tmux/tmux-utils/layout.d.ts +2 -2
- package/dist/shared/tmux/tmux-utils/pane-close.d.ts +1 -1
- package/dist/shared/tmux/tmux-utils/pane-command.d.ts +1 -1
- package/dist/shared/tmux/tmux-utils/pane-dimensions.d.ts +1 -1
- package/dist/shared/tmux/tmux-utils/pane-replace.d.ts +1 -1
- package/dist/shared/tmux/tmux-utils/pane-spawn.d.ts +1 -1
- package/dist/shared/tmux/tmux-utils/server-health.d.ts +2 -2
- package/dist/shared/tmux/tmux-utils/session-spawn.d.ts +2 -2
- package/dist/shared/tmux/tmux-utils/spawn-process.d.ts +1 -1
- package/dist/shared/tmux/tmux-utils/stale-session-sweep.d.ts +2 -2
- package/dist/shared/tmux/tmux-utils/window-spawn.d.ts +1 -1
- package/dist/shared/tmux/types.d.ts +1 -1
- package/dist/shared/tool-name.d.ts +1 -1
- package/dist/shared/zip-entry-listing/powershell-zip-entry-listing.d.ts +1 -1
- package/dist/shared/zip-entry-listing/python-zip-entry-listing.d.ts +1 -1
- package/dist/shared/zip-entry-listing/read-zip-symlink-target.d.ts +1 -1
- package/dist/shared/zip-entry-listing/tar-zip-entry-listing.d.ts +1 -1
- package/dist/shared/zip-entry-listing/zipinfo-zip-entry-listing.d.ts +1 -1
- package/dist/shared/zip-entry-listing.d.ts +1 -1
- package/dist/skills/frontend/ATTRIBUTION.md +1 -1
- package/dist/skills/ultimate-browsing/ATTRIBUTION.md +1 -1
- package/dist/skills/ulw-research/ATTRIBUTION.md +1 -1
- package/dist/testing/create-gateway-relay.d.ts +5 -1
- package/dist/tools/delegate-task/model-selection.d.ts +1 -1
- package/dist/tools/delegate-task/model-string-parser.d.ts +1 -1
- package/dist/tools/delegate-task/sync-task-deps.d.ts +1 -1
- package/dist/tools/hashline-edit/autocorrect-replacement-lines.d.ts +1 -1
- package/dist/tools/hashline-edit/constants.d.ts +1 -1
- package/dist/tools/hashline-edit/diff-utils.d.ts +1 -1
- package/dist/tools/hashline-edit/edit-deduplication.d.ts +1 -1
- package/dist/tools/hashline-edit/edit-operation-primitives.d.ts +1 -1
- package/dist/tools/hashline-edit/edit-operations.d.ts +2 -2
- package/dist/tools/hashline-edit/edit-ordering.d.ts +1 -1
- package/dist/tools/hashline-edit/edit-text-normalization.d.ts +1 -1
- package/dist/tools/hashline-edit/file-text-canonicalization.d.ts +2 -2
- package/dist/tools/hashline-edit/hash-computation.d.ts +2 -2
- package/dist/tools/hashline-edit/hashline-chunk-formatter.d.ts +2 -2
- package/dist/tools/hashline-edit/hashline-edit-diff.d.ts +1 -1
- package/dist/tools/hashline-edit/normalize-edits.d.ts +2 -2
- package/dist/tools/hashline-edit/types.d.ts +1 -1
- package/dist/tools/hashline-edit/validation.d.ts +2 -2
- package/dist/tools/skill/scope-priority.d.ts +1 -1
- package/dist/tools/skill/skill-matcher.d.ts +1 -1
- package/dist/tui.js +4 -0
- package/package.json +27 -24
- package/packages/git-bash-mcp/package.json +3 -3
- package/packages/lsp-core/package.json +3 -3
- package/packages/lsp-core/src/mcp.ts +1 -1
- package/packages/lsp-daemon/dist/daemon-client.d.ts +2 -2
- package/packages/lsp-daemon/dist/daemon-client.js +2 -2
- package/packages/lsp-daemon/dist/daemon-server.js +1 -1
- package/packages/lsp-daemon/dist/index.d.ts +1 -1
- package/packages/lsp-daemon/dist/ipc-protocol.js +1 -1
- package/packages/lsp-daemon/dist/package.json +1 -1
- package/packages/lsp-daemon/dist/proxy.js +4 -4
- package/packages/lsp-daemon/dist/request-routing.d.ts +1 -1
- package/packages/lsp-daemon/dist/request-routing.js +3 -3
- package/packages/lsp-daemon/package.json +3 -3
- package/packages/lsp-tools-mcp/dist/lsp/cleanup-errors.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/client-wrapper.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/client.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/config-loader.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/connection.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/constants.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/directory-diagnostics.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/effective-extension.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/errors.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/formatters.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/infer-extension.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/json-rpc-connection.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/language-mappings.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/manager.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/process-signal-cleanup.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/process.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/server-definitions.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/server-install-state.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/server-installation.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/server-resolution.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/startup-failure.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/transport.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/types.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/utils.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/lsp/workspace-edit.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/mcp.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/missing-dependency-result.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/request-context.d.ts +1 -1
- package/packages/lsp-tools-mcp/dist/tools.d.ts +1 -1
- package/packages/lsp-tools-mcp/package.json +3 -3
- package/packages/shared-skills/package.json +2 -2
- package/packages/shared-skills/skills/frontend/ATTRIBUTION.md +1 -1
- package/packages/shared-skills/skills/ultimate-browsing/ATTRIBUTION.md +1 -1
- package/packages/shared-skills/skills/ulw-research/ATTRIBUTION.md +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { GetModelCapabilitiesInput, ModelCapabilities } from "@
|
|
2
|
-
export declare function getBundledModelCapabilitiesSnapshotForRuntime(): import("@
|
|
1
|
+
import type { GetModelCapabilitiesInput, ModelCapabilities } from "@matrixos/model-core";
|
|
2
|
+
export declare function getBundledModelCapabilitiesSnapshotForRuntime(): import("@matrixos/model-core").ModelCapabilitiesSnapshot;
|
|
3
3
|
export declare function getBundledModelCapabilitiesSnapshotForShared(): ReturnType<typeof getBundledModelCapabilitiesSnapshotForRuntime>;
|
|
4
4
|
export { getBundledModelCapabilitiesSnapshotForShared as getBundledModelCapabilitiesSnapshot };
|
|
5
5
|
export declare function getModelCapabilities(input: GetModelCapabilitiesInput): ModelCapabilities;
|
|
6
|
-
export type { GetModelCapabilitiesInput, ModelCapabilities, ModelCapabilitiesDiagnostics, ModelCapabilitiesSnapshot, ModelCapabilitiesSnapshotEntry, } from "@
|
|
6
|
+
export type { GetModelCapabilitiesInput, ModelCapabilities, ModelCapabilitiesDiagnostics, ModelCapabilitiesSnapshot, ModelCapabilitiesSnapshotEntry, } from "@matrixos/model-core";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MODELS_DEV_SOURCE_URL, buildModelCapabilitiesSnapshotFromModelsDev, fetchModelCapabilitiesSnapshot } from "@
|
|
1
|
+
import { MODELS_DEV_SOURCE_URL, buildModelCapabilitiesSnapshotFromModelsDev, fetchModelCapabilitiesSnapshot } from "@matrixos/model-core";
|
|
2
2
|
import type { ModelCapabilitiesSnapshot } from "./model-capabilities";
|
|
3
3
|
export { MODELS_DEV_SOURCE_URL, buildModelCapabilitiesSnapshotFromModelsDev, fetchModelCapabilitiesSnapshot, };
|
|
4
4
|
export declare function createModelCapabilitiesCacheStore(getCacheDir?: () => string): {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getNextFallback, hasMoreFallbacks, isRetryableModelError, selectFallbackProviderWithCache, shouldRetryError } from "@
|
|
2
|
-
import type { ErrorInfo } from "@
|
|
1
|
+
import { getNextFallback, hasMoreFallbacks, isRetryableModelError, selectFallbackProviderWithCache, shouldRetryError } from "@matrixos/model-core";
|
|
2
|
+
import type { ErrorInfo } from "@matrixos/model-core";
|
|
3
3
|
export type { ErrorInfo };
|
|
4
4
|
export { isRetryableModelError, shouldRetryError, getNextFallback, hasMoreFallbacks, selectFallbackProviderWithCache, };
|
|
5
5
|
export declare function selectFallbackProvider(providers: string[], preferredProviderID?: string): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { normalizeModelFormat } from "@
|
|
1
|
+
export { normalizeModelFormat } from "@matrixos/model-core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { normalizeModel, normalizeModelID } from "@
|
|
1
|
+
export { normalizeModel, normalizeModelID } from "@matrixos/model-core";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type { FallbackEntry, ModelRequirement } from "@
|
|
2
|
-
export { AGENT_MODEL_REQUIREMENTS, CATEGORY_MODEL_REQUIREMENTS, } from "@
|
|
1
|
+
export type { FallbackEntry, ModelRequirement } from "@matrixos/model-core";
|
|
2
|
+
export { AGENT_MODEL_REQUIREMENTS, CATEGORY_MODEL_REQUIREMENTS, } from "@matrixos/model-core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _setModelResolutionLogImplementationForTesting } from "@
|
|
2
|
-
import type { PipelineModelResolutionRequest, PipelineModelResolutionResult } from "@
|
|
1
|
+
import { _setModelResolutionLogImplementationForTesting } from "@matrixos/model-core";
|
|
2
|
+
import type { PipelineModelResolutionRequest, PipelineModelResolutionResult } from "@matrixos/model-core";
|
|
3
3
|
export { _setModelResolutionLogImplementationForTesting };
|
|
4
4
|
export declare function resolveModelPipeline(request: PipelineModelResolutionRequest): PipelineModelResolutionResult | undefined;
|
|
5
|
-
export type { PipelineModelResolutionRequest as ModelResolutionRequest, PipelineModelResolutionProvenance as ModelResolutionProvenance, PipelineModelResolutionResult as ModelResolutionResult, } from "@
|
|
5
|
+
export type { PipelineModelResolutionRequest as ModelResolutionRequest, PipelineModelResolutionProvenance as ModelResolutionProvenance, PipelineModelResolutionResult as ModelResolutionResult, } from "@matrixos/model-core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { DelegatedModelConfig, ModelResolutionRequest, ModelResolutionProvenance, ModelResolutionResult, } from "@
|
|
1
|
+
export type { DelegatedModelConfig, ModelResolutionRequest, ModelResolutionProvenance, ModelResolutionResult, } from "@matrixos/model-core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { resolveModel, resolveModelWithFallback as resolveModelWithFallbackFromCore, normalizeFallbackModels, flattenToFallbackModelStrings } from "@
|
|
2
|
-
import type { ModelResolutionInput, ExtendedModelResolutionInput } from "@
|
|
1
|
+
import { resolveModel, resolveModelWithFallback as resolveModelWithFallbackFromCore, normalizeFallbackModels, flattenToFallbackModelStrings } from "@matrixos/model-core";
|
|
2
|
+
import type { ModelResolutionInput, ExtendedModelResolutionInput } from "@matrixos/model-core";
|
|
3
3
|
export { resolveModel, normalizeFallbackModels, flattenToFallbackModelStrings };
|
|
4
4
|
type CoreModelResolutionResult = ReturnType<typeof resolveModelWithFallbackFromCore>;
|
|
5
5
|
export type ModelResolutionResult = Exclude<CoreModelResolutionResult, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { sanitizeModelField } from "@
|
|
1
|
+
export { sanitizeModelField } from "@matrixos/model-core";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type { ModelSettingsCompatibilityInput, ModelSettingsCompatibilityChange, ModelSettingsCompatibilityResult, } from "@
|
|
2
|
-
export { resolveCompatibleModelSettings } from "@
|
|
1
|
+
export type { ModelSettingsCompatibilityInput, ModelSettingsCompatibilityChange, ModelSettingsCompatibilityResult, } from "@matrixos/model-core";
|
|
2
|
+
export { resolveCompatibleModelSettings } from "@matrixos/model-core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { parseVariantFromModelID, parseModelString } from "@
|
|
1
|
+
export { parseVariantFromModelID, parseModelString } from "@matrixos/model-core";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { parseModelSuggestion as parseModelSuggestionFromCore } from "@
|
|
1
|
+
import { parseModelSuggestion as parseModelSuggestionFromCore } from "@matrixos/model-core";
|
|
2
2
|
import type { SessionPromptAsyncData, SessionPromptData } from "@opencode-ai/sdk";
|
|
3
3
|
import { type PromptRetryOptions } from "./prompt-timeout-context";
|
|
4
|
-
export type { ModelSuggestionInfo } from "@
|
|
4
|
+
export type { ModelSuggestionInfo } from "@matrixos/model-core";
|
|
5
5
|
export { parseModelSuggestionFromCore as parseModelSuggestion };
|
|
6
6
|
type PromptAsyncArgs = Omit<SessionPromptAsyncData, "url" | "body"> & {
|
|
7
7
|
readonly body: NonNullable<SessionPromptAsyncData["body"]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { DEFAULT_SERVER_PORT, findAvailablePort, getAvailableServerPort, isPortAvailable, type AutoPortResult, } from "@
|
|
1
|
+
export { DEFAULT_SERVER_PORT, findAvailablePort, getAvailableServerPort, isPortAvailable, type AutoPortResult, } from "@matrixos/utils";
|
package/dist/shared/posthog.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { TelemetryEnv, TelemetryOsProvider, TelemetryTransportFactory } from "@
|
|
1
|
+
import type { TelemetryEnv, TelemetryOsProvider, TelemetryTransportFactory } from "@matrixos/telemetry-core";
|
|
2
2
|
import { getPostHogActivityCaptureState } from "./posthog-activity-state";
|
|
3
3
|
/** @internal test-only */
|
|
4
4
|
export declare function __setActivityStateProviderForTesting(provider: typeof getPostHogActivityCaptureState): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/process-stream-reader";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/prompt-async-gate/message-inspection-error";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/prompt-async-gate/pending-tool-turn";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/prompt-async-gate/prompt-message-state";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/prompt-async-gate/queue";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/prompt-async-gate/recent-dispatches";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/prompt-async-gate/reservations";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/prompt-async-gate/semantic-dedupe";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/prompt-async-gate/session-idle-dispatch";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/prompt-async-gate/timing";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/prompt-async-gate/types";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { LIVE_ROUTE_DISPATCH_LOG, LIVE_ROUTE_UNAVAILABLE_LOG } from "@
|
|
1
|
+
import { LIVE_ROUTE_DISPATCH_LOG, LIVE_ROUTE_UNAVAILABLE_LOG } from "@matrixos/utils/prompt-async-gate/route-resolver";
|
|
2
2
|
export { LIVE_ROUTE_DISPATCH_LOG, LIVE_ROUTE_UNAVAILABLE_LOG, };
|
|
3
|
-
export * from "@
|
|
3
|
+
export * from "@matrixos/utils/prompt-async-gate";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/prompt-failure-classifier";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { transformModelForProvider } from "@
|
|
1
|
+
export { transformModelForProvider } from "@matrixos/model-core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { isRecord } from "@
|
|
1
|
+
export { isRecord } from "@matrixos/utils";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { replaceToolArgs } from "@
|
|
1
|
+
export { replaceToolArgs } from "@matrixos/utils";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/session-idle-settle";
|
|
@@ -71,5 +71,5 @@ export declare function buildEnvPrefix(env: Record<string, string>, shellType: S
|
|
|
71
71
|
* const cmd = `/bin/sh -c "opencode attach ${escaped} --session ${sessionId}"`
|
|
72
72
|
* ```
|
|
73
73
|
*/
|
|
74
|
-
export { shellEscapeForDoubleQuotedCommand } from "@
|
|
74
|
+
export { shellEscapeForDoubleQuotedCommand } from "@matrixos/utils";
|
|
75
75
|
export declare function shellSingleQuote(value: string): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/skills-loader-core/shared/skill-path-resolver";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { camelToSnake, objectToCamelCase, objectToSnakeCase, snakeToCamel, transformObjectKeys } from "@
|
|
1
|
+
export { camelToSnake, objectToCamelCase, objectToSnakeCase, snakeToCamel, transformObjectKeys } from "@matrixos/utils";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type TelemetryProductConfig } from "@
|
|
1
|
+
import { type TelemetryProductConfig } from "@matrixos/telemetry-core";
|
|
2
2
|
export declare function createOpencodeTelemetryProductConfig(): TelemetryProductConfig;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { isCmuxCompatEnvironment } from "@
|
|
1
|
+
export { isCmuxCompatEnvironment } from "@matrixos/tmux-core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { POLL_INTERVAL_BACKGROUND_MS, SESSION_MISSING_GRACE_MS, SESSION_READY_POLL_INTERVAL_MS, SESSION_READY_TIMEOUT_MS, SESSION_TIMEOUT_MS, } from "@
|
|
1
|
+
export { POLL_INTERVAL_BACKGROUND_MS, SESSION_MISSING_GRACE_MS, SESSION_READY_POLL_INTERVAL_MS, SESSION_READY_TIMEOUT_MS, SESSION_TIMEOUT_MS, } from "@matrixos/tmux-core";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { runTmuxCommand } from "@
|
|
2
|
-
export type { TmuxCommandResult } from "@
|
|
1
|
+
export { runTmuxCommand } from "@matrixos/tmux-core";
|
|
2
|
+
export type { TmuxCommandResult } from "@matrixos/tmux-core";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ActivateTmuxPaneDeps, EnforceMainPaneWidthDeps, GetPaneDimensionsDeps, KillTmuxSessionDeps, ReplaceTmuxPaneDeps, SpawnTmuxPaneDeps, SpawnTmuxSessionDeps, SpawnTmuxWindowDeps } from "@
|
|
1
|
+
import type { ActivateTmuxPaneDeps, EnforceMainPaneWidthDeps, GetPaneDimensionsDeps, KillTmuxSessionDeps, ReplaceTmuxPaneDeps, SpawnTmuxPaneDeps, SpawnTmuxSessionDeps, SpawnTmuxWindowDeps } from "@matrixos/tmux-core";
|
|
2
2
|
export declare function withPaneSpawnDeps(deps?: Partial<SpawnTmuxPaneDeps>): Partial<SpawnTmuxPaneDeps>;
|
|
3
3
|
export declare function withPaneReplaceDeps(deps?: Partial<ReplaceTmuxPaneDeps>): Partial<ReplaceTmuxPaneDeps>;
|
|
4
4
|
export declare function withWindowSpawnDeps(deps?: Partial<SpawnTmuxWindowDeps>): Partial<SpawnTmuxWindowDeps>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { getCurrentPaneId, isInsideTmux, isInsideTmuxEnvironment, } from "@
|
|
2
|
-
export type { SplitDirection } from "@
|
|
1
|
+
export { getCurrentPaneId, isInsideTmux, isInsideTmuxEnvironment, } from "@matrixos/tmux-core";
|
|
2
|
+
export type { SplitDirection } from "@matrixos/tmux-core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { applyLayout } from "@
|
|
2
|
-
import type { MainPaneWidthOptions } from "@
|
|
1
|
+
import { applyLayout } from "@matrixos/tmux-core";
|
|
2
|
+
import type { MainPaneWidthOptions } from "@matrixos/tmux-core";
|
|
3
3
|
export declare function enforceMainPaneWidth(mainPaneId: string, windowWidth: number, mainPaneSizeOrOptions?: number | MainPaneWidthOptions): Promise<void>;
|
|
4
4
|
export { applyLayout };
|
|
5
5
|
export type { MainPaneWidthOptions };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { closeTmuxPaneWithDependencies, type CloseTmuxPaneDependencies } from "@
|
|
1
|
+
import { closeTmuxPaneWithDependencies, type CloseTmuxPaneDependencies } from "@matrixos/tmux-core";
|
|
2
2
|
export declare function closeTmuxPane(paneId: string): Promise<boolean>;
|
|
3
3
|
export { closeTmuxPaneWithDependencies };
|
|
4
4
|
export type { CloseTmuxPaneDependencies };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { buildTmuxAttachCommand, buildTmuxPlaceholderCommand, } from "@
|
|
1
|
+
export { buildTmuxAttachCommand, buildTmuxPlaceholderCommand, } from "@matrixos/tmux-core";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { ReplaceTmuxPaneDeps, TmuxConfig } from "@
|
|
1
|
+
import type { ReplaceTmuxPaneDeps, TmuxConfig } from "@matrixos/tmux-core";
|
|
2
2
|
import type { SpawnPaneResult } from "../types";
|
|
3
3
|
export declare function replaceTmuxPane(paneId: string, sessionId: string, description: string, config: TmuxConfig, _serverUrl: string, _directory: string, depsInput?: Partial<ReplaceTmuxPaneDeps>): Promise<SpawnPaneResult>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { SpawnTmuxPaneDeps, TmuxConfig } from "@
|
|
1
|
+
import type { SpawnTmuxPaneDeps, TmuxConfig } from "@matrixos/tmux-core";
|
|
2
2
|
import type { SpawnPaneResult } from "../types";
|
|
3
3
|
import type { SplitDirection } from "./environment";
|
|
4
4
|
export declare function spawnTmuxPane(sessionId: string, description: string, config: TmuxConfig, serverUrl: string, _directory: string, targetPaneId?: string, splitDirection?: SplitDirection, depsInput?: Partial<SpawnTmuxPaneDeps>): Promise<SpawnPaneResult>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { createServerHealthState, createServerHealthStateForTesting, isServerRunning, markServerRunningInProcess, resetServerCheck, } from "@
|
|
2
|
-
export type { ServerHealthState } from "@
|
|
1
|
+
export { createServerHealthState, createServerHealthStateForTesting, isServerRunning, markServerRunningInProcess, resetServerCheck, } from "@matrixos/tmux-core";
|
|
2
|
+
export type { ServerHealthState } from "@matrixos/tmux-core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getIsolatedSessionName } from "@
|
|
2
|
-
import type { SpawnTmuxSessionDeps, TmuxConfig } from "@
|
|
1
|
+
import { getIsolatedSessionName } from "@matrixos/tmux-core";
|
|
2
|
+
import type { SpawnTmuxSessionDeps, TmuxConfig } from "@matrixos/tmux-core";
|
|
3
3
|
import type { SpawnPaneResult } from "../types";
|
|
4
4
|
export declare function spawnTmuxSession(sessionId: string, description: string, config: TmuxConfig, serverUrl: string, _directory: string, sourcePaneId?: string, depsInput?: Partial<SpawnTmuxSessionDeps>, managerId?: string): Promise<SpawnPaneResult>;
|
|
5
5
|
export { getIsolatedSessionName };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { spawn } from "@
|
|
1
|
+
export { spawn } from "@matrixos/tmux-core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { sweepStaleOmoAgentSessionsWith, sweepTmuxSessionsWith } from "@
|
|
2
|
-
import type { SweepDeps, SweepTmuxSessionsDeps, SweepTmuxSessionsOptions } from "@
|
|
1
|
+
import { sweepStaleOmoAgentSessionsWith, sweepTmuxSessionsWith } from "@matrixos/tmux-core";
|
|
2
|
+
import type { SweepDeps, SweepTmuxSessionsDeps, SweepTmuxSessionsOptions } from "@matrixos/tmux-core";
|
|
3
3
|
export declare function sweepStaleOmoAgentSessions(): Promise<number>;
|
|
4
4
|
export { sweepStaleOmoAgentSessionsWith, sweepTmuxSessionsWith };
|
|
5
5
|
export type { SweepDeps, SweepTmuxSessionsDeps, SweepTmuxSessionsOptions };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { SpawnTmuxWindowDeps, TmuxConfig } from "@
|
|
1
|
+
import type { SpawnTmuxWindowDeps, TmuxConfig } from "@matrixos/tmux-core";
|
|
2
2
|
import type { SpawnPaneResult } from "../types";
|
|
3
3
|
export declare function spawnTmuxWindow(sessionId: string, description: string, config: TmuxConfig, serverUrl: string, _directory: string, depsInput?: Partial<SpawnTmuxWindowDeps>): Promise<SpawnPaneResult>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { SpawnPaneResult, TmuxConfig, TmuxIsolation, TmuxLayout } from "@
|
|
1
|
+
export type { SpawnPaneResult, TmuxConfig, TmuxIsolation, TmuxLayout } from "@matrixos/tmux-core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { transformToolName } from "@
|
|
1
|
+
export { transformToolName } from "@matrixos/utils";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/zip-entry-listing/powershell-zip-entry-listing";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/zip-entry-listing/python-zip-entry-listing";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/zip-entry-listing/read-zip-symlink-target";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/zip-entry-listing/tar-zip-entry-listing";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/zip-entry-listing/zipinfo-zip-entry-listing";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/utils/zip-entry-listing";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ATTRIBUTION / NOTICE
|
|
2
2
|
|
|
3
|
-
This package (`@
|
|
3
|
+
This package (`@matrixos/shared-skills`) includes third-party content that is
|
|
4
4
|
redistributed under its original license, consistent with the project's distribution
|
|
5
5
|
license (see `LICENSE.md`: "All third party components incorporated into the
|
|
6
6
|
oh-my-opencode Software are licensed under the original license provided by the owner of
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ATTRIBUTION / NOTICE
|
|
2
2
|
|
|
3
|
-
This skill (`ultimate-browsing`, part of `@
|
|
3
|
+
This skill (`ultimate-browsing`, part of `@matrixos/shared-skills`) ships
|
|
4
4
|
project-original content plus two third-party tools that it installs at runtime
|
|
5
5
|
(it does NOT vendor their source). Each runtime tool's license and required
|
|
6
6
|
notices are reproduced below.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ATTRIBUTION / NOTICE
|
|
2
2
|
|
|
3
|
-
This skill (`ulw-research`, part of `@
|
|
3
|
+
This skill (`ulw-research`, part of `@matrixos/shared-skills`) is authored by
|
|
4
4
|
the oh-my-openagent project. One design idea is adapted from a third-party project,
|
|
5
5
|
credited below. No third-party source is vendored here — only the verification idea
|
|
6
6
|
is adapted into this skill's prompt contract.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* never inline in matrixos.json. This module never reads raw tokens — it only relays.
|
|
11
11
|
*/
|
|
12
12
|
import type { PluginInput } from "@opencode-ai/plugin";
|
|
13
|
-
import type { UnifiedEnvelope, MatrixGateway } from "@
|
|
13
|
+
import type { UnifiedEnvelope, MatrixGateway } from "@matrixos/matrix-gateway-core";
|
|
14
14
|
export interface RelayDeps {
|
|
15
15
|
/** Full OpenCode plugin input (carries the SDK client + directory). */
|
|
16
16
|
input: PluginInput;
|
|
@@ -18,6 +18,10 @@ export interface RelayDeps {
|
|
|
18
18
|
gateway: MatrixGateway;
|
|
19
19
|
/** Logging sink (serverPlugin deps.log). */
|
|
20
20
|
log: (msg: string, meta?: Record<string, unknown>) => void;
|
|
21
|
+
relayModel: {
|
|
22
|
+
providerID: string;
|
|
23
|
+
modelID: string;
|
|
24
|
+
} | undefined;
|
|
21
25
|
}
|
|
22
26
|
/**
|
|
23
27
|
* Build the gateway inbound handler. The returned async function is passed to
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { type DelegateModelResolutionInput, type DelegateModelResolutionResult } from "@
|
|
1
|
+
import { type DelegateModelResolutionInput, type DelegateModelResolutionResult } from "@matrixos/delegate-core";
|
|
2
2
|
export type { DelegateModelResolutionInput, DelegateModelResolutionResult };
|
|
3
3
|
export declare function resolveModelForDelegateTask(input: DelegateModelResolutionInput): DelegateModelResolutionResult;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { parseModelString, parseVariantFromModelID } from "@
|
|
1
|
+
export { parseModelString, parseVariantFromModelID } from "@matrixos/model-core";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isProviderExhaustionFallbackEligible } from "@
|
|
1
|
+
import { isProviderExhaustionFallbackEligible } from "@matrixos/model-core";
|
|
2
2
|
import { createSyncSession } from "./sync-session-creator";
|
|
3
3
|
import { sendSyncPrompt } from "./sync-prompt-sender";
|
|
4
4
|
import { pollSyncSession } from "./sync-session-poller";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { stripTrailingContinuationTokens, stripMergeOperatorChars, restoreOldWrappedLines, maybeExpandSingleLineMerge, restoreIndentForPairedReplacement, autocorrectReplacementLines, } from "@
|
|
1
|
+
export { stripTrailingContinuationTokens, stripMergeOperatorChars, restoreOldWrappedLines, maybeExpandSingleLineMerge, restoreIndentForPairedReplacement, autocorrectReplacementLines, } from "@matrixos/hashline-core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { NIBBLE_STR, HASHLINE_DICT, HASHLINE_REF_PATTERN, HASHLINE_OUTPUT_PATTERN, } from "@
|
|
1
|
+
export { NIBBLE_STR, HASHLINE_DICT, HASHLINE_REF_PATTERN, HASHLINE_OUTPUT_PATTERN, } from "@matrixos/hashline-core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { toHashlineContent, generateUnifiedDiff, countLineDiffs, } from "@
|
|
1
|
+
export { toHashlineContent, generateUnifiedDiff, countLineDiffs, } from "@matrixos/hashline-core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { dedupeEdits } from "@
|
|
1
|
+
export { dedupeEdits } from "@matrixos/hashline-core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { applySetLine, applyReplaceLines, applyInsertAfter, applyInsertBefore, applyAppend, applyPrepend, } from "@
|
|
1
|
+
export { applySetLine, applyReplaceLines, applyInsertAfter, applyInsertBefore, applyAppend, applyPrepend, } from "@matrixos/hashline-core";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { applyHashlineEdits, applyHashlineEditsWithReport, } from "@
|
|
2
|
-
export type { HashlineApplyReport } from "@
|
|
1
|
+
export { applyHashlineEdits, applyHashlineEditsWithReport, } from "@matrixos/hashline-core";
|
|
2
|
+
export type { HashlineApplyReport } from "@matrixos/hashline-core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { getEditLineNumber, collectLineRefs, detectOverlappingRanges } from "@
|
|
1
|
+
export { getEditLineNumber, collectLineRefs, detectOverlappingRanges } from "@matrixos/hashline-core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { stripLinePrefixes, toNewLines, restoreLeadingIndent, stripInsertAnchorEcho, stripInsertBeforeEcho, stripInsertBoundaryEcho, stripRangeBoundaryEcho, } from "@
|
|
1
|
+
export { stripLinePrefixes, toNewLines, restoreLeadingIndent, stripInsertAnchorEcho, stripInsertBeforeEcho, stripInsertBoundaryEcho, stripRangeBoundaryEcho, } from "@matrixos/hashline-core";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { canonicalizeFileText, restoreFileText } from "@
|
|
2
|
-
export type { FileTextEnvelope } from "@
|
|
1
|
+
export { canonicalizeFileText, restoreFileText } from "@matrixos/hashline-core";
|
|
2
|
+
export type { FileTextEnvelope } from "@matrixos/hashline-core";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { computeLineHash, computeLegacyLineHash, formatHashLine, formatHashLines, streamHashLinesFromUtf8, streamHashLinesFromLines, } from "@
|
|
2
|
-
export type { HashlineStreamOptions } from "@
|
|
1
|
+
export { computeLineHash, computeLegacyLineHash, formatHashLine, formatHashLines, streamHashLinesFromUtf8, streamHashLinesFromLines, } from "@matrixos/hashline-core";
|
|
2
|
+
export type { HashlineStreamOptions } from "@matrixos/hashline-core";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { createHashlineChunkFormatter } from "@
|
|
2
|
-
export type { HashlineChunkFormatter } from "@
|
|
1
|
+
export { createHashlineChunkFormatter } from "@matrixos/hashline-core";
|
|
2
|
+
export type { HashlineChunkFormatter } from "@matrixos/hashline-core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { generateHashlineDiff } from "@
|
|
1
|
+
export { generateHashlineDiff } from "@matrixos/hashline-core";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { normalizeHashlineEdits } from "@
|
|
2
|
-
export type { RawHashlineEdit } from "@
|
|
1
|
+
export { normalizeHashlineEdits } from "@matrixos/hashline-core";
|
|
2
|
+
export type { RawHashlineEdit } from "@matrixos/hashline-core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { ReplaceEdit, AppendEdit, PrependEdit, HashlineEdit } from "@
|
|
1
|
+
export type { ReplaceEdit, AppendEdit, PrependEdit, HashlineEdit } from "@matrixos/hashline-core";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { parseLineRef, validateLineRef, validateLineRefs, HashlineMismatchError, normalizeLineRef, } from "@
|
|
2
|
-
export type { LineRef } from "@
|
|
1
|
+
export { parseLineRef, validateLineRef, validateLineRefs, HashlineMismatchError, normalizeLineRef, } from "@matrixos/hashline-core";
|
|
2
|
+
export type { LineRef } from "@matrixos/hashline-core";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/skills-loader-core/skill/scope-priority";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@
|
|
1
|
+
export * from "@matrixos/skills-loader-core/skill/skill-matcher";
|
package/dist/tui.js
CHANGED
|
@@ -20413,6 +20413,9 @@ var init_enforcer = () => {};
|
|
|
20413
20413
|
// packages/egress-core/src/fetch-wrapper.ts
|
|
20414
20414
|
var init_fetch_wrapper = () => {};
|
|
20415
20415
|
|
|
20416
|
+
// packages/egress-core/src/bash-wrapper.ts
|
|
20417
|
+
var init_bash_wrapper = () => {};
|
|
20418
|
+
|
|
20416
20419
|
// packages/egress-core/src/index.ts
|
|
20417
20420
|
var init_src2 = __esm(() => {
|
|
20418
20421
|
init_schema();
|
|
@@ -20420,6 +20423,7 @@ var init_src2 = __esm(() => {
|
|
|
20420
20423
|
init_bash_denylist();
|
|
20421
20424
|
init_edit_path_guard();
|
|
20422
20425
|
init_fetch_wrapper();
|
|
20426
|
+
init_bash_wrapper();
|
|
20423
20427
|
});
|
|
20424
20428
|
|
|
20425
20429
|
// packages/omo-opencode/src/config/schema/egress.ts
|