@bohuyeshan/openagent-labforge-core 3.11.4 → 3.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.ja.md +130 -343
- package/README.ko.md +128 -337
- package/README.md +229 -584
- package/README.ru.md +131 -364
- package/README.zh-cn.md +231 -547
- package/bin/openagent-labforge.js +95 -9
- package/bin/platform.test.ts +20 -21
- package/dist/agents/article-writer.d.ts +7 -0
- package/dist/agents/atlas/default.d.ts +1 -1
- package/dist/agents/atlas/gemini.d.ts +1 -1
- package/dist/agents/atlas/gpt.d.ts +1 -1
- package/dist/agents/bio-methodologist.d.ts +1 -1
- package/dist/agents/bio-orchestrator.d.ts +7 -0
- package/dist/agents/bio-skill-guidance.d.ts +1 -0
- package/dist/agents/builtin-agents/general-agents.d.ts +0 -1
- package/dist/agents/builtin-agents/sisyphus-agent.d.ts +16 -0
- package/dist/agents/dynamic-agent-prompt-builder.d.ts +0 -2
- package/dist/agents/engineering-capability.d.ts +7 -0
- package/dist/agents/env-context.d.ts +1 -1
- package/dist/agents/github-scout.d.ts +7 -0
- package/dist/agents/index.d.ts +0 -1
- package/dist/agents/metis.d.ts +1 -1
- package/dist/agents/momus.d.ts +1 -1
- package/dist/agents/prometheus/behavioral-summary.d.ts +1 -1
- package/dist/agents/prometheus/gemini.d.ts +1 -1
- package/dist/agents/prometheus/gpt.d.ts +1 -1
- package/dist/agents/prometheus/interview-mode.d.ts +1 -1
- package/dist/agents/prometheus/plan-generation.d.ts +1 -1
- package/dist/agents/prometheus/plan-template.d.ts +1 -1
- package/dist/agents/prometheus/system-prompt.d.ts +1 -1
- package/dist/agents/scientific-writer.d.ts +7 -0
- package/dist/agents/sisyphus-junior/gpt-5-3-codex.d.ts +1 -1
- package/dist/agents/sisyphus-junior/gpt-5-4.d.ts +1 -1
- package/dist/agents/sisyphus-junior/gpt.d.ts +1 -1
- package/dist/agents/tech-scout.d.ts +7 -0
- package/dist/agents/types.d.ts +1 -1
- package/dist/agents/wase.d.ts +8 -0
- package/dist/agents/wet-lab-designer.d.ts +7 -0
- package/dist/agents/writing-style-rules.d.ts +1 -0
- package/dist/cli/config-manager/bun-install.d.ts +1 -6
- package/dist/cli/config-manager/cleanup-managed-mcp-from-opencode-config.d.ts +2 -0
- package/dist/cli/config-manager/cleanup-stale-managed-agents.d.ts +2 -0
- package/dist/cli/config-manager/parse-opencode-config-file.d.ts +2 -0
- package/dist/cli/config-manager/plugin-name-with-version.d.ts +1 -1
- package/dist/cli/config-manager/sync-static-agent-to-opencode-config.d.ts +2 -0
- package/dist/cli/config-manager/sync-static-mcp-to-opencode-config.d.ts +2 -0
- package/dist/cli/config-manager/write-bootstrap-skill.d.ts +15 -0
- package/dist/cli/config-manager.d.ts +5 -0
- package/dist/cli/index.js +24986 -15362
- package/dist/cli/install-validators.d.ts +0 -1
- package/dist/cli/model-fallback-types.d.ts +0 -1
- package/dist/cli/run/index.d.ts +0 -1
- package/dist/cli/run/types.d.ts +0 -1
- package/dist/cli/types.d.ts +0 -3
- package/dist/config/schema/agent-names.d.ts +36 -3
- package/dist/config/schema/agent-overrides.d.ts +504 -0
- package/dist/config/schema/background-task.d.ts +0 -2
- package/dist/config/schema/experimental.d.ts +5 -0
- package/dist/config/schema/git-master.d.ts +0 -1
- package/dist/config/schema/hooks.d.ts +0 -2
- package/dist/config/schema/mcp-policy.d.ts +1 -0
- package/dist/config/schema/oh-my-opencode-config.d.ts +526 -54
- package/dist/config/schema.d.ts +0 -1
- package/dist/create-hooks.d.ts +0 -13
- package/dist/features/background-agent/compaction-aware-message-resolver.d.ts +1 -16
- package/dist/features/background-agent/constants.d.ts +2 -1
- package/dist/features/background-agent/manager.d.ts +5 -20
- package/dist/features/background-agent/process-cleanup.d.ts +1 -1
- package/dist/features/background-agent/task-history.d.ts +0 -1
- package/dist/features/background-agent/task-poller.d.ts +0 -1
- package/dist/features/background-agent/types.d.ts +0 -4
- package/dist/features/builtin-commands/commands.d.ts +4 -1
- package/dist/features/builtin-skills/skills/bio-methods.d.ts +2 -0
- package/dist/features/builtin-skills/skills/bio-pipeline.d.ts +2 -0
- package/dist/features/builtin-skills/skills/bio-tools.d.ts +2 -0
- package/dist/features/builtin-skills/skills/bio-visualization.d.ts +2 -0
- package/dist/features/builtin-skills/skills/cell-annotation.d.ts +2 -0
- package/dist/features/builtin-skills/skills/differential-expression.d.ts +2 -0
- package/dist/features/builtin-skills/skills/geo-query.d.ts +2 -0
- package/dist/features/builtin-skills/skills/index.d.ts +14 -0
- package/dist/features/builtin-skills/skills/paper-evidence.d.ts +2 -0
- package/dist/features/builtin-skills/skills/pubmed-search.d.ts +2 -0
- package/dist/features/builtin-skills/skills/scrna-preprocessing.d.ts +2 -0
- package/dist/features/builtin-skills/skills/sequence-analysis.d.ts +2 -0
- package/dist/features/builtin-skills/skills/structural-biology.d.ts +2 -0
- package/dist/features/builtin-skills/skills/vector-design.d.ts +2 -0
- package/dist/features/builtin-skills/skills/wet-lab-design.d.ts +2 -0
- package/dist/features/claude-code-agent-loader/loader.d.ts +3 -3
- package/dist/features/claude-code-agent-loader/types.d.ts +1 -8
- package/dist/features/claude-code-mcp-loader/configure-allowed-env-vars.d.ts +5 -0
- package/dist/features/claude-code-mcp-loader/index.d.ts +1 -0
- package/dist/features/claude-code-mcp-loader/types.d.ts +3 -0
- package/dist/features/claude-code-plugin-loader/agent-loader.d.ts +2 -2
- package/dist/features/claude-code-plugin-loader/loader.d.ts +2 -2
- package/dist/features/claude-code-plugin-loader/types.d.ts +1 -1
- package/dist/features/claude-code-session-state/state.d.ts +5 -0
- package/dist/features/opencode-skill-loader/git-master-template-injection.d.ts +1 -1
- package/dist/features/opencode-skill-loader/project-skill-directory-discovery.d.ts +1 -0
- package/dist/features/opencode-skill-loader/skill-metadata-validator.d.ts +8 -0
- package/dist/features/skill-mcp-manager/types.d.ts +0 -4
- package/dist/features/tmux-subagent/index.d.ts +0 -1
- package/dist/features/tmux-subagent/manager.d.ts +0 -5
- package/dist/features/tmux-subagent/types.d.ts +0 -2
- package/dist/hooks/atlas/tool-execute-after.d.ts +0 -2
- package/dist/hooks/atlas/types.d.ts +0 -2
- package/dist/hooks/atlas/verification-reminders.d.ts +0 -4
- package/dist/hooks/auto-slash-command/hook.d.ts +0 -7
- package/dist/hooks/auto-update-checker/checker.d.ts +1 -3
- package/dist/hooks/auto-update-checker/constants.d.ts +2 -2
- package/dist/hooks/comment-checker/downloader.d.ts +1 -1
- package/dist/hooks/compaction-context-injector/hook.d.ts +1 -5
- package/dist/hooks/context-window-monitor.d.ts +5 -2
- package/dist/hooks/index.d.ts +0 -2
- package/dist/hooks/keyword-detector/detector.d.ts +1 -1
- package/dist/hooks/keyword-detector/hook.d.ts +2 -2
- package/dist/hooks/keyword-detector/index.d.ts +1 -0
- package/dist/hooks/keyword-detector/semantic-hint.d.ts +4 -0
- package/dist/hooks/keyword-detector/ultrawork/autonomous.d.ts +8 -0
- package/dist/hooks/preemptive-compaction.d.ts +5 -2
- package/dist/hooks/runtime-fallback/hook.d.ts +3 -2
- package/dist/hooks/runtime-fallback/message-update-handler.d.ts +2 -1
- package/dist/hooks/runtime-fallback/types.d.ts +3 -56
- package/dist/hooks/session-notification-scheduler.d.ts +3 -5
- package/dist/hooks/session-notification.d.ts +0 -2
- package/dist/hooks/session-recovery/tool-pairing.d.ts +16 -0
- package/dist/hooks/start-work/index.d.ts +1 -1
- package/dist/hooks/start-work/worktree-detector.d.ts +0 -7
- package/dist/hooks/todo-continuation-enforcer/compaction-guard.d.ts +4 -0
- package/dist/hooks/todo-continuation-enforcer/constants.d.ts +6 -5
- package/dist/hooks/todo-continuation-enforcer/handler.d.ts +0 -1
- package/dist/hooks/todo-continuation-enforcer/idle-event.d.ts +0 -1
- package/dist/hooks/todo-continuation-enforcer/resolve-message-info.d.ts +3 -0
- package/dist/hooks/todo-continuation-enforcer/session-state.d.ts +1 -1
- package/dist/hooks/todo-continuation-enforcer/types.d.ts +8 -3
- package/dist/hooks/tool-output-truncator.d.ts +0 -1
- package/dist/index.js +56608 -56859
- package/dist/mcp/extended.d.ts +4 -2
- package/dist/mcp/index.d.ts +2 -1
- package/dist/mcp/types.d.ts +2 -3
- package/dist/openagent-labforge.schema.json +1362 -83
- package/dist/plugin/hooks/create-continuation-hooks.d.ts +1 -2
- package/dist/plugin/hooks/create-core-hooks.d.ts +0 -1
- package/dist/plugin/hooks/create-session-hooks.d.ts +1 -2
- package/dist/plugin/ultrawork-model-override.d.ts +11 -1
- package/dist/plugin-dispose.d.ts +12 -10
- package/dist/plugin-handlers/agent-config-handler.d.ts +0 -1
- package/dist/plugin-handlers/prometheus-agent-config-builder.d.ts +1 -1
- package/dist/plugin-state.d.ts +0 -5
- package/dist/shared/agent-display-names.d.ts +1 -0
- package/dist/shared/data-path.d.ts +1 -1
- package/dist/shared/dynamic-truncator.d.ts +7 -4
- package/dist/shared/external-plugin-detector.d.ts +7 -0
- package/dist/shared/index.d.ts +5 -3
- package/dist/shared/jsonc-parser.d.ts +4 -0
- package/dist/shared/mcp-local-command-normalizer.d.ts +1 -0
- package/dist/shared/migrate-legacy-config-file.d.ts +1 -0
- package/dist/shared/model-error-classifier.d.ts +1 -2
- package/dist/shared/opencode-command-dirs.d.ts +0 -1
- package/dist/shared/plugin-identity.d.ts +2 -3
- package/dist/shared/project-discovery-dirs.d.ts +4 -0
- package/dist/shared/session-model-state.d.ts +1 -2
- package/dist/shared/system-directive.d.ts +5 -6
- package/dist/tools/call-omo-agent/background-executor.d.ts +1 -2
- package/dist/tools/call-omo-agent/constants.d.ts +2 -2
- package/dist/tools/call-omo-agent/sync-executor.d.ts +3 -11
- package/dist/tools/call-omo-agent/tools.d.ts +2 -2
- package/dist/tools/call-omo-agent/types.d.ts +13 -0
- package/dist/tools/delegate-task/constants.d.ts +1 -1
- package/dist/tools/delegate-task/model-selection.d.ts +0 -1
- package/dist/tools/delegate-task/model-string-parser.d.ts +3 -1
- package/dist/tools/delegate-task/parent-context-resolver.d.ts +22 -0
- package/dist/tools/lsp/constants.d.ts +0 -1
- package/dist/tools/lsp/lsp-client-transport.d.ts +2 -4
- package/dist/tools/lsp/lsp-client-wrapper.d.ts +1 -2
- package/generated/skills-bundles/catalog.json +1 -1
- package/generated/skills-bundles/full/skills/data-analysis/experiment-monitoring/auto-claude__monitor-experiment/SKILL.md +56 -55
- package/generated/skills-bundles/full/skills/data-analysis/experiment-ops/auto-claude__run-experiment/SKILL.md +105 -104
- package/generated/skills-bundles/full/skills/data-analysis/optimization/auto-claude__dse-loop/SKILL.md +272 -271
- package/generated/skills-bundles/full/skills/data-analysis/statistics/auto-claude__analyze-results/SKILL.md +40 -39
- package/generated/skills-bundles/full/skills/data-analysis/visualization/auto-claude__paper-figure/SKILL.md +274 -273
- package/generated/skills-bundles/full/skills/productivity/visual-design/auto-claude__pixel-art/SKILL.md +131 -130
- package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-compile/SKILL.md +245 -244
- package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-plan/SKILL.md +247 -246
- package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/SKILL.md +303 -302
- package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/templates/iclr2026.tex +84 -84
- package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/templates/icml2025.tex +87 -87
- package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/templates/math_commands.tex +48 -48
- package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/templates/neurips2025.tex +80 -80
- package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-writing/SKILL.md +31 -31
- package/generated/skills-bundles/full/skills/research/literature-and-web-search/auto-claude__arxiv/SKILL.md +126 -125
- package/generated/skills-bundles/full/skills/research/literature-and-web-search/auto-claude__novelty-check/SKILL.md +80 -79
- package/generated/skills-bundles/full/skills/research/literature-and-web-search/auto-claude__research-lit/SKILL.md +187 -186
- package/generated/skills-bundles/full/skills/research/research-ideation/auto-claude__idea-creator/SKILL.md +11 -11
- package/generated/skills-bundles/full/skills/research/research-ideation/auto-claude__idea-discovery/SKILL.md +18 -18
- package/generated/skills-bundles/full/skills/research/research-ideation/auto-claude__idea-discovery-robot/SKILL.md +20 -20
- package/generated/skills-bundles/full/skills/research/research-ideation/auto-claude__research-pipeline/SKILL.md +15 -15
- package/generated/skills-bundles/full/skills/research/theory-writing/auto-claude__proof-writer/SKILL.md +217 -216
- package/generated/skills-bundles/paper/skills/data-analysis/experiment-monitoring/auto-claude__monitor-experiment/SKILL.md +56 -55
- package/generated/skills-bundles/paper/skills/data-analysis/experiment-ops/auto-claude__run-experiment/SKILL.md +105 -104
- package/generated/skills-bundles/paper/skills/data-analysis/optimization/auto-claude__dse-loop/SKILL.md +272 -271
- package/generated/skills-bundles/paper/skills/data-analysis/statistics/auto-claude__analyze-results/SKILL.md +40 -39
- package/generated/skills-bundles/paper/skills/data-analysis/visualization/auto-claude__paper-figure/SKILL.md +274 -273
- package/generated/skills-bundles/paper/skills/productivity/visual-design/auto-claude__pixel-art/SKILL.md +131 -130
- package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-compile/SKILL.md +245 -244
- package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-plan/SKILL.md +247 -246
- package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/SKILL.md +303 -302
- package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/templates/iclr2026.tex +84 -84
- package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/templates/icml2025.tex +87 -87
- package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/templates/math_commands.tex +48 -48
- package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/templates/neurips2025.tex +80 -80
- package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-writing/SKILL.md +31 -31
- package/generated/skills-bundles/paper/skills/research/literature-and-web-search/auto-claude__arxiv/SKILL.md +126 -125
- package/generated/skills-bundles/paper/skills/research/literature-and-web-search/auto-claude__novelty-check/SKILL.md +80 -79
- package/generated/skills-bundles/paper/skills/research/literature-and-web-search/auto-claude__research-lit/SKILL.md +187 -186
- package/generated/skills-bundles/paper/skills/research/research-ideation/auto-claude__idea-creator/SKILL.md +11 -11
- package/generated/skills-bundles/paper/skills/research/research-ideation/auto-claude__idea-discovery/SKILL.md +18 -18
- package/generated/skills-bundles/paper/skills/research/research-ideation/auto-claude__idea-discovery-robot/SKILL.md +20 -20
- package/generated/skills-bundles/paper/skills/research/research-ideation/auto-claude__research-pipeline/SKILL.md +15 -15
- package/generated/skills-bundles/paper/skills/research/theory-writing/auto-claude__proof-writer/SKILL.md +217 -216
- package/package.json +36 -32
- package/dist/cli/openai-only-model-catalog.d.ts +0 -3
- package/dist/cli/run/model-resolver.d.ts +0 -4
- package/dist/config/schema/git-env-prefix.d.ts +0 -5
- package/dist/features/background-agent/remove-task-toast-tracking.d.ts +0 -1
- package/dist/features/background-agent/subagent-spawn-limits.d.ts +0 -23
- package/dist/features/claude-code-agent-loader/claude-model-mapper.d.ts +0 -4
- package/dist/features/tmux-subagent/pane-state-parser.d.ts +0 -8
- package/dist/features/tmux-subagent/tracked-session-state.d.ts +0 -8
- package/dist/hooks/atlas/boulder-session-lineage.d.ts +0 -6
- package/dist/hooks/atlas/final-wave-approval-gate.d.ts +0 -4
- package/dist/hooks/atlas/idle-event.d.ts +0 -8
- package/dist/hooks/atlas/resolve-active-boulder-session.d.ts +0 -11
- package/dist/hooks/auto-slash-command/processed-command-store.d.ts +0 -7
- package/dist/hooks/auto-update-checker/checker/sync-package-json.d.ts +0 -7
- package/dist/hooks/compaction-context-injector/compaction-context-prompt.d.ts +0 -1
- package/dist/hooks/compaction-context-injector/constants.d.ts +0 -5
- package/dist/hooks/compaction-context-injector/recovery-prompt-config.d.ts +0 -6
- package/dist/hooks/compaction-context-injector/recovery.d.ts +0 -6
- package/dist/hooks/compaction-context-injector/session-id.d.ts +0 -2
- package/dist/hooks/compaction-context-injector/session-prompt-config-resolver.d.ts +0 -16
- package/dist/hooks/compaction-context-injector/tail-monitor.d.ts +0 -13
- package/dist/hooks/compaction-context-injector/types.d.ts +0 -43
- package/dist/hooks/compaction-context-injector/validated-model.d.ts +0 -13
- package/dist/hooks/delegate-task-english-directive/hook.d.ts +0 -14
- package/dist/hooks/delegate-task-english-directive/index.d.ts +0 -1
- package/dist/hooks/gpt-permission-continuation/assistant-message.d.ts +0 -23
- package/dist/hooks/gpt-permission-continuation/constants.d.ts +0 -4
- package/dist/hooks/gpt-permission-continuation/detector.d.ts +0 -1
- package/dist/hooks/gpt-permission-continuation/handler.d.ts +0 -12
- package/dist/hooks/gpt-permission-continuation/index.d.ts +0 -13
- package/dist/hooks/gpt-permission-continuation/session-state.d.ts +0 -15
- package/dist/hooks/ralph-loop/pending-verification-handler.d.ts +0 -16
- package/dist/hooks/runtime-fallback/fallback-bootstrap-model.d.ts +0 -10
- package/dist/hooks/runtime-fallback/fallback-retry-dispatcher.d.ts +0 -11
- package/dist/hooks/runtime-fallback/last-user-retry-parts.d.ts +0 -4
- package/dist/hooks/runtime-fallback/retry-model-payload.d.ts +0 -7
- package/dist/hooks/runtime-fallback/session-messages.d.ts +0 -9
- package/dist/hooks/runtime-fallback/session-status-handler.d.ts +0 -3
- package/dist/hooks/runtime-fallback/visible-assistant-response.d.ts +0 -3
- package/dist/hooks/session-notification-content.d.ts +0 -30
- package/dist/plugin/normalize-tool-arg-schemas.d.ts +0 -2
- package/dist/plugin/ultrawork-variant-availability.d.ts +0 -6
- package/dist/shared/compaction-agent-config-checkpoint.d.ts +0 -11
- package/dist/shared/context-limit-resolver.d.ts +0 -5
- package/dist/shared/fallback-chain-from-models.d.ts +0 -3
- package/dist/shared/question-denied-session-permission.d.ts +0 -6
- package/dist/shared/retry-status-utils.d.ts +0 -2
- package/dist/shared/vision-capable-models-cache.d.ts +0 -4
- package/dist/tools/delegate-task/cancel-unstable-agent-task.d.ts +0 -2
- package/dist/tools/look-at/multimodal-fallback-chain.d.ts +0 -4
- package/dist/tools/lsp/directory-diagnostics.d.ts +0 -1
- package/dist/tools/lsp/server-path-bases.d.ts +0 -1
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { BackgroundTaskConfig } from "../../config/schema";
|
|
2
|
-
import type { OpencodeClient } from "./constants";
|
|
3
|
-
export declare const DEFAULT_MAX_SUBAGENT_DEPTH = 3;
|
|
4
|
-
export declare const DEFAULT_MAX_ROOT_SESSION_SPAWN_BUDGET = 50;
|
|
5
|
-
export interface SubagentSpawnContext {
|
|
6
|
-
rootSessionID: string;
|
|
7
|
-
parentDepth: number;
|
|
8
|
-
childDepth: number;
|
|
9
|
-
}
|
|
10
|
-
export declare function getMaxSubagentDepth(config?: BackgroundTaskConfig): number;
|
|
11
|
-
export declare function getMaxRootSessionSpawnBudget(config?: BackgroundTaskConfig): number;
|
|
12
|
-
export declare function resolveSubagentSpawnContext(client: OpencodeClient, parentSessionID: string): Promise<SubagentSpawnContext>;
|
|
13
|
-
export declare function createSubagentDepthLimitError(input: {
|
|
14
|
-
childDepth: number;
|
|
15
|
-
maxDepth: number;
|
|
16
|
-
parentSessionID: string;
|
|
17
|
-
rootSessionID: string;
|
|
18
|
-
}): Error;
|
|
19
|
-
export declare function createSubagentDescendantLimitError(input: {
|
|
20
|
-
rootSessionID: string;
|
|
21
|
-
descendantCount: number;
|
|
22
|
-
maxDescendants: number;
|
|
23
|
-
}): Error;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { TrackedSession } from "./types";
|
|
2
|
-
export declare function createTrackedSession(params: {
|
|
3
|
-
sessionId: string;
|
|
4
|
-
paneId: string;
|
|
5
|
-
description: string;
|
|
6
|
-
now?: Date;
|
|
7
|
-
}): TrackedSession;
|
|
8
|
-
export declare function markTrackedSessionClosePending(tracked: TrackedSession): TrackedSession;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { PluginInput } from "@opencode-ai/plugin";
|
|
2
|
-
import type { AtlasHookOptions, SessionState } from "./types";
|
|
3
|
-
export declare function handleAtlasSessionIdle(input: {
|
|
4
|
-
ctx: PluginInput;
|
|
5
|
-
options?: AtlasHookOptions;
|
|
6
|
-
getState: (sessionID: string) => SessionState;
|
|
7
|
-
sessionID: string;
|
|
8
|
-
}): Promise<void>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { PluginInput } from "@opencode-ai/plugin";
|
|
2
|
-
import type { BoulderState, PlanProgress } from "../../features/boulder-state";
|
|
3
|
-
export declare function resolveActiveBoulderSession(input: {
|
|
4
|
-
client: PluginInput["client"];
|
|
5
|
-
directory: string;
|
|
6
|
-
sessionID: string;
|
|
7
|
-
}): Promise<{
|
|
8
|
-
boulderState: BoulderState;
|
|
9
|
-
progress: PlanProgress;
|
|
10
|
-
appendedSession: boolean;
|
|
11
|
-
} | null>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { PluginEntryInfo } from "./plugin-entry";
|
|
2
|
-
export interface SyncResult {
|
|
3
|
-
synced: boolean;
|
|
4
|
-
error: "file_not_found" | "plugin_not_in_deps" | "parse_error" | "write_error" | null;
|
|
5
|
-
message?: string;
|
|
6
|
-
}
|
|
7
|
-
export declare function syncCachePackageJsonToIntent(pluginInfo: PluginEntryInfo): SyncResult;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const COMPACTION_CONTEXT_PROMPT: string;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export declare const HOOK_NAME = "compaction-context-injector";
|
|
2
|
-
export declare const AGENT_RECOVERY_PROMPT = "[restore checkpointed session agent configuration after compaction]";
|
|
3
|
-
export declare const NO_TEXT_TAIL_THRESHOLD = 5;
|
|
4
|
-
export declare const RECOVERY_COOLDOWN_MS = 60000;
|
|
5
|
-
export declare const RECENT_COMPACTION_WINDOW_MS: number;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { CompactionAgentConfigCheckpoint } from "../../shared/compaction-agent-config-checkpoint";
|
|
2
|
-
export type RecoveryPromptConfig = CompactionAgentConfigCheckpoint & {
|
|
3
|
-
agent: string;
|
|
4
|
-
};
|
|
5
|
-
export declare function createExpectedRecoveryPromptConfig(checkpoint: Pick<RecoveryPromptConfig, "agent"> & CompactionAgentConfigCheckpoint, currentPromptConfig: CompactionAgentConfigCheckpoint): RecoveryPromptConfig;
|
|
6
|
-
export declare function isPromptConfigRecovered(actualPromptConfig: CompactionAgentConfigCheckpoint, expectedPromptConfig: RecoveryPromptConfig): boolean;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { CompactionContextClient } from "./types";
|
|
2
|
-
import type { TailMonitorState } from "./tail-monitor";
|
|
3
|
-
export declare function createRecoveryLogic(ctx: CompactionContextClient | undefined, getTailState: (sessionID: string) => TailMonitorState): {
|
|
4
|
-
recoverCheckpointedAgentConfig: (sessionID: string, reason: "session.compacted" | "no-text-tail") => Promise<boolean>;
|
|
5
|
-
maybeWarnAboutNoTextTail: (sessionID: string) => Promise<void>;
|
|
6
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { CompactionAgentConfigCheckpoint } from "../../shared/compaction-agent-config-checkpoint";
|
|
2
|
-
type ResolverContext = {
|
|
3
|
-
client: {
|
|
4
|
-
session: {
|
|
5
|
-
messages: (input: {
|
|
6
|
-
path: {
|
|
7
|
-
id: string;
|
|
8
|
-
};
|
|
9
|
-
}) => Promise<unknown>;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
directory: string;
|
|
13
|
-
};
|
|
14
|
-
export declare function resolveSessionPromptConfig(ctx: ResolverContext, sessionID: string): Promise<CompactionAgentConfigCheckpoint>;
|
|
15
|
-
export declare function resolveLatestSessionPromptConfig(ctx: ResolverContext, sessionID: string): Promise<CompactionAgentConfigCheckpoint>;
|
|
16
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export type TailMonitorState = {
|
|
2
|
-
currentMessageID?: string;
|
|
3
|
-
currentHasOutput: boolean;
|
|
4
|
-
consecutiveNoTextMessages: number;
|
|
5
|
-
lastCompactedAt?: number;
|
|
6
|
-
lastRecoveryAt?: number;
|
|
7
|
-
};
|
|
8
|
-
export declare function finalizeTrackedAssistantMessage(state: TailMonitorState): number;
|
|
9
|
-
export declare function shouldTreatAssistantPartAsOutput(part: {
|
|
10
|
-
type?: string;
|
|
11
|
-
text?: string;
|
|
12
|
-
}): boolean;
|
|
13
|
-
export declare function trackAssistantOutput(state: TailMonitorState, messageID?: string): void;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
export interface CompactionContextInjector {
|
|
2
|
-
capture: (sessionID: string) => Promise<void>;
|
|
3
|
-
inject: (sessionID?: string) => string;
|
|
4
|
-
event: (input: {
|
|
5
|
-
event: {
|
|
6
|
-
type: string;
|
|
7
|
-
properties?: unknown;
|
|
8
|
-
};
|
|
9
|
-
}) => Promise<void>;
|
|
10
|
-
}
|
|
11
|
-
export type CompactionContextClient = {
|
|
12
|
-
client: {
|
|
13
|
-
session: {
|
|
14
|
-
messages: (input: {
|
|
15
|
-
path: {
|
|
16
|
-
id: string;
|
|
17
|
-
};
|
|
18
|
-
}) => Promise<unknown>;
|
|
19
|
-
promptAsync: (input: {
|
|
20
|
-
path: {
|
|
21
|
-
id: string;
|
|
22
|
-
};
|
|
23
|
-
body: {
|
|
24
|
-
noReply?: boolean;
|
|
25
|
-
agent?: string;
|
|
26
|
-
model?: {
|
|
27
|
-
providerID: string;
|
|
28
|
-
modelID: string;
|
|
29
|
-
};
|
|
30
|
-
tools?: Record<string, boolean>;
|
|
31
|
-
parts: Array<{
|
|
32
|
-
type: "text";
|
|
33
|
-
text: string;
|
|
34
|
-
}>;
|
|
35
|
-
};
|
|
36
|
-
query?: {
|
|
37
|
-
directory: string;
|
|
38
|
-
};
|
|
39
|
-
}) => Promise<unknown>;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
directory: string;
|
|
43
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { CompactionAgentConfigCheckpoint } from "../../shared/compaction-agent-config-checkpoint";
|
|
2
|
-
type PromptConfigInfo = {
|
|
3
|
-
agent?: string;
|
|
4
|
-
model?: {
|
|
5
|
-
providerID?: string;
|
|
6
|
-
modelID?: string;
|
|
7
|
-
};
|
|
8
|
-
providerID?: string;
|
|
9
|
-
modelID?: string;
|
|
10
|
-
};
|
|
11
|
-
export declare function resolveValidatedModel(info: PromptConfigInfo | undefined): CompactionAgentConfigCheckpoint["model"] | undefined;
|
|
12
|
-
export declare function validateCheckpointModel(checkpointModel: CompactionAgentConfigCheckpoint["model"], currentModel: CompactionAgentConfigCheckpoint["model"]): CompactionAgentConfigCheckpoint["model"] | undefined;
|
|
13
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare const TARGET_SUBAGENT_TYPES: readonly ["explore", "librarian", "oracle", "plan"];
|
|
2
|
-
export declare const ENGLISH_DIRECTIVE = "**YOU MUST ALWAYS THINK, REASON, AND RESPOND IN ENGLISH REGARDLESS OF THE USER'S QUERY LANGUAGE.**";
|
|
3
|
-
export declare function createDelegateTaskEnglishDirectiveHook(): {
|
|
4
|
-
"tool.execute.before": (input: {
|
|
5
|
-
tool: string;
|
|
6
|
-
sessionID: string;
|
|
7
|
-
callID: string;
|
|
8
|
-
input: Record<string, unknown>;
|
|
9
|
-
}, _output: {
|
|
10
|
-
title: string;
|
|
11
|
-
output: string;
|
|
12
|
-
metadata: unknown;
|
|
13
|
-
}) => Promise<void>;
|
|
14
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { createDelegateTaskEnglishDirectiveHook, TARGET_SUBAGENT_TYPES, ENGLISH_DIRECTIVE } from "./hook";
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
type TextPart = {
|
|
2
|
-
type?: string;
|
|
3
|
-
text?: string;
|
|
4
|
-
};
|
|
5
|
-
type MessageInfo = {
|
|
6
|
-
id?: string;
|
|
7
|
-
role?: string;
|
|
8
|
-
error?: unknown;
|
|
9
|
-
model?: {
|
|
10
|
-
providerID?: string;
|
|
11
|
-
modelID?: string;
|
|
12
|
-
};
|
|
13
|
-
providerID?: string;
|
|
14
|
-
modelID?: string;
|
|
15
|
-
};
|
|
16
|
-
export type SessionMessage = {
|
|
17
|
-
info?: MessageInfo;
|
|
18
|
-
parts?: TextPart[];
|
|
19
|
-
};
|
|
20
|
-
export declare function getLastAssistantMessage(messages: SessionMessage[]): SessionMessage | null;
|
|
21
|
-
export declare function extractAssistantText(message: SessionMessage): string;
|
|
22
|
-
export declare function isGptAssistantMessage(message: SessionMessage): boolean;
|
|
23
|
-
export {};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const HOOK_NAME = "gpt-permission-continuation";
|
|
2
|
-
export declare const CONTINUATION_PROMPT = "continue";
|
|
3
|
-
export declare const MAX_CONSECUTIVE_AUTO_CONTINUES = 3;
|
|
4
|
-
export declare const DEFAULT_STALL_PATTERNS: readonly ["if you want", "would you like", "shall i", "do you want me to", "let me know if"];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function detectStallPattern(text: string, patterns?: readonly string[]): boolean;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { PluginInput } from "@opencode-ai/plugin";
|
|
2
|
-
import type { SessionStateStore } from "./session-state";
|
|
3
|
-
export declare function createGptPermissionContinuationHandler(args: {
|
|
4
|
-
ctx: PluginInput;
|
|
5
|
-
sessionStateStore: SessionStateStore;
|
|
6
|
-
isContinuationStopped?: (sessionID: string) => boolean;
|
|
7
|
-
}): (input: {
|
|
8
|
-
event: {
|
|
9
|
-
type: string;
|
|
10
|
-
properties?: unknown;
|
|
11
|
-
};
|
|
12
|
-
}) => Promise<void>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { PluginInput } from "@opencode-ai/plugin";
|
|
2
|
-
export type GptPermissionContinuationHook = {
|
|
3
|
-
handler: (input: {
|
|
4
|
-
event: {
|
|
5
|
-
type: string;
|
|
6
|
-
properties?: unknown;
|
|
7
|
-
};
|
|
8
|
-
}) => Promise<void>;
|
|
9
|
-
wasRecentlyInjected: (sessionID: string) => boolean;
|
|
10
|
-
};
|
|
11
|
-
export declare function createGptPermissionContinuationHook(ctx: PluginInput, options?: {
|
|
12
|
-
isContinuationStopped?: (sessionID: string) => boolean;
|
|
13
|
-
}): GptPermissionContinuationHook;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
type SessionState = {
|
|
2
|
-
inFlight: boolean;
|
|
3
|
-
consecutiveAutoContinueCount: number;
|
|
4
|
-
awaitingAutoContinuationResponse: boolean;
|
|
5
|
-
lastHandledMessageID?: string;
|
|
6
|
-
lastAutoContinuePermissionPhrase?: string;
|
|
7
|
-
lastInjectedAt?: number;
|
|
8
|
-
};
|
|
9
|
-
export type SessionStateStore = ReturnType<typeof createSessionStateStore>;
|
|
10
|
-
export declare function createSessionStateStore(): {
|
|
11
|
-
getState: (sessionID: string) => SessionState;
|
|
12
|
-
wasRecentlyInjected(sessionID: string, windowMs: number): boolean;
|
|
13
|
-
cleanup(sessionID: string): void;
|
|
14
|
-
};
|
|
15
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { PluginInput } from "@opencode-ai/plugin";
|
|
2
|
-
import type { RalphLoopState } from "./types";
|
|
3
|
-
type LoopStateController = {
|
|
4
|
-
restartAfterFailedVerification: (sessionID: string, messageCountAtStart?: number) => RalphLoopState | null;
|
|
5
|
-
};
|
|
6
|
-
export declare function handlePendingVerification(ctx: PluginInput, input: {
|
|
7
|
-
sessionID: string;
|
|
8
|
-
state: RalphLoopState;
|
|
9
|
-
verificationSessionID?: string;
|
|
10
|
-
matchesParentSession: boolean;
|
|
11
|
-
matchesVerificationSession: boolean;
|
|
12
|
-
loopState: LoopStateController;
|
|
13
|
-
directory: string;
|
|
14
|
-
apiTimeoutMs: number;
|
|
15
|
-
}): Promise<void>;
|
|
16
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { OhMyOpenCodeConfig } from "../../config";
|
|
2
|
-
type ResolveFallbackBootstrapModelOptions = {
|
|
3
|
-
sessionID: string;
|
|
4
|
-
source: string;
|
|
5
|
-
eventModel?: string;
|
|
6
|
-
resolvedAgent?: string;
|
|
7
|
-
pluginConfig?: OhMyOpenCodeConfig;
|
|
8
|
-
};
|
|
9
|
-
export declare function resolveFallbackBootstrapModel(options: ResolveFallbackBootstrapModelOptions): string | undefined;
|
|
10
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { AutoRetryHelpers } from "./auto-retry";
|
|
2
|
-
import type { HookDeps, FallbackState } from "./types";
|
|
3
|
-
type DispatchFallbackRetryOptions = {
|
|
4
|
-
sessionID: string;
|
|
5
|
-
state: FallbackState;
|
|
6
|
-
fallbackModels: string[];
|
|
7
|
-
resolvedAgent?: string;
|
|
8
|
-
source: string;
|
|
9
|
-
};
|
|
10
|
-
export declare function dispatchFallbackRetry(deps: HookDeps, helpers: AutoRetryHelpers, options: DispatchFallbackRetryOptions): Promise<void>;
|
|
11
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export type SessionMessagePart = {
|
|
2
|
-
type?: string;
|
|
3
|
-
text?: string;
|
|
4
|
-
};
|
|
5
|
-
export type SessionMessage = {
|
|
6
|
-
info?: Record<string, unknown>;
|
|
7
|
-
parts?: SessionMessagePart[];
|
|
8
|
-
};
|
|
9
|
-
export declare function extractSessionMessages(messagesResponse: unknown): SessionMessage[] | undefined;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type { HookDeps } from "./types";
|
|
2
|
-
import type { AutoRetryHelpers } from "./auto-retry";
|
|
3
|
-
export declare function createSessionStatusHandler(deps: HookDeps, helpers: AutoRetryHelpers, sessionStatusRetryKeys: Map<string, string>): (props: Record<string, unknown> | undefined) => Promise<void>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type { HookDeps } from "./types";
|
|
2
|
-
import { extractAutoRetrySignal } from "./error-classifier";
|
|
3
|
-
export declare function hasVisibleAssistantResponse(extractAutoRetrySignalFn: typeof extractAutoRetrySignal): (ctx: HookDeps["ctx"], sessionID: string, _info: Record<string, unknown> | undefined) => Promise<boolean>;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
type ReadyNotificationContext = {
|
|
2
|
-
client: {
|
|
3
|
-
session: {
|
|
4
|
-
get?: (input: {
|
|
5
|
-
path: {
|
|
6
|
-
id: string;
|
|
7
|
-
};
|
|
8
|
-
}) => Promise<unknown>;
|
|
9
|
-
messages?: (input: {
|
|
10
|
-
path: {
|
|
11
|
-
id: string;
|
|
12
|
-
};
|
|
13
|
-
query: {
|
|
14
|
-
directory: string;
|
|
15
|
-
};
|
|
16
|
-
}) => Promise<unknown>;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
directory: string;
|
|
20
|
-
};
|
|
21
|
-
type ReadyNotificationInput = {
|
|
22
|
-
sessionID: string;
|
|
23
|
-
baseTitle: string;
|
|
24
|
-
baseMessage: string;
|
|
25
|
-
};
|
|
26
|
-
export declare function buildReadyNotificationContent(ctx: ReadyNotificationContext, input: ReadyNotificationInput): Promise<{
|
|
27
|
-
title: string;
|
|
28
|
-
message: string;
|
|
29
|
-
}>;
|
|
30
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export type CompactionAgentConfigCheckpoint = {
|
|
2
|
-
agent?: string;
|
|
3
|
-
model?: {
|
|
4
|
-
providerID: string;
|
|
5
|
-
modelID: string;
|
|
6
|
-
};
|
|
7
|
-
tools?: Record<string, boolean>;
|
|
8
|
-
};
|
|
9
|
-
export declare function setCompactionAgentConfigCheckpoint(sessionID: string, checkpoint: CompactionAgentConfigCheckpoint): void;
|
|
10
|
-
export declare function getCompactionAgentConfigCheckpoint(sessionID: string): CompactionAgentConfigCheckpoint | undefined;
|
|
11
|
-
export declare function clearCompactionAgentConfigCheckpoint(sessionID: string): void;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export type ContextLimitModelCacheState = {
|
|
2
|
-
anthropicContext1MEnabled: boolean;
|
|
3
|
-
modelContextLimitsCache?: Map<string, number>;
|
|
4
|
-
};
|
|
5
|
-
export declare function resolveActualContextLimit(providerID: string, modelID: string, modelCacheState?: ContextLimitModelCacheState): number | null;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type { FallbackEntry } from "./model-requirements";
|
|
2
|
-
export declare function parseFallbackModelEntry(model: string, contextProviderID: string | undefined, defaultProviderID?: string): FallbackEntry | undefined;
|
|
3
|
-
export declare function buildFallbackChainFromModels(fallbackModels: string | string[] | undefined, contextProviderID: string | undefined, defaultProviderID?: string): FallbackEntry[] | undefined;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { VisionCapableModel } from "../plugin-state";
|
|
2
|
-
export declare function setVisionCapableModelsCache(cache: Map<string, VisionCapableModel>): void;
|
|
3
|
-
export declare function readVisionCapableModelsCache(): VisionCapableModel[];
|
|
4
|
-
export declare function clearVisionCapableModelsCache(): void;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { FallbackEntry } from "../../shared/model-requirements";
|
|
2
|
-
import type { VisionCapableModel } from "../../plugin-state";
|
|
3
|
-
export declare function isHardcodedMultimodalFallbackModel(model: VisionCapableModel): boolean;
|
|
4
|
-
export declare function buildMultimodalLookerFallbackChain(visionCapableModels: VisionCapableModel[]): FallbackEntry[];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function aggregateDiagnosticsForDirectory(directory: string, extension: string, severity?: "error" | "warning" | "information" | "hint" | "all", maxFiles?: number): Promise<string>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function getLspServerAdditionalPathBases(workingDirectory: string): string[];
|