oh-my-opencode 3.12.3 → 3.13.1
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 +11 -0
- package/README.ko.md +11 -0
- package/README.md +12 -2
- package/README.ru.md +11 -0
- package/README.zh-cn.md +11 -0
- package/dist/agents/prometheus/system-prompt.d.ts +1 -1
- package/dist/cli/index.js +193 -126
- package/dist/config/schema/hooks.d.ts +1 -1
- package/dist/config/schema/oh-my-opencode-config.d.ts +31 -0
- package/dist/config/schema/openclaw.d.ts +64 -0
- package/dist/create-hooks.d.ts +1 -1
- package/dist/features/background-agent/constants.d.ts +3 -3
- package/dist/features/boulder-state/index.d.ts +1 -0
- package/dist/features/boulder-state/storage.d.ts +10 -1
- package/dist/features/boulder-state/top-level-task.d.ts +2 -0
- package/dist/features/boulder-state/types.d.ts +28 -0
- package/dist/hooks/atlas/boulder-continuation-injector.d.ts +2 -0
- package/dist/hooks/atlas/subagent-session-id.d.ts +7 -1
- package/dist/hooks/atlas/tool-execute-after.d.ts +2 -1
- package/dist/hooks/atlas/tool-execute-before.d.ts +2 -0
- package/dist/hooks/atlas/types.d.ts +13 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/keyword-detector/constants.d.ts +1 -1
- package/dist/hooks/keyword-detector/ultrawork/index.d.ts +1 -1
- package/dist/hooks/keyword-detector/ultrawork/source-detector.d.ts +5 -0
- package/dist/hooks/openclaw.d.ts +11 -0
- package/dist/hooks/preemptive-compaction-degradation-monitor.d.ts +55 -0
- package/dist/hooks/preemptive-compaction-no-text-tail.d.ts +18 -0
- package/dist/hooks/session-recovery/storage/thinking-prepend.d.ts +27 -2
- package/dist/hooks/todo-continuation-enforcer/compaction-guard.d.ts +2 -0
- 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/types.d.ts +2 -1
- package/dist/hooks/webfetch-redirect-guard/constants.d.ts +6 -0
- package/dist/hooks/webfetch-redirect-guard/hook.d.ts +19 -0
- package/dist/hooks/webfetch-redirect-guard/index.d.ts +1 -0
- package/dist/hooks/webfetch-redirect-guard/redirect-resolution.d.ts +16 -0
- package/dist/index.js +1925 -1134
- package/dist/oh-my-opencode.schema.json +141 -0
- package/dist/openclaw/config.d.ts +8 -0
- package/dist/openclaw/daemon.d.ts +1 -0
- package/dist/openclaw/dispatcher.d.ts +16 -0
- package/dist/openclaw/index.d.ts +5 -0
- package/dist/openclaw/reply-listener.d.ts +31 -0
- package/dist/openclaw/session-registry.d.ts +17 -0
- package/dist/openclaw/tmux.d.ts +8 -0
- package/dist/openclaw/types.d.ts +38 -0
- package/dist/plugin/chat-params.d.ts +5 -1
- package/dist/plugin/hooks/create-continuation-hooks.d.ts +1 -2
- package/dist/plugin/hooks/create-core-hooks.d.ts +1 -0
- package/dist/plugin/hooks/create-tool-guard-hooks.d.ts +2 -1
- package/dist/plugin/normalize-tool-arg-schemas.d.ts +1 -0
- package/dist/plugin-handlers/prometheus-agent-config-builder.d.ts +1 -0
- package/dist/shared/jsonc-parser.d.ts +4 -0
- package/dist/shared/shell-env.d.ts +1 -1
- package/dist/tools/delegate-task/categories.d.ts +1 -0
- package/dist/tools/delegate-task/constants.d.ts +2 -2
- package/dist/tools/delegate-task/model-selection.d.ts +1 -0
- package/dist/tools/delegate-task/subagent-resolver.d.ts +1 -1
- package/dist/tools/hashline-edit/formatter-trigger.d.ts +38 -0
- package/dist/tools/hashline-edit/hashline-edit-executor.d.ts +2 -1
- package/dist/tools/hashline-edit/tools.d.ts +2 -1
- package/package.json +12 -12
- 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/README.ja.md
CHANGED
|
@@ -4,6 +4,17 @@
|
|
|
4
4
|
> コアメンテナーのQが負傷したため、今週は Issue/PR への返信とリリースが遅れる可能性があります。
|
|
5
5
|
> ご理解とご支援に感謝します。
|
|
6
6
|
|
|
7
|
+
> [!TIP]
|
|
8
|
+
> **Building in Public**
|
|
9
|
+
>
|
|
10
|
+
> メンテナーが Jobdori を使い、oh-my-opencode をリアルタイムで開発・メンテナンスしています。Jobdori は OpenClaw をベースに大幅カスタマイズされた AI アシスタントです。
|
|
11
|
+
> すべての機能開発、修正、Issue トリアージを Discord でライブでご覧いただけます。
|
|
12
|
+
>
|
|
13
|
+
> [](https://discord.gg/PUwSMR9XNk)
|
|
14
|
+
>
|
|
15
|
+
> [**→ #building-in-public で確認する**](https://discord.gg/PUwSMR9XNk)
|
|
16
|
+
|
|
17
|
+
|
|
7
18
|
> [!NOTE]
|
|
8
19
|
>
|
|
9
20
|
> [](https://sisyphuslabs.ai)
|
package/README.ko.md
CHANGED
|
@@ -4,6 +4,17 @@
|
|
|
4
4
|
> 핵심 메인테이너 Q가 부상을 입어, 이번 주에는 이슈/PR 응답 및 릴리스가 지연될 수 있습니다.
|
|
5
5
|
> 양해와 응원에 감사드립니다.
|
|
6
6
|
|
|
7
|
+
> [!TIP]
|
|
8
|
+
> **Building in Public**
|
|
9
|
+
>
|
|
10
|
+
> 메인테이너가 Jobdori를 통해 oh-my-opencode를 실시간으로 개발하고 있습니다. Jobdori는 OpenClaw를 기반으로 대폭 커스터마이징된 AI 어시스턴트입니다.
|
|
11
|
+
> 모든 기능 개발, 버그 수정, 이슈 트리아지를 Discord에서 실시간으로 확인하세요.
|
|
12
|
+
>
|
|
13
|
+
> [](https://discord.gg/PUwSMR9XNk)
|
|
14
|
+
>
|
|
15
|
+
> [**→ #building-in-public에서 확인하기**](https://discord.gg/PUwSMR9XNk)
|
|
16
|
+
|
|
17
|
+
|
|
7
18
|
> [!TIP]
|
|
8
19
|
> 저희와 함께 하세요!
|
|
9
20
|
>
|
package/README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
> [!TIP]
|
|
2
|
+
> **Building in Public**
|
|
3
|
+
>
|
|
4
|
+
> The maintainer builds and maintains oh-my-opencode in real-time with Jobdori, an AI assistant built on a heavily customized fork of OpenClaw.
|
|
5
|
+
> Every feature, every fix, every issue triage — live in our Discord.
|
|
6
|
+
>
|
|
7
|
+
> [](https://discord.gg/PUwSMR9XNk)
|
|
8
|
+
>
|
|
9
|
+
> [**→ Watch it happen in #building-in-public**](https://discord.gg/PUwSMR9XNk)
|
|
10
|
+
|
|
1
11
|
> [!NOTE]
|
|
2
12
|
>
|
|
3
13
|
> [](https://sisyphuslabs.ai)
|
|
@@ -304,7 +314,7 @@ See full [Features Documentation](docs/reference/features.md).
|
|
|
304
314
|
- **Claude Code Compatibility**: Full hook system, commands, skills, agents, MCPs
|
|
305
315
|
- **Built-in MCPs**: websearch (Exa), context7 (docs), grep_app (GitHub search)
|
|
306
316
|
- **Session Tools**: List, read, search, and analyze session history
|
|
307
|
-
- **Productivity Features**: Ralph Loop, Todo Enforcer,
|
|
317
|
+
- **Productivity Features**: Ralph Loop, Todo Enforcer, Comment Checker, Think Mode, and more
|
|
308
318
|
- **Model Setup**: Agent-model matching is built into the [Installation Guide](docs/guide/installation.md#step-5-understand-your-model-setup)
|
|
309
319
|
|
|
310
320
|
## Configuration
|
|
@@ -321,7 +331,7 @@ See [Configuration Documentation](docs/reference/configuration.md).
|
|
|
321
331
|
- **Sisyphus Agent**: Main orchestrator with Prometheus (Planner) and Metis (Plan Consultant)
|
|
322
332
|
- **Background Tasks**: Configure concurrency limits per provider/model
|
|
323
333
|
- **Categories**: Domain-specific task delegation (`visual`, `business-logic`, custom)
|
|
324
|
-
- **Hooks**: 25+ built-in hooks,
|
|
334
|
+
- **Hooks**: 25+ built-in hooks, all configurable via `disabled_hooks`
|
|
325
335
|
- **MCPs**: Built-in websearch (Exa), context7 (docs), grep_app (GitHub search)
|
|
326
336
|
- **LSP**: Full LSP support with refactoring tools
|
|
327
337
|
- **Experimental**: Aggressive truncation, auto-resume, and more
|
package/README.ru.md
CHANGED
|
@@ -4,6 +4,17 @@
|
|
|
4
4
|
> Ключевой мейнтейнер Q получил травму, поэтому на этой неделе ответы по issue/PR и релизы могут задерживаться.
|
|
5
5
|
> Спасибо за терпение и поддержку.
|
|
6
6
|
|
|
7
|
+
> [!TIP]
|
|
8
|
+
> **Building in Public**
|
|
9
|
+
>
|
|
10
|
+
> Мейнтейнер разрабатывает и поддерживает oh-my-opencode в режиме реального времени с помощью Jobdori — ИИ-ассистента на базе глубоко кастомизированной версии OpenClaw.
|
|
11
|
+
> Каждая фича, каждый фикс, каждый триаж issue — в прямом эфире в нашем Discord.
|
|
12
|
+
>
|
|
13
|
+
> [](https://discord.gg/PUwSMR9XNk)
|
|
14
|
+
>
|
|
15
|
+
> [**→ Смотрите в #building-in-public**](https://discord.gg/PUwSMR9XNk)
|
|
16
|
+
|
|
17
|
+
|
|
7
18
|
> [!NOTE]
|
|
8
19
|
>
|
|
9
20
|
> [](https://sisyphuslabs.ai)
|
package/README.zh-cn.md
CHANGED
|
@@ -4,6 +4,17 @@
|
|
|
4
4
|
> 核心维护者 Q 因受伤,本周 issue/PR 回复和发布可能会延迟。
|
|
5
5
|
> 感谢你的耐心与支持。
|
|
6
6
|
|
|
7
|
+
> [!TIP]
|
|
8
|
+
> **Building in Public**
|
|
9
|
+
>
|
|
10
|
+
> 维护者正在使用 Jobdori 实时开发和维护 oh-my-opencode。Jobdori 是基于 OpenClaw 深度定制的 AI 助手。
|
|
11
|
+
> 每个功能开发、每次修复、每次 Issue 分类,都在 Discord 上实时进行。
|
|
12
|
+
>
|
|
13
|
+
> [](https://discord.gg/PUwSMR9XNk)
|
|
14
|
+
>
|
|
15
|
+
> [**→ 在 #building-in-public 频道中查看**](https://discord.gg/PUwSMR9XNk)
|
|
16
|
+
|
|
17
|
+
|
|
7
18
|
> [!NOTE]
|
|
8
19
|
>
|
|
9
20
|
> [](https://sisyphuslabs.ai)
|
|
@@ -25,4 +25,4 @@ export declare function getPrometheusPromptSource(model?: string): PrometheusPro
|
|
|
25
25
|
* Gemini models → Gemini-optimized prompt (aggressive tool-call enforcement, thinking checkpoints)
|
|
26
26
|
* Default (Claude, etc.) → Claude-optimized prompt (modular sections)
|
|
27
27
|
*/
|
|
28
|
-
export declare function getPrometheusPrompt(model?: string): string;
|
|
28
|
+
export declare function getPrometheusPrompt(model?: string, disabledTools?: readonly string[]): string;
|