oh-my-opencode 3.9.0 → 3.11.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 +25 -36
- package/README.ko.md +25 -41
- package/README.md +4 -15
- package/README.ru.md +357 -0
- package/README.zh-cn.md +25 -36
- package/dist/agents/atlas/agent.d.ts +1 -1
- 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 +6 -14
- package/dist/agents/dynamic-agent-prompt-builder.d.ts +2 -1
- package/dist/agents/hephaestus/agent.d.ts +19 -0
- package/dist/agents/hephaestus/gpt-5-3-codex.d.ts +21 -0
- package/dist/agents/hephaestus/gpt-5-4.d.ts +3 -0
- package/dist/agents/hephaestus/gpt.d.ts +3 -0
- package/dist/agents/hephaestus/index.d.ts +2 -0
- package/dist/agents/metis.d.ts +1 -1
- package/dist/agents/momus.d.ts +5 -1
- package/dist/agents/prometheus/gpt.d.ts +5 -18
- package/dist/agents/prometheus/system-prompt.d.ts +1 -1
- package/dist/agents/sisyphus/default.d.ts +9 -0
- package/dist/agents/{sisyphus-gemini-overlays.d.ts → sisyphus/gemini.d.ts} +2 -0
- package/dist/agents/sisyphus/gpt-5-4.d.ts +26 -0
- package/dist/agents/sisyphus/index.d.ts +11 -0
- package/dist/agents/sisyphus-junior/agent.d.ts +2 -5
- package/dist/agents/sisyphus-junior/gpt-5-3-codex.d.ts +8 -0
- package/dist/agents/sisyphus-junior/gpt-5-4.d.ts +11 -0
- package/dist/agents/sisyphus-junior/gpt.d.ts +2 -1
- package/dist/agents/sisyphus-junior/index.d.ts +2 -0
- package/dist/agents/types.d.ts +2 -0
- package/dist/cli/config-manager.d.ts +0 -3
- package/dist/cli/doctor/checks/system-loaded-version.d.ts +1 -0
- package/dist/cli/index.js +4093 -3285
- package/dist/config/schema/background-task.d.ts +1 -0
- package/dist/config/schema/categories.d.ts +1 -1
- package/dist/config/schema/hooks.d.ts +1 -0
- package/dist/config/schema/oh-my-opencode-config.d.ts +4 -0
- package/dist/config/schema/start-work.d.ts +5 -0
- package/dist/create-hooks.d.ts +1 -0
- package/dist/features/builtin-commands/templates/ralph-loop.d.ts +1 -0
- package/dist/features/claude-code-plugin-loader/types.d.ts +13 -3
- package/dist/features/context-injector/types.d.ts +2 -2
- package/dist/features/hook-message-injector/injector.d.ts +2 -0
- package/dist/hooks/atlas/session-last-agent.d.ts +10 -3
- package/dist/hooks/atlas/tool-execute-after.d.ts +1 -0
- package/dist/hooks/atlas/types.d.ts +3 -0
- package/dist/hooks/atlas/verification-reminders.d.ts +2 -1
- package/dist/hooks/auto-slash-command/executor.d.ts +2 -0
- package/dist/hooks/auto-slash-command/hook.d.ts +2 -0
- package/dist/hooks/claude-code-hooks/dispatch-hook.d.ts +4 -0
- package/dist/hooks/claude-code-hooks/execute-http-hook.d.ts +4 -0
- package/dist/hooks/claude-code-hooks/types.d.ts +9 -1
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/keyword-detector/ultrawork/default.d.ts +1 -1
- package/dist/hooks/keyword-detector/ultrawork/gemini.d.ts +1 -1
- package/dist/hooks/keyword-detector/ultrawork/gpt.d.ts +11 -0
- package/dist/hooks/keyword-detector/ultrawork/index.d.ts +5 -5
- package/dist/hooks/keyword-detector/ultrawork/source-detector.d.ts +1 -1
- package/dist/hooks/preemptive-compaction.d.ts +1 -0
- package/dist/hooks/ralph-loop/completion-handler.d.ts +14 -0
- package/dist/hooks/ralph-loop/completion-promise-detector.d.ts +1 -1
- package/dist/hooks/ralph-loop/constants.d.ts +1 -0
- package/dist/hooks/ralph-loop/continuation-prompt-builder.d.ts +1 -0
- package/dist/hooks/ralph-loop/loop-state-controller.d.ts +3 -0
- package/dist/hooks/ralph-loop/ralph-loop-event-handler.d.ts +3 -0
- package/dist/hooks/ralph-loop/session-event-handler.d.ts +12 -0
- package/dist/hooks/ralph-loop/types.d.ts +5 -1
- package/dist/hooks/ralph-loop/verification-failure-handler.d.ts +12 -0
- package/dist/hooks/read-image-resizer/hook.d.ts +12 -0
- package/dist/hooks/read-image-resizer/image-dimensions.d.ts +2 -0
- package/dist/hooks/read-image-resizer/image-resizer.d.ts +3 -0
- package/dist/hooks/read-image-resizer/index.d.ts +1 -0
- package/dist/hooks/read-image-resizer/types.d.ts +14 -0
- package/dist/hooks/session-notification-utils.d.ts +1 -0
- package/dist/index.js +22679 -5503
- package/dist/oh-my-opencode.schema.json +18 -1
- package/dist/plugin/hooks/create-core-hooks.d.ts +1 -0
- package/dist/plugin/hooks/create-skill-hooks.d.ts +2 -1
- package/dist/plugin/hooks/create-tool-guard-hooks.d.ts +2 -1
- package/dist/plugin/system-transform.d.ts +6 -1
- package/dist/plugin/tool-execute-after.d.ts +2 -0
- package/dist/shared/index.d.ts +2 -0
- package/dist/shared/model-format-normalizer.d.ts +7 -0
- package/dist/shared/model-normalization.d.ts +2 -0
- package/dist/shared/plugin-command-discovery.d.ts +6 -0
- package/dist/tools/background-task/constants.d.ts +1 -1
- package/dist/tools/delegate-task/constants.d.ts +1 -1
- package/dist/tools/delegate-task/executor-types.d.ts +1 -0
- package/dist/tools/delegate-task/index.d.ts +1 -1
- package/dist/tools/delegate-task/prompt-builder.d.ts +1 -0
- package/dist/tools/delegate-task/sync-session-poller.d.ts +1 -1
- package/dist/tools/delegate-task/timing.d.ts +2 -0
- package/dist/tools/delegate-task/tools.d.ts +1 -1
- package/dist/tools/delegate-task/types.d.ts +1 -0
- package/dist/tools/hashline-edit/tool-description.d.ts +1 -1
- package/dist/tools/look-at/image-converter.d.ts +7 -0
- package/dist/tools/skill/types.d.ts +4 -0
- package/dist/tools/skill-mcp/constants.d.ts +1 -0
- package/dist/tools/slashcommand/command-discovery.d.ts +5 -1
- package/dist/tools/slashcommand/types.d.ts +1 -1
- package/package.json +19 -15
- package/dist/agents/hephaestus.d.ts +0 -6
- package/dist/cli/config-manager/add-provider-config.d.ts +0 -2
- package/dist/cli/config-manager/antigravity-provider-configuration.d.ts +0 -122
- package/dist/cli/config-manager/auth-plugins.d.ts +0 -3
- package/dist/cli/config-manager/jsonc-provider-editor.d.ts +0 -1
- package/dist/hooks/keyword-detector/ultrawork/gpt5.2.d.ts +0 -15
- package/dist/shared/model-name-matcher.d.ts +0 -1
package/dist/agents/types.d.ts
CHANGED
|
@@ -53,6 +53,8 @@ export interface AgentPromptMetadata {
|
|
|
53
53
|
keyTrigger?: string;
|
|
54
54
|
}
|
|
55
55
|
export declare function isGptModel(model: string): boolean;
|
|
56
|
+
export declare function isGpt5_4Model(model: string): boolean;
|
|
57
|
+
export declare function isGpt5_3CodexModel(model: string): boolean;
|
|
56
58
|
export declare function isGeminiModel(model: string): boolean;
|
|
57
59
|
export type BuiltinAgentName = "sisyphus" | "hephaestus" | "oracle" | "librarian" | "explore" | "multimodal-looker" | "metis" | "momus" | "atlas";
|
|
58
60
|
export type OverridableAgentName = "build" | BuiltinAgentName;
|
|
@@ -6,9 +6,6 @@ export { addPluginToOpenCodeConfig } from "./config-manager/add-plugin-to-openco
|
|
|
6
6
|
export { generateOmoConfig } from "./config-manager/generate-omo-config";
|
|
7
7
|
export { writeOmoConfig } from "./config-manager/write-omo-config";
|
|
8
8
|
export { isOpenCodeInstalled, getOpenCodeVersion } from "./config-manager/opencode-binary";
|
|
9
|
-
export { fetchLatestVersion, addAuthPlugins } from "./config-manager/auth-plugins";
|
|
10
|
-
export { ANTIGRAVITY_PROVIDER_CONFIG } from "./config-manager/antigravity-provider-configuration";
|
|
11
|
-
export { addProviderConfig } from "./config-manager/add-provider-config";
|
|
12
9
|
export { detectCurrentConfig } from "./config-manager/detect-current-config";
|
|
13
10
|
export type { BunInstallResult } from "./config-manager/bun-install";
|
|
14
11
|
export { runBunInstall, runBunInstallWithDetails } from "./config-manager/bun-install";
|
|
@@ -7,3 +7,4 @@ export interface LoadedVersionInfo {
|
|
|
7
7
|
}
|
|
8
8
|
export declare function getLoadedPluginVersion(): LoadedVersionInfo;
|
|
9
9
|
export declare function getLatestPluginVersion(currentVersion: string | null): Promise<string | null>;
|
|
10
|
+
export declare function getSuggestedInstallTag(currentVersion: string | null): string;
|