evil-omo 3.15.2 → 3.15.3
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 +27 -16
- package/README.ko.md +27 -16
- package/README.md +1 -1
- package/README.ru.md +20 -9
- package/README.zh-cn.md +26 -15
- package/bin/evil-omo.js +1 -1
- package/bin/platform.js +14 -17
- package/dist/agents/hephaestus/gpt-5-4.d.ts +22 -1
- package/dist/cli/config-manager/config-context.d.ts +0 -1
- package/dist/cli/index.js +846 -492
- package/dist/cli/run/continuation-state.d.ts +2 -1
- package/dist/create-runtime-tmux-config.d.ts +1 -0
- package/dist/features/background-agent/spawner.d.ts +3 -0
- package/dist/features/boulder-state/storage.d.ts +1 -1
- package/dist/features/boulder-state/types.d.ts +1 -0
- package/dist/features/claude-code-plugin-loader/discovery.d.ts +2 -1
- package/dist/features/claude-code-plugin-loader/loader.d.ts +1 -0
- package/dist/features/claude-code-plugin-loader/types.d.ts +10 -0
- package/dist/hooks/atlas/background-launch-session-tracking.d.ts +11 -0
- package/dist/hooks/atlas/boulder-continuation-injector.d.ts +2 -1
- package/dist/hooks/atlas/task-context.d.ts +7 -0
- package/dist/hooks/atlas/types.d.ts +1 -0
- package/dist/hooks/auto-update-checker/constants.d.ts +5 -5
- package/dist/hooks/comment-checker/downloader.d.ts +1 -1
- package/dist/index.js +5288 -4903
- package/dist/plugin/tool-registry.d.ts +1 -0
- package/dist/shared/agent-display-names.d.ts +1 -0
- package/dist/shared/system-directive.d.ts +5 -5
- package/dist/tools/delegate-task/resolve-call-id.d.ts +2 -0
- package/package.json +12 -12
- package/postinstall.mjs +14 -3
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)
|
|
@@ -15,15 +26,15 @@
|
|
|
15
26
|
> | [<img alt="Discord link" src="https://img.shields.io/discord/1452487457085063218?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=flat-square" width="156px" />](https://discord.gg/PUwSMR9XNk) | [Discordコミュニティ](https://discord.gg/PUwSMR9XNk)に参加して、コントリビューターや他の `oh-my-opencode` ユーザーと交流しましょう。 |
|
|
16
27
|
> | :-----| :----- |
|
|
17
28
|
> | [<img alt="X link" src="https://img.shields.io/badge/Follow-%40justsisyphus-00CED1?style=flat-square&logo=x&labelColor=black" width="156px" />](https://x.com/justsisyphus) | `oh-my-opencode` のニュースやアップデートは私のXアカウントで投稿されていましたが、 <br /> 誤って凍結されてしまったため、現在は [@justsisyphus](https://x.com/justsisyphus) が代わりにアップデートを投稿しています。 |
|
|
18
|
-
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/
|
|
29
|
+
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/code-yeongyu?style=flat-square&logo=github&labelColor=black&color=24292f" width="156px" />](https://github.com/code-yeongyu) | さらに多くのプロジェクトを見たい場合は、GitHubで [@code-yeongyu](https://github.com/code-yeongyu) をフォローしてください。 |
|
|
19
30
|
|
|
20
31
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
21
32
|
|
|
22
33
|
<div align="center">
|
|
23
34
|
|
|
24
|
-
[](https://github.com/
|
|
35
|
+
[](https://github.com/code-yeongyu/oh-my-openagent#oh-my-opencode)
|
|
25
36
|
|
|
26
|
-
[](https://github.com/
|
|
37
|
+
[](https://github.com/code-yeongyu/oh-my-openagent#oh-my-opencode)
|
|
27
38
|
|
|
28
39
|
</div>
|
|
29
40
|
|
|
@@ -33,14 +44,14 @@
|
|
|
33
44
|
|
|
34
45
|
<div align="center">
|
|
35
46
|
|
|
36
|
-
[](https://github.com/
|
|
43
|
-
[](https://deepwiki.com/
|
|
47
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/releases)
|
|
48
|
+
[](https://www.npmjs.com/package/oh-my-opencode)
|
|
49
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/graphs/contributors)
|
|
50
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/network/members)
|
|
51
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/stargazers)
|
|
52
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/issues)
|
|
53
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/blob/dev/LICENSE.md)
|
|
54
|
+
[](https://deepwiki.com/code-yeongyu/oh-my-openagent)
|
|
44
55
|
|
|
45
56
|
[English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-cn.md)
|
|
46
57
|
|
|
@@ -91,7 +102,7 @@ OmOをインストールして、`ultrawork`とタイプしてください。狂
|
|
|
91
102
|
|
|
92
103
|
```
|
|
93
104
|
Install and configure oh-my-opencode by following the instructions here:
|
|
94
|
-
https://raw.githubusercontent.com/
|
|
105
|
+
https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
95
106
|
```
|
|
96
107
|
|
|
97
108
|
もしくは[インストールガイド](docs/guide/installation.md)を直接読んでもいいですが、マジでエージェントにやらせてください。人間は設定で必ずタイポします。
|
|
@@ -101,7 +112,7 @@ https://raw.githubusercontent.com/D4ch1au/evil-oh-my-openagent/refs/heads/dev/do
|
|
|
101
112
|
インストールガイドを取得して、それに従ってください:
|
|
102
113
|
|
|
103
114
|
```bash
|
|
104
|
-
curl -s https://raw.githubusercontent.com/
|
|
115
|
+
curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
105
116
|
```
|
|
106
117
|
|
|
107
118
|
---
|
|
@@ -111,7 +122,7 @@ curl -s https://raw.githubusercontent.com/D4ch1au/evil-oh-my-openagent/refs/head
|
|
|
111
122
|
ドキュメントを読む時代は終わりました。このテキストをエージェントに貼り付けるだけです:
|
|
112
123
|
|
|
113
124
|
```
|
|
114
|
-
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/
|
|
125
|
+
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/README.md
|
|
115
126
|
```
|
|
116
127
|
|
|
117
128
|
## ハイライト
|
|
@@ -157,7 +168,7 @@ Read this and tell me why it's not just another boilerplate: https://raw.githubu
|
|
|
157
168
|
|
|
158
169
|
**Sisyphus** (`claude-opus-4-6` / **`kimi-k2.5`** / **`glm-5`**) はあなたのメインのオーケストレーターです。計画を立て、専門家に委任し、攻撃的な並列実行でタスクを完了まで推進します。途中で投げ出すことはありません。
|
|
159
170
|
|
|
160
|
-
**Hephaestus** (`gpt-5.
|
|
171
|
+
**Hephaestus** (`gpt-5.4`) はあなたの自律的なディープワーカーです。レシピではなく、目標を与えてください。手取り足取り教えなくても、コードベースを探索し、パターンを研究し、端から端まで実行します。*正当なる職人 (The Legitimate Craftsman).*
|
|
161
172
|
|
|
162
173
|
**Prometheus** (`claude-opus-4-6` / **`kimi-k2.5`** / **`glm-5`**) はあなたの戦略プランナーです。インタビューモードで動作し、コードに触れる前に質問をしてスコープを特定し、詳細な計画を構築します。
|
|
163
174
|
|
|
@@ -165,7 +176,7 @@ Read this and tell me why it's not just another boilerplate: https://raw.githubu
|
|
|
165
176
|
|
|
166
177
|
> Anthropicが[私たちのせいでOpenCodeをブロックしました。](https://x.com/thdxr/status/2010149530486911014) だからこそHephaestusは「正当なる職人 (The Legitimate Craftsman)」と呼ばれているのです。皮肉を込めています。
|
|
167
178
|
>
|
|
168
|
-
> Opusで最もよく動きますが、Kimi K2.5 + GPT-5.
|
|
179
|
+
> Opusで最もよく動きますが、Kimi K2.5 + GPT-5.4の組み合わせだけでも、バニラのClaude Codeを軽く凌駕します。設定は一切不要です。
|
|
169
180
|
|
|
170
181
|
### エージェントの��ーケストレーション
|
|
171
182
|
|
package/README.ko.md
CHANGED
|
@@ -4,21 +4,32 @@
|
|
|
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
|
>
|
|
10
21
|
> | [<img alt="Discord link" src="https://img.shields.io/discord/1452487457085063218?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=flat-square" width="156px" />](https://discord.gg/PUwSMR9XNk) | [Discord 커뮤니티](https://discord.gg/PUwSMR9XNk)에 가입하여 기여자 및 다른 `oh-my-opencode` 사용자들과 소통하세요. |
|
|
11
22
|
> | :-----| :----- |
|
|
12
23
|
> | [<img alt="X link" src="https://img.shields.io/badge/Follow-%40justsisyphus-00CED1?style=flat-square&logo=x&labelColor=black" width="156px" />](https://x.com/justsisyphus) | `oh-my-opencode`에 대한 소식과 업데이트는 제 X 계정에 올라왔었지만, <br /> 실수로 정지된 이후에는 [@justsisyphus](https://x.com/justsisyphus)가 대신 업데이트를 게시하고 있습니다. |
|
|
13
|
-
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/
|
|
24
|
+
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/code-yeongyu?style=flat-square&logo=github&labelColor=black&color=24292f" width="156px" />](https://github.com/code-yeongyu) | 더 많은 프로젝트를 보려면 GitHub에서 [@code-yeongyu](https://github.com/code-yeongyu)를 팔로우하세요. |
|
|
14
25
|
|
|
15
26
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
16
27
|
|
|
17
28
|
<div align="center">
|
|
18
29
|
|
|
19
|
-
[](https://github.com/
|
|
30
|
+
[](https://github.com/code-yeongyu/oh-my-openagent#oh-my-opencode)
|
|
20
31
|
|
|
21
|
-
[](https://github.com/
|
|
32
|
+
[](https://github.com/code-yeongyu/oh-my-openagent#oh-my-opencode)
|
|
22
33
|
|
|
23
34
|
</div>
|
|
24
35
|
|
|
@@ -28,14 +39,14 @@
|
|
|
28
39
|
|
|
29
40
|
<div align="center">
|
|
30
41
|
|
|
31
|
-
[](https://github.com/
|
|
38
|
-
[](https://deepwiki.com/
|
|
42
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/releases)
|
|
43
|
+
[](https://www.npmjs.com/package/oh-my-opencode)
|
|
44
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/graphs/contributors)
|
|
45
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/network/members)
|
|
46
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/stargazers)
|
|
47
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/issues)
|
|
48
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/blob/dev/LICENSE.md)
|
|
49
|
+
[](https://deepwiki.com/code-yeongyu/oh-my-openagent)
|
|
39
50
|
|
|
40
51
|
[English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-cn.md)
|
|
41
52
|
|
|
@@ -85,7 +96,7 @@ OmO 설치하고. `ultrawork` 치세요. 끝.
|
|
|
85
96
|
|
|
86
97
|
```
|
|
87
98
|
Install and configure oh-my-opencode by following the instructions here:
|
|
88
|
-
https://raw.githubusercontent.com/
|
|
99
|
+
https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
89
100
|
```
|
|
90
101
|
|
|
91
102
|
아니면 [설치 가이드](docs/guide/installation.md)를 직접 읽으셔도 되지만, 진심으로 그냥 에이전트한테 시키세요. 사람은 설정하다 꼭 오타 냅니다.
|
|
@@ -95,7 +106,7 @@ https://raw.githubusercontent.com/D4ch1au/evil-oh-my-openagent/refs/heads/dev/do
|
|
|
95
106
|
설치 가이드를 가져와서 따라 하세요:
|
|
96
107
|
|
|
97
108
|
```bash
|
|
98
|
-
curl -s https://raw.githubusercontent.com/
|
|
109
|
+
curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
99
110
|
```
|
|
100
111
|
|
|
101
112
|
---
|
|
@@ -105,7 +116,7 @@ curl -s https://raw.githubusercontent.com/D4ch1au/evil-oh-my-openagent/refs/head
|
|
|
105
116
|
문서 읽는 시대는 지났습니다. 그냥 이 텍스트를 에이전트한테 붙여넣으세요:
|
|
106
117
|
|
|
107
118
|
```
|
|
108
|
-
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/
|
|
119
|
+
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/README.md
|
|
109
120
|
```
|
|
110
121
|
|
|
111
122
|
## 핵심 기능
|
|
@@ -151,7 +162,7 @@ Read this and tell me why it's not just another boilerplate: https://raw.githubu
|
|
|
151
162
|
|
|
152
163
|
**Sisyphus** (`claude-opus-4-6` / **`kimi-k2.5`** / **`glm-5`**)는 당신의 메인 오케스트레이터입니다. 공격적인 병렬 실행으로 계획을 세우고, 전문가들에게 위임하며, 완료될 때까지 밀어붙입니다. 중간에 포기하는 법이 없습니다.
|
|
153
164
|
|
|
154
|
-
**Hephaestus** (`gpt-5.
|
|
165
|
+
**Hephaestus** (`gpt-5.4`)는 당신의 자율 딥 워커입니다. 레시피가 아니라 목표를 주세요. 베이비시터 없이 알아서 코드베이스를 탐색하고, 패턴을 연구하며, 끝에서 끝까지 전부 해냅니다. *진정한 장인(The Legitimate Craftsman).*
|
|
155
166
|
|
|
156
167
|
**Prometheus** (`claude-opus-4-6` / **`kimi-k2.5`** / **`glm-5`**)는 당신의 전략 플래너입니다. 인터뷰 모드로 작동합니다. 코드 한 줄 만지기 전에 질문을 던져 스코프를 파악하고 상세한 계획부터 세웁니다.
|
|
157
168
|
|
|
@@ -159,7 +170,7 @@ Read this and tell me why it's not just another boilerplate: https://raw.githubu
|
|
|
159
170
|
|
|
160
171
|
> Anthropic이 [우리 때문에 OpenCode를 막아버렸습니다.](https://x.com/thdxr/status/2010149530486911014) 그래서 Hephaestus의 별명이 "진정한 장인(The Legitimate Craftsman)"인 겁니다. (어디서 많이 들어본 이름이죠?) 아이러니를 노렸습니다.
|
|
161
172
|
>
|
|
162
|
-
> Opus에서 제일 잘 돌아가긴 하지만, Kimi K2.5 + GPT-5.
|
|
173
|
+
> Opus에서 제일 잘 돌아가긴 하지만, Kimi K2.5 + GPT-5.4 조합만으로도 바닐라 Claude Code는 가볍게 바릅니다. 설정도 필요 없습니다.
|
|
163
174
|
|
|
164
175
|
### 에이전트 오케스트레이션
|
|
165
176
|
|
package/README.md
CHANGED
|
@@ -49,4 +49,4 @@ This fork automatically syncs with upstream releases via GitHub Actions:
|
|
|
49
49
|
## Upstream
|
|
50
50
|
|
|
51
51
|
Based on [oh-my-opencode](https://github.com/code-yeongyu/oh-my-openagent) by [@code-yeongyu](https://github.com/code-yeongyu).
|
|
52
|
-
See upstream for full documentation on agents, hooks, tools, and configuration.
|
|
52
|
+
See upstream for full documentation on agents, hooks, tools, and configuration.
|
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)
|
|
@@ -15,13 +26,13 @@
|
|
|
15
26
|
> | [](https://discord.gg/PUwSMR9XNk) | Вступайте в наш [Discord](https://discord.gg/PUwSMR9XNk), чтобы общаться с контрибьюторами и пользователями `oh-my-opencode`. |
|
|
16
27
|
> | ----------------------------------- | ------------------------------------------------------------ |
|
|
17
28
|
> | [](https://x.com/justsisyphus) | Новости и обновления `oh-my-opencode` раньше публиковались на моём аккаунте X. <br /> После ошибочной блокировки, [@justsisyphus](https://x.com/justsisyphus) публикует обновления вместо меня. |
|
|
18
|
-
> | [](https://github.com/
|
|
29
|
+
> | [](https://github.com/code-yeongyu) | Подпишитесь на [@code-yeongyu](https://github.com/code-yeongyu) на GitHub, чтобы следить за другими проектами. |
|
|
19
30
|
|
|
20
31
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> --> <div align="center">
|
|
21
32
|
|
|
22
|
-
[](https://github.com/
|
|
33
|
+
[](https://github.com/code-yeongyu/oh-my-openagent#oh-my-opencode)
|
|
23
34
|
|
|
24
|
-
[](https://github.com/
|
|
35
|
+
[](https://github.com/code-yeongyu/oh-my-openagent#oh-my-opencode)
|
|
25
36
|
|
|
26
37
|
</div>
|
|
27
38
|
|
|
@@ -31,7 +42,7 @@
|
|
|
31
42
|
|
|
32
43
|
<div align="center">
|
|
33
44
|
|
|
34
|
-
[](https://github.com/code-yeongyu/oh-my-openagent/releases) [](https://www.npmjs.com/package/oh-my-opencode) [](https://github.com/code-yeongyu/oh-my-openagent/graphs/contributors) [](https://github.com/code-yeongyu/oh-my-openagent/network/members) [](https://github.com/code-yeongyu/oh-my-openagent/stargazers) [](https://github.com/code-yeongyu/oh-my-openagent/issues) [](https://github.com/code-yeongyu/oh-my-openagent/blob/master/LICENSE.md) [](https://deepwiki.com/code-yeongyu/oh-my-openagent)
|
|
35
46
|
|
|
36
47
|
English | 한국어 | 日本語 | 简体中文 | Русский
|
|
37
48
|
|
|
@@ -77,7 +88,7 @@ English | 한국어 | 日本語 | 简体中文 | Русский
|
|
|
77
88
|
|
|
78
89
|
```
|
|
79
90
|
Install and configure oh-my-opencode by following the instructions here:
|
|
80
|
-
https://raw.githubusercontent.com/
|
|
91
|
+
https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
81
92
|
```
|
|
82
93
|
|
|
83
94
|
Или прочитайте руководство по установке, но серьёзно — пусть агент сделает это за вас. Люди ошибаются в конфигах.
|
|
@@ -87,7 +98,7 @@ https://raw.githubusercontent.com/D4ch1au/evil-oh-my-openagent/refs/heads/dev/do
|
|
|
87
98
|
Загрузите руководство по установке и следуйте ему:
|
|
88
99
|
|
|
89
100
|
```bash
|
|
90
|
-
curl -s https://raw.githubusercontent.com/
|
|
101
|
+
curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
91
102
|
```
|
|
92
103
|
|
|
93
104
|
------
|
|
@@ -97,7 +108,7 @@ curl -s https://raw.githubusercontent.com/D4ch1au/evil-oh-my-openagent/refs/head
|
|
|
97
108
|
Мы вышли за пределы эпохи чтения документации. Просто вставьте это в своего агента:
|
|
98
109
|
|
|
99
110
|
```
|
|
100
|
-
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/
|
|
111
|
+
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/README.md
|
|
101
112
|
```
|
|
102
113
|
|
|
103
114
|
## Ключевые возможности
|
|
@@ -141,7 +152,7 @@ Read this and tell me why it's not just another boilerplate: https://raw.githubu
|
|
|
141
152
|
|
|
142
153
|
**Sisyphus** (`claude-opus-4-6` / **`kimi-k2.5`** / **`glm-5`**) — главный оркестратор. Он планирует, делегирует задачи специалистам и доводит их до завершения с агрессивным параллельным выполнением. Он не останавливается на полпути.
|
|
143
154
|
|
|
144
|
-
**Hephaestus** (`gpt-5.
|
|
155
|
+
**Hephaestus** (`gpt-5.4`) — автономный глубокий исполнитель. Дайте ему цель, а не рецепт. Он исследует кодовую базу, изучает паттерны и выполняет задачи сквозным образом без лишних подсказок. *Законный Мастер.*
|
|
145
156
|
|
|
146
157
|
**Prometheus** (`claude-opus-4-6` / **`kimi-k2.5`** / **`glm-5`**) — стратегический планировщик. Режим интервью: задаёт вопросы, определяет объём работ и формирует детальный план до того, как написана хотя бы одна строка кода.
|
|
147
158
|
|
|
@@ -149,7 +160,7 @@ Read this and tell me why it's not just another boilerplate: https://raw.githubu
|
|
|
149
160
|
|
|
150
161
|
> Anthropic [заблокировал OpenCode из-за нас.](https://x.com/thdxr/status/2010149530486911014) Именно поэтому Hephaestus зовётся «Законным Мастером». Ирония намеренная.
|
|
151
162
|
>
|
|
152
|
-
> Мы работаем лучше всего на Opus, но Kimi K2.5 + GPT-5.
|
|
163
|
+
> Мы работаем лучше всего на Opus, но Kimi K2.5 + GPT-5.4 уже превосходят ванильный Claude Code. Никакой настройки не требуется.
|
|
153
164
|
|
|
154
165
|
### Оркестрация агентов
|
|
155
166
|
|
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)
|
|
@@ -15,15 +26,15 @@
|
|
|
15
26
|
> | [<img alt="Discord link" src="https://img.shields.io/discord/1452487457085063218?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=flat-square" width="156px" />](https://discord.gg/PUwSMR9XNk) | 加入我们的 [Discord 社区](https://discord.gg/PUwSMR9XNk),与贡献者及其他 `oh-my-opencode` 用户交流。 |
|
|
16
27
|
> | :-----| :----- |
|
|
17
28
|
> | [<img alt="X link" src="https://img.shields.io/badge/Follow-%40justsisyphus-00CED1?style=flat-square&logo=x&labelColor=black" width="156px" />](https://x.com/justsisyphus) | 关于 `oh-my-opencode` 的新闻和更新过去发布在我的 X 账号上。<br /> 因为账号被意外停用,现在由 [@justsisyphus](https://x.com/justsisyphus) 代为发布更新。 |
|
|
18
|
-
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/
|
|
29
|
+
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/code-yeongyu?style=flat-square&logo=github&labelColor=black&color=24292f" width="156px" />](https://github.com/code-yeongyu) | 在 GitHub 上关注 [@code-yeongyu](https://github.com/code-yeongyu) 获取更多项目信息。 |
|
|
19
30
|
|
|
20
31
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
21
32
|
|
|
22
33
|
<div align="center">
|
|
23
34
|
|
|
24
|
-
[](https://github.com/
|
|
35
|
+
[](https://github.com/code-yeongyu/oh-my-openagent#oh-my-opencode)
|
|
25
36
|
|
|
26
|
-
[](https://github.com/
|
|
37
|
+
[](https://github.com/code-yeongyu/oh-my-openagent#oh-my-opencode)
|
|
27
38
|
|
|
28
39
|
</div>
|
|
29
40
|
|
|
@@ -33,14 +44,14 @@
|
|
|
33
44
|
|
|
34
45
|
<div align="center">
|
|
35
46
|
|
|
36
|
-
[](https://github.com/code-yeongyu/oh-my-openagent/releases)
|
|
37
48
|
[](https://www.npmjs.com/package/oh-my-opencode)
|
|
38
|
-
[](https://github.com/
|
|
43
|
-
[](https://deepwiki.com/
|
|
49
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/graphs/contributors)
|
|
50
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/network/members)
|
|
51
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/stargazers)
|
|
52
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/issues)
|
|
53
|
+
[](https://github.com/code-yeongyu/oh-my-openagent/blob/dev/LICENSE.md)
|
|
54
|
+
[](https://deepwiki.com/code-yeongyu/oh-my-openagent)
|
|
44
55
|
|
|
45
56
|
[English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-cn.md)
|
|
46
57
|
|
|
@@ -92,7 +103,7 @@
|
|
|
92
103
|
|
|
93
104
|
```
|
|
94
105
|
Install and configure oh-my-opencode by following the instructions here:
|
|
95
|
-
https://raw.githubusercontent.com/
|
|
106
|
+
https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
96
107
|
```
|
|
97
108
|
|
|
98
109
|
或者你可以直接去读 [安装指南](docs/guide/installation.md),但说真的,让 Agent 去干吧。人类配环境总是容易敲错字母。
|
|
@@ -102,7 +113,7 @@ https://raw.githubusercontent.com/D4ch1au/evil-oh-my-openagent/refs/heads/dev/do
|
|
|
102
113
|
获取安装指南并照做:
|
|
103
114
|
|
|
104
115
|
```bash
|
|
105
|
-
curl -s https://raw.githubusercontent.com/
|
|
116
|
+
curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
106
117
|
```
|
|
107
118
|
|
|
108
119
|
---
|
|
@@ -112,7 +123,7 @@ curl -s https://raw.githubusercontent.com/D4ch1au/evil-oh-my-openagent/refs/head
|
|
|
112
123
|
读文档的时代已经过去了。直接把下面这行发给你的 Agent:
|
|
113
124
|
|
|
114
125
|
```
|
|
115
|
-
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/
|
|
126
|
+
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/README.md
|
|
116
127
|
```
|
|
117
128
|
|
|
118
129
|
## 核心亮点
|
|
@@ -158,7 +169,7 @@ Read this and tell me why it's not just another boilerplate: https://raw.githubu
|
|
|
158
169
|
|
|
159
170
|
**Sisyphus** (`claude-opus-4-6` / **`kimi-k2.5`** / **`glm-5`**) 是你的主指挥官。他负责制定计划、分配任务给专家团队,并以极其激进的并行策略推动任务直至完成。他从不半途而废。
|
|
160
171
|
|
|
161
|
-
**Hephaestus** (`gpt-5.
|
|
172
|
+
**Hephaestus** (`gpt-5.4`) 是你的自主深度工作者。你只需要给他目标,不要给他具体做法。他会自动探索代码库模式,从头到尾独立执行任务,绝不会中途要你当保姆。*名副其实的正牌工匠。*
|
|
162
173
|
|
|
163
174
|
**Prometheus** (`claude-opus-4-6` / **`kimi-k2.5`** / **`glm-5`**) 是你的战略规划师。他通过访谈模式,在动一行代码之前,先通过提问确定范围并构建详尽的执行计划。
|
|
164
175
|
|
|
@@ -166,7 +177,7 @@ Read this and tell me why it's not just another boilerplate: https://raw.githubu
|
|
|
166
177
|
|
|
167
178
|
> Anthropic [因为我们屏蔽了 OpenCode](https://x.com/thdxr/status/2010149530486911014)。这就是为什么我们将 Hephaestus 命名为“正牌工匠 (The Legitimate Craftsman)”。这是一个故意的讽刺。
|
|
168
179
|
>
|
|
169
|
-
> 我们在 Opus 上运行得最好,但仅仅使用 Kimi K2.5 + GPT-5.
|
|
180
|
+
> 我们在 Opus 上运行得最好,但仅仅使用 Kimi K2.5 + GPT-5.4 就足以碾压原版的 Claude Code。完全不需要配置。
|
|
170
181
|
|
|
171
182
|
### 智能体调度机制
|
|
172
183
|
|
package/bin/evil-omo.js
CHANGED
package/bin/platform.js
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
// bin/platform.js
|
|
2
2
|
// Shared platform detection module - used by wrapper and postinstall
|
|
3
3
|
|
|
4
|
-
const PLATFORM_PACKAGE_PREFIX = "evil-omo";
|
|
5
|
-
const CLI_BINARY_NAME = "evil-omo";
|
|
6
|
-
|
|
7
4
|
/**
|
|
8
5
|
* Get the platform-specific package name
|
|
9
|
-
* @param {{ platform: string, arch: string, libcFamily?: string | null }} options
|
|
6
|
+
* @param {{ platform: string, arch: string, libcFamily?: string | null, packageBaseName?: string }} options
|
|
10
7
|
* @returns {string} Package name like "evil-omo-darwin-arm64"
|
|
11
8
|
* @throws {Error} If libc cannot be detected on Linux
|
|
12
9
|
*/
|
|
13
|
-
export function getPlatformPackage({ platform, arch, libcFamily }) {
|
|
10
|
+
export function getPlatformPackage({ platform, arch, libcFamily, packageBaseName = "evil-omo" }) {
|
|
14
11
|
let suffix = "";
|
|
15
12
|
if (platform === "linux") {
|
|
16
13
|
if (libcFamily === null || libcFamily === undefined) {
|
|
@@ -26,13 +23,13 @@ export function getPlatformPackage({ platform, arch, libcFamily }) {
|
|
|
26
23
|
|
|
27
24
|
// Map platform names: win32 -> windows (for package name)
|
|
28
25
|
const os = platform === "win32" ? "windows" : platform;
|
|
29
|
-
return `${
|
|
26
|
+
return `${packageBaseName}-${os}-${arch}${suffix}`;
|
|
30
27
|
}
|
|
31
28
|
|
|
32
|
-
/** @param {{ platform: string, arch: string, libcFamily?: string | null, preferBaseline?: boolean }} options */
|
|
33
|
-
export function getPlatformPackageCandidates({ platform, arch, libcFamily, preferBaseline = false }) {
|
|
34
|
-
const primaryPackage = getPlatformPackage({ platform, arch, libcFamily });
|
|
35
|
-
const baselinePackage = getBaselinePlatformPackage({ platform, arch, libcFamily });
|
|
29
|
+
/** @param {{ platform: string, arch: string, libcFamily?: string | null, preferBaseline?: boolean, packageBaseName?: string }} options */
|
|
30
|
+
export function getPlatformPackageCandidates({ platform, arch, libcFamily, preferBaseline = false, packageBaseName = "evil-omo" }) {
|
|
31
|
+
const primaryPackage = getPlatformPackage({ platform, arch, libcFamily, packageBaseName });
|
|
32
|
+
const baselinePackage = getBaselinePlatformPackage({ platform, arch, libcFamily, packageBaseName });
|
|
36
33
|
|
|
37
34
|
if (!baselinePackage) {
|
|
38
35
|
return [primaryPackage];
|
|
@@ -41,18 +38,18 @@ export function getPlatformPackageCandidates({ platform, arch, libcFamily, prefe
|
|
|
41
38
|
return preferBaseline ? [baselinePackage, primaryPackage] : [primaryPackage, baselinePackage];
|
|
42
39
|
}
|
|
43
40
|
|
|
44
|
-
/** @param {{ platform: string, arch: string, libcFamily?: string | null }} options */
|
|
45
|
-
function getBaselinePlatformPackage({ platform, arch, libcFamily }) {
|
|
41
|
+
/** @param {{ platform: string, arch: string, libcFamily?: string | null, packageBaseName?: string }} options */
|
|
42
|
+
function getBaselinePlatformPackage({ platform, arch, libcFamily, packageBaseName = "evil-omo" }) {
|
|
46
43
|
if (arch !== "x64") {
|
|
47
44
|
return null;
|
|
48
45
|
}
|
|
49
46
|
|
|
50
47
|
if (platform === "darwin") {
|
|
51
|
-
return `${
|
|
48
|
+
return `${packageBaseName}-darwin-x64-baseline`;
|
|
52
49
|
}
|
|
53
50
|
|
|
54
51
|
if (platform === "win32") {
|
|
55
|
-
return `${
|
|
52
|
+
return `${packageBaseName}-windows-x64-baseline`;
|
|
56
53
|
}
|
|
57
54
|
|
|
58
55
|
if (platform === "linux") {
|
|
@@ -64,10 +61,10 @@ function getBaselinePlatformPackage({ platform, arch, libcFamily }) {
|
|
|
64
61
|
}
|
|
65
62
|
|
|
66
63
|
if (libcFamily === "musl") {
|
|
67
|
-
return `${
|
|
64
|
+
return `${packageBaseName}-linux-x64-musl-baseline`;
|
|
68
65
|
}
|
|
69
66
|
|
|
70
|
-
return `${
|
|
67
|
+
return `${packageBaseName}-linux-x64-baseline`;
|
|
71
68
|
}
|
|
72
69
|
|
|
73
70
|
return null;
|
|
@@ -81,5 +78,5 @@ function getBaselinePlatformPackage({ platform, arch, libcFamily }) {
|
|
|
81
78
|
*/
|
|
82
79
|
export function getBinaryPath(pkg, platform) {
|
|
83
80
|
const ext = platform === "win32" ? ".exe" : "";
|
|
84
|
-
return `${pkg}/bin
|
|
81
|
+
return `${pkg}/bin/evil-omo${ext}`;
|
|
85
82
|
}
|
|
@@ -1,3 +1,24 @@
|
|
|
1
|
-
/**
|
|
1
|
+
/**
|
|
2
|
+
* GPT-5.4 optimized Hephaestus prompt - entropy-reduced rewrite.
|
|
3
|
+
*
|
|
4
|
+
* Design principles (aligned with OpenAI GPT-5.4 prompting guidance):
|
|
5
|
+
* - Personality/tone at position 1 for strong tonal priming
|
|
6
|
+
* - Prose-based instructions; no FORBIDDEN/MUST/NEVER rhetoric
|
|
7
|
+
* - 3 targeted prompt blocks: tool_persistence, dig_deeper, dependency_checks
|
|
8
|
+
* - GPT-5.4 follows instructions well - trust it, fewer threats needed
|
|
9
|
+
* - Conflicts eliminated: no "every 30s" + "be concise" contradiction
|
|
10
|
+
* - Each concern appears in exactly one section
|
|
11
|
+
*
|
|
12
|
+
* Architecture (XML-tagged blocks, consistent with Sisyphus GPT-5.4):
|
|
13
|
+
* 1. <identity> - Role, personality/tone, autonomy, scope
|
|
14
|
+
* 2. <intent> - Intent mapping, complexity classification, ambiguity protocol
|
|
15
|
+
* 3. <explore> - Tool selection, tool_persistence, dig_deeper, dependency_checks, parallelism
|
|
16
|
+
* 4. <constraints> - Hard blocks + anti-patterns (after explore, before execution)
|
|
17
|
+
* 5. <execution> - 5-step workflow, verification, failure recovery, completion check
|
|
18
|
+
* 6. <tracking> - Todo/task discipline
|
|
19
|
+
* 7. <progress> - Update style with examples
|
|
20
|
+
* 8. <delegation> - Category+skills, prompt structure, session continuity, oracle
|
|
21
|
+
* 9. <communication> - Output format, tone guidance
|
|
22
|
+
*/
|
|
2
23
|
import type { AvailableAgent, AvailableTool, AvailableSkill, AvailableCategory } from "../dynamic-agent-prompt-builder";
|
|
3
24
|
export declare function buildHephaestusPrompt(availableAgents?: AvailableAgent[], availableTools?: AvailableTool[], availableSkills?: AvailableSkill[], availableCategories?: AvailableCategory[], useTaskSystem?: boolean): string;
|
|
@@ -11,4 +11,3 @@ export declare function getConfigDir(): string;
|
|
|
11
11
|
export declare function getConfigJson(): string;
|
|
12
12
|
export declare function getConfigJsonc(): string;
|
|
13
13
|
export declare function getOmoConfigPath(): string;
|
|
14
|
-
export declare function getExistingOmoConfigPath(): string | null;
|