@skj1724/oh-my-opencode 3.18.26 → 3.18.28
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 +16 -16
- package/README.ko.md +16 -16
- package/README.md +19 -19
- package/README.ru.md +8 -8
- package/README.zh-cn.md +16 -16
- package/bin/oh-my-opencode.js +4 -2
- package/bin/platform.js +2 -2
- package/bin/platform.test.ts +25 -0
- package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-16.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-17.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-18.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-19.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/packages/pkg-one/src/file-20.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-01.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-02.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-03.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-04.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-05.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-06.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-07.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-08.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-09.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/app/file-10.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-11.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-12.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-13.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-14.d.ts +1 -0
- package/dist/__tests__/perf/fixtures/in-tree/src/lib/file-15.d.ts +1 -0
- package/dist/agents/atlas/agent.d.ts +2 -3
- package/dist/agents/atlas/default-prompt-sections.d.ts +6 -6
- package/dist/agents/atlas/gemini-prompt-sections.d.ts +6 -6
- package/dist/agents/atlas/gpt-prompt-sections.d.ts +6 -6
- package/dist/agents/atlas/prompt-section-builder.d.ts +3 -3
- package/dist/agents/builtin-agents/atlas-agent.d.ts +0 -2
- package/dist/agents/builtin-agents/environment-context.d.ts +0 -1
- package/dist/agents/builtin-agents/general-agents.d.ts +0 -1
- package/dist/agents/builtin-agents/hephaestus-agent.d.ts +0 -1
- package/dist/agents/builtin-agents/sisyphus-agent.d.ts +0 -1
- package/dist/agents/builtin-agents.d.ts +1 -1
- package/dist/agents/dynamic-agent-category-skills-guide.d.ts +1 -1
- package/dist/agents/dynamic-agent-core-sections.d.ts +14 -9
- package/dist/agents/dynamic-agent-policy-sections.d.ts +5 -5
- package/dist/agents/dynamic-agent-tool-categorization.d.ts +1 -1
- package/dist/agents/env-context.d.ts +7 -1
- package/dist/agents/hephaestus/agent.d.ts +2 -2
- package/dist/agents/hephaestus/gpt-5-3-codex.d.ts +9 -9
- package/dist/agents/hephaestus/gpt-5-4.d.ts +18 -18
- package/dist/agents/hephaestus/gpt-5-5.d.ts +13 -0
- package/dist/agents/hephaestus/gpt.d.ts +1 -1
- package/dist/agents/metis.d.ts +9 -9
- package/dist/agents/momus.d.ts +10 -11
- package/dist/agents/prometheus/behavioral-summary.d.ts +3 -3
- package/dist/agents/prometheus/gemini.d.ts +7 -7
- package/dist/agents/prometheus/gpt.d.ts +6 -6
- package/dist/agents/prometheus/high-accuracy-mode.d.ts +3 -3
- package/dist/agents/prometheus/identity-constraints.d.ts +3 -4
- package/dist/agents/prometheus/interview-mode.d.ts +3 -3
- package/dist/agents/prometheus/plan-generation.d.ts +4 -4
- package/dist/agents/prometheus/plan-template.d.ts +4 -4
- package/dist/agents/prometheus/system-prompt.d.ts +10 -10
- package/dist/agents/sisyphus/default.d.ts +3 -3
- package/dist/agents/sisyphus/gemini.d.ts +10 -10
- package/dist/agents/sisyphus/gpt-5-4.d.ts +18 -18
- package/dist/agents/sisyphus/gpt-5-5.d.ts +18 -0
- package/dist/agents/sisyphus/index.d.ts +1 -0
- package/dist/agents/sisyphus-junior/agent.d.ts +2 -2
- package/dist/agents/sisyphus-junior/default.d.ts +5 -5
- package/dist/agents/sisyphus-junior/gemini.d.ts +6 -6
- package/dist/agents/sisyphus-junior/gpt-5-3-codex.d.ts +4 -4
- package/dist/agents/sisyphus-junior/gpt-5-4.d.ts +7 -7
- package/dist/agents/sisyphus-junior/gpt-5-5.d.ts +12 -0
- package/dist/agents/sisyphus-junior/gpt.d.ts +5 -5
- package/dist/agents/sisyphus-junior/index.d.ts +1 -0
- package/dist/agents/sisyphus.d.ts +2 -3
- package/dist/agents/types.d.ts +2 -1
- package/dist/cli/index.js +2298 -3321
- package/dist/config/schema/agent-overrides.d.ts +0 -15
- package/dist/config/schema/commands.d.ts +0 -2
- package/dist/config/schema/oh-my-opencode-config.d.ts +0 -19
- package/dist/features/builtin-commands/templates/init-deep.d.ts +1 -1
- package/dist/features/builtin-commands/templates/ralph-loop.d.ts +3 -3
- package/dist/features/builtin-commands/templates/refactor.d.ts +1 -1
- package/dist/features/builtin-commands/templates/remove-ai-slops.d.ts +1 -1
- package/dist/features/builtin-commands/types.d.ts +1 -2
- package/dist/features/builtin-skills/skills/git-master-sections/commit-workflow.d.ts +1 -1
- package/dist/hooks/atlas/system-reminder-templates.d.ts +6 -6
- package/dist/hooks/auto-update-checker/constants.d.ts +1 -1
- package/dist/hooks/compaction-context-injector/compaction-context-prompt.d.ts +1 -1
- package/dist/hooks/keyword-detector/analyze/default.d.ts +8 -8
- package/dist/hooks/keyword-detector/search/default.d.ts +8 -8
- package/dist/hooks/keyword-detector/ultrawork/default.d.ts +6 -6
- package/dist/hooks/keyword-detector/ultrawork/gemini.d.ts +12 -12
- package/dist/hooks/keyword-detector/ultrawork/gpt.d.ts +7 -7
- package/dist/hooks/keyword-detector/ultrawork/planner.d.ts +3 -3
- package/dist/hooks/prometheus-md-only/constants.d.ts +2 -2
- package/dist/hooks/todo-continuation-enforcer/constants.d.ts +1 -1
- package/dist/index.js +9436 -10471
- package/dist/oh-my-opencode.schema.json +3 -57
- package/dist/plugin-handlers/prometheus-agent-config-builder.d.ts +1 -5
- package/dist/shared/logger.d.ts +0 -1
- package/dist/shared/model-capabilities/supplemental-entries.d.ts +2 -0
- package/dist/shared/plugin-identity.d.ts +4 -4
- package/dist/shared/system-directive.d.ts +1 -2
- package/dist/tools/ast-grep/pattern-hints.d.ts +4 -0
- package/dist/tools/ast-grep/tool-descriptions.d.ts +3 -0
- package/dist/tools/call-omo-agent/constants.d.ts +1 -1
- package/dist/tools/delegate-task/prompt-builder.d.ts +2 -2
- package/package.json +104 -98
- package/postinstall.mjs +133 -35
- package/dist/agents/load-prompt-template.d.ts +0 -1
- package/dist/agents/prompts-zh/index.d.ts +0 -16
- package/dist/agents/types/language.d.ts +0 -3
- package/dist/config/schema/i18n.d.ts +0 -21
- package/dist/features/builtin-commands/templates/open-plan.d.ts +0 -1
- package/src/agents/prompts-zh/atlas.md +0 -657
- package/src/agents/prompts-zh/general-agents.md +0 -401
- package/src/agents/prompts-zh/hephaestus.md +0 -391
- package/src/agents/prompts-zh/index.ts +0 -17
- package/src/agents/prompts-zh/metis.md +0 -284
- package/src/agents/prompts-zh/momus.md +0 -181
- package/src/agents/prompts-zh/oracle.md +0 -206
- package/src/agents/prompts-zh/prometheus.md +0 -1327
- package/src/agents/prompts-zh/sisyphus-junior.md +0 -29
- package/src/agents/prompts-zh/sisyphus.md +0 -387
package/README.ja.md
CHANGED
|
@@ -26,15 +26,15 @@
|
|
|
26
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` ユーザーと交流しましょう。 |
|
|
27
27
|
> | :-----| :----- |
|
|
28
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) が代わりにアップデートを投稿しています。 |
|
|
29
|
-
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/
|
|
29
|
+
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/skj1724?style=flat-square&logo=github&labelColor=black&color=24292f" width="156px" />](https://github.com/skj1724) | さらに多くのプロジェクトを見たい場合は、GitHubで [@skj1724](https://github.com/skj1724) をフォローしてください。 |
|
|
30
30
|
|
|
31
31
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
32
32
|
|
|
33
33
|
<div align="center">
|
|
34
34
|
|
|
35
|
-
[](https://github.com/
|
|
35
|
+
[](https://github.com/skj1724/oh-my-openagent#oh-my-opencode)
|
|
36
36
|
|
|
37
|
-
[](https://github.com/
|
|
37
|
+
[](https://github.com/skj1724/oh-my-openagent#oh-my-opencode)
|
|
38
38
|
|
|
39
39
|
</div>
|
|
40
40
|
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
|
|
45
45
|
<div align="center">
|
|
46
46
|
|
|
47
|
-
[](https://www.npmjs.com/package/oh-my-opencode)
|
|
49
|
-
[](https://github.com/
|
|
54
|
-
[](https://deepwiki.com/
|
|
47
|
+
[](https://github.com/skj1724/oh-my-openagent/releases)
|
|
48
|
+
[](https://www.npmjs.com/package/@skj1724/oh-my-opencode)
|
|
49
|
+
[](https://github.com/skj1724/oh-my-openagent/graphs/contributors)
|
|
50
|
+
[](https://github.com/skj1724/oh-my-openagent/network/members)
|
|
51
|
+
[](https://github.com/skj1724/oh-my-openagent/stargazers)
|
|
52
|
+
[](https://github.com/skj1724/oh-my-openagent/issues)
|
|
53
|
+
[](https://github.com/skj1724/oh-my-openagent/blob/dev/LICENSE.md)
|
|
54
|
+
[](https://deepwiki.com/skj1724/oh-my-openagent)
|
|
55
55
|
|
|
56
56
|
[English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-cn.md)
|
|
57
57
|
|
|
@@ -101,8 +101,8 @@ OmOをインストールして、`ultrawork`とタイプしてください。狂
|
|
|
101
101
|
以下のプロンプトをコピーして、あなたのLLMエージェント(Claude Code、AmpCode、Cursorなど)に貼り付けてください:
|
|
102
102
|
|
|
103
103
|
```
|
|
104
|
-
Install and configure oh-my-opencode by following the instructions here:
|
|
105
|
-
https://raw.githubusercontent.com/
|
|
104
|
+
Install and configure @skj1724/oh-my-opencode by following the instructions here:
|
|
105
|
+
https://raw.githubusercontent.com/skj1724/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
106
106
|
```
|
|
107
107
|
|
|
108
108
|
もしくは[インストールガイド](docs/guide/installation.md)を直接読んでもいいですが、マジでエージェントにやらせてください。人間は設定で必ずタイポします。
|
|
@@ -112,10 +112,10 @@ https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/do
|
|
|
112
112
|
インストールガイドを取得して、それに従ってください:
|
|
113
113
|
|
|
114
114
|
```bash
|
|
115
|
-
curl -s https://raw.githubusercontent.com/
|
|
115
|
+
curl -s https://raw.githubusercontent.com/skj1724/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
116
116
|
```
|
|
117
117
|
|
|
118
|
-
**注記**:
|
|
118
|
+
**注記**: 公開されているパッケージは `@skj1724/oh-my-opencode` です。バイナリ名は `oh-my-opencode` のままです。`opencode.json` 内では、互換性レイヤーがプラグインエントリ `oh-my-openagent` を優先しますが、従来の `oh-my-opencode` エントリも警告付きで読み込まれます。プラグイン設定ファイルは依然として `oh-my-opencode.json` または `oh-my-opencode.jsonc` を使用するのが一般的で、移行期間中は従来のファイル名と改名後のファイル名の両方が認識されます。
|
|
119
119
|
|
|
120
120
|
匿名のテレメトリは、インストールとランタイムの信頼性向上のためにデフォルトで有効になっています。これは PostHog を使用し、生のホスト名ではなくハッシュ化されたインストール識別子を使用します。無効化するには `OMO_SEND_ANONYMOUS_TELEMETRY=0` または `OMO_DISABLE_POSTHOG=1` を設定してください。[プライバシーポリシー](docs/legal/privacy-policy.md)と[利用規約](docs/legal/terms-of-service.md)をご覧ください。
|
|
121
121
|
|
|
@@ -126,7 +126,7 @@ curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/head
|
|
|
126
126
|
ドキュメントを読む時代は終わりました。このテキストをエージェントに貼り付けるだけです:
|
|
127
127
|
|
|
128
128
|
```
|
|
129
|
-
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/
|
|
129
|
+
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/skj1724/oh-my-openagent/refs/heads/dev/README.md
|
|
130
130
|
```
|
|
131
131
|
|
|
132
132
|
## ハイライト
|
package/README.ko.md
CHANGED
|
@@ -21,15 +21,15 @@
|
|
|
21
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` 사용자들과 소통하세요. |
|
|
22
22
|
> | :-----| :----- |
|
|
23
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)가 대신 업데이트를 게시하고 있습니다. |
|
|
24
|
-
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/
|
|
24
|
+
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/skj1724?style=flat-square&logo=github&labelColor=black&color=24292f" width="156px" />](https://github.com/skj1724) | 더 많은 프로젝트를 보려면 GitHub에서 [@skj1724](https://github.com/skj1724)를 팔로우하세요. |
|
|
25
25
|
|
|
26
26
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
27
27
|
|
|
28
28
|
<div align="center">
|
|
29
29
|
|
|
30
|
-
[](https://github.com/
|
|
30
|
+
[](https://github.com/skj1724/oh-my-openagent#oh-my-opencode)
|
|
31
31
|
|
|
32
|
-
[](https://github.com/
|
|
32
|
+
[](https://github.com/skj1724/oh-my-openagent#oh-my-opencode)
|
|
33
33
|
|
|
34
34
|
</div>
|
|
35
35
|
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
|
|
40
40
|
<div align="center">
|
|
41
41
|
|
|
42
|
-
[](https://www.npmjs.com/package/oh-my-opencode)
|
|
44
|
-
[](https://github.com/
|
|
49
|
-
[](https://deepwiki.com/
|
|
42
|
+
[](https://github.com/skj1724/oh-my-openagent/releases)
|
|
43
|
+
[](https://www.npmjs.com/package/@skj1724/oh-my-opencode)
|
|
44
|
+
[](https://github.com/skj1724/oh-my-openagent/graphs/contributors)
|
|
45
|
+
[](https://github.com/skj1724/oh-my-openagent/network/members)
|
|
46
|
+
[](https://github.com/skj1724/oh-my-openagent/stargazers)
|
|
47
|
+
[](https://github.com/skj1724/oh-my-openagent/issues)
|
|
48
|
+
[](https://github.com/skj1724/oh-my-openagent/blob/dev/LICENSE.md)
|
|
49
|
+
[](https://deepwiki.com/skj1724/oh-my-openagent)
|
|
50
50
|
|
|
51
51
|
[English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-cn.md)
|
|
52
52
|
|
|
@@ -95,8 +95,8 @@ OmO 설치하고. `ultrawork` 치세요. 끝.
|
|
|
95
95
|
다음 프롬프트를 복사해서 여러분의 LLM 에이전트(Claude Code, AmpCode, Cursor 등)에 붙여넣으세요:
|
|
96
96
|
|
|
97
97
|
```
|
|
98
|
-
Install and configure oh-my-opencode by following the instructions here:
|
|
99
|
-
https://raw.githubusercontent.com/
|
|
98
|
+
Install and configure @skj1724/oh-my-opencode by following the instructions here:
|
|
99
|
+
https://raw.githubusercontent.com/skj1724/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
100
100
|
```
|
|
101
101
|
|
|
102
102
|
아니면 [설치 가이드](docs/guide/installation.md)를 직접 읽으셔도 되지만, 진심으로 그냥 에이전트한테 시키세요. 사람은 설정하다 꼭 오타 냅니다.
|
|
@@ -106,10 +106,10 @@ https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/do
|
|
|
106
106
|
설치 가이드를 가져와서 따라 하세요:
|
|
107
107
|
|
|
108
108
|
```bash
|
|
109
|
-
curl -s https://raw.githubusercontent.com/
|
|
109
|
+
curl -s https://raw.githubusercontent.com/skj1724/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
110
110
|
```
|
|
111
111
|
|
|
112
|
-
**참고**: 배포된
|
|
112
|
+
**참고**: 배포된 패키지는 `@skj1724/oh-my-opencode`입니다. 바이너리 이름은 `oh-my-opencode`를 유지합니다. `opencode.json` 내부에서는 호환성 레이어가 이제 플러그인 엔트리 `oh-my-openagent`를 우선시하며, 레거시 `oh-my-opencode` 엔트리는 경고와 함께 여전히 로드됩니다. 플러그인 설정 파일은 여전히 일반적으로 `oh-my-opencode.json` 또는 `oh-my-opencode.jsonc`를 사용하며, 전환 기간 동안 레거시와 변경된 basename 모두 인식됩니다.
|
|
113
113
|
|
|
114
114
|
익명 텔레메트리는 설치 및 런타임 안정성 개선을 위해 기본적으로 활성화되어 있습니다. PostHog를 사용하며 해시된 설치 식별자를 사용하고 원시 호스트명은 절대 사용하지 않습니다. `OMO_SEND_ANONYMOUS_TELEMETRY=0` 또는 `OMO_DISABLE_POSTHOG=1`로 비활성화할 수 있습니다. [개인정보처리방침](docs/legal/privacy-policy.md)과 [서비스 이용약관](docs/legal/terms-of-service.md)을 참조하세요.
|
|
115
115
|
|
|
@@ -120,7 +120,7 @@ curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/head
|
|
|
120
120
|
문서 읽는 시대는 지났습니다. 그냥 이 텍스트를 에이전트한테 붙여넣으세요:
|
|
121
121
|
|
|
122
122
|
```
|
|
123
|
-
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/
|
|
123
|
+
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/skj1724/oh-my-openagent/refs/heads/dev/README.md
|
|
124
124
|
```
|
|
125
125
|
|
|
126
126
|
## 핵심 기능
|
package/README.md
CHANGED
|
@@ -16,18 +16,18 @@
|
|
|
16
16
|
> [!TIP]
|
|
17
17
|
> Be with us!
|
|
18
18
|
>
|
|
19
|
-
> | [<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) | Join our [Discord community](https://discord.gg/PUwSMR9XNk) to connect with contributors and fellow
|
|
19
|
+
> | [<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) | Join our [Discord community](https://discord.gg/PUwSMR9XNk) to connect with contributors and fellow `@skj1724/oh-my-opencode` users. |
|
|
20
20
|
> | :-----| :----- |
|
|
21
21
|
> | [<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) | News and updates for `oh-my-opencode` used to be posted on my X account. <br /> Since it was suspended mistakenly, [@justsisyphus](https://x.com/justsisyphus) now posts updates on my behalf. |
|
|
22
|
-
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/
|
|
22
|
+
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/skj1724?style=flat-square&logo=github&labelColor=black&color=24292f" width="156px" />](https://github.com/skj1724) | Follow [@skj1724](https://github.com/skj1724) on GitHub for more projects. |
|
|
23
23
|
|
|
24
24
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
25
25
|
|
|
26
26
|
<div align="center">
|
|
27
27
|
|
|
28
|
-
[](https://github.com/
|
|
28
|
+
[](https://github.com/skj1724/oh-my-openagent#oh-my-opencode)
|
|
29
29
|
|
|
30
|
-
[](https://github.com/
|
|
30
|
+
[](https://github.com/skj1724/oh-my-openagent#oh-my-opencode)
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
</div>
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
|
|
41
41
|
<div align="center">
|
|
42
42
|
|
|
43
|
-
[](https://www.npmjs.com/package/oh-my-opencode)
|
|
45
|
-
[](https://github.com/
|
|
50
|
-
[](https://deepwiki.com/
|
|
43
|
+
[](https://github.com/skj1724/oh-my-openagent/releases)
|
|
44
|
+
[](https://www.npmjs.com/package/@skj1724/oh-my-opencode)
|
|
45
|
+
[](https://github.com/skj1724/oh-my-openagent/graphs/contributors)
|
|
46
|
+
[](https://github.com/skj1724/oh-my-openagent/network/members)
|
|
47
|
+
[](https://github.com/skj1724/oh-my-openagent/stargazers)
|
|
48
|
+
[](https://github.com/skj1724/oh-my-openagent/issues)
|
|
49
|
+
[](https://github.com/skj1724/oh-my-openagent/blob/dev/LICENSE.md)
|
|
50
|
+
[](https://deepwiki.com/skj1724/oh-my-openagent)
|
|
51
51
|
|
|
52
52
|
[English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-cn.md)
|
|
53
53
|
|
|
@@ -97,8 +97,8 @@ Install OmO. Type `ultrawork`. Done.
|
|
|
97
97
|
Copy and paste this prompt to your LLM agent (Claude Code, AmpCode, Cursor, etc.):
|
|
98
98
|
|
|
99
99
|
```
|
|
100
|
-
Install and configure oh-my-opencode by following the instructions here:
|
|
101
|
-
https://raw.githubusercontent.com/
|
|
100
|
+
Install and configure @skj1724/oh-my-opencode by following the instructions here:
|
|
101
|
+
https://raw.githubusercontent.com/skj1724/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
102
102
|
```
|
|
103
103
|
|
|
104
104
|
Or read the [Installation Guide](docs/guide/installation.md), but seriously, let an agent do it. Humans fat-finger configs.
|
|
@@ -108,10 +108,10 @@ Or read the [Installation Guide](docs/guide/installation.md), but seriously, let
|
|
|
108
108
|
Fetch the installation guide and follow it:
|
|
109
109
|
|
|
110
110
|
```bash
|
|
111
|
-
curl -s https://raw.githubusercontent.com/
|
|
111
|
+
curl -s https://raw.githubusercontent.com/skj1724/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
112
112
|
```
|
|
113
113
|
|
|
114
|
-
**Note**:
|
|
114
|
+
**Note**: The published package is `@skj1724/oh-my-opencode`; the binary name is still `oh-my-opencode`. Inside `opencode.json`, the compatibility layer now prefers the plugin entry `oh-my-openagent`, while legacy `oh-my-opencode` entries still load with a warning. Plugin config files still commonly use `oh-my-opencode.json` or `oh-my-opencode.jsonc`, and both legacy and renamed basenames are recognized during the transition.
|
|
115
115
|
|
|
116
116
|
Anonymous telemetry is enabled by default to help improve install and runtime reliability. It uses PostHog with a hashed installation identifier, never the raw hostname, and can be disabled with `OMO_SEND_ANONYMOUS_TELEMETRY=0` or `OMO_DISABLE_POSTHOG=1`. See [Privacy Policy](docs/legal/privacy-policy.md) and [Terms of Service](docs/legal/terms-of-service.md).
|
|
117
117
|
|
|
@@ -122,7 +122,7 @@ Anonymous telemetry is enabled by default to help improve install and runtime re
|
|
|
122
122
|
We're past the era of reading docs. Just paste this into your agent:
|
|
123
123
|
|
|
124
124
|
```
|
|
125
|
-
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/skj1724/oh-my-openagent/refs/heads/dev/README.md
|
|
126
126
|
```
|
|
127
127
|
|
|
128
128
|
## Highlights
|
|
@@ -321,7 +321,7 @@ See full [Features Documentation](docs/reference/features.md).
|
|
|
321
321
|
- **Built-in MCPs**: websearch (Exa), context7 (docs), grep_app (GitHub search)
|
|
322
322
|
- **Session Tools**: List, read, search, and analyze session history
|
|
323
323
|
- **Productivity Features**: Ralph Loop, Todo Enforcer, Comment Checker, Think Mode, and more
|
|
324
|
-
- **Doctor Command**: Built-in diagnostics (`bunx oh-my-opencode doctor`) verify plugin registration, config, models, and environment
|
|
324
|
+
- **Doctor Command**: Built-in diagnostics (`bunx @skj1724/oh-my-opencode doctor`) verify plugin registration, config, models, and environment
|
|
325
325
|
- **Model Fallbacks**: `fallback_models` can mix plain model strings with per-fallback object settings in the same array
|
|
326
326
|
- **File Prompts**: Load prompts from files with `file://` support in agent configurations
|
|
327
327
|
- **Session Recovery**: Automatic recovery from session errors, context window limits, and API failures
|
|
@@ -334,7 +334,7 @@ Opinionated defaults, adjustable if you insist.
|
|
|
334
334
|
See [Configuration Documentation](docs/reference/configuration.md).
|
|
335
335
|
|
|
336
336
|
**Quick Overview:**
|
|
337
|
-
- **Config Locations**: The compatibility layer recognizes both `oh-my-openagent.json[c]` and legacy
|
|
337
|
+
- **Config Locations**: The compatibility layer recognizes both `oh-my-openagent.json[c]` and legacy `@skj1724/oh-my-opencode.json[c]` plugin config files. Existing installs still commonly use the legacy basename.
|
|
338
338
|
- **JSONC Support**: Comments and trailing commas supported
|
|
339
339
|
- **Agents**: Override models, temperatures, prompts, and permissions for any agent
|
|
340
340
|
- **Built-in Skills**: `playwright` (browser automation), `git-master` (atomic commits)
|
package/README.ru.md
CHANGED
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
> | [](https://discord.gg/PUwSMR9XNk) | Вступайте в наш [Discord](https://discord.gg/PUwSMR9XNk), чтобы общаться с контрибьюторами и пользователями `oh-my-opencode`. |
|
|
27
27
|
> | ----------------------------------- | ------------------------------------------------------------ |
|
|
28
28
|
> | [](https://x.com/justsisyphus) | Новости и обновления `oh-my-opencode` раньше публиковались на моём аккаунте X. <br /> После ошибочной блокировки, [@justsisyphus](https://x.com/justsisyphus) публикует обновления вместо меня. |
|
|
29
|
-
> | [](https://github.com/
|
|
29
|
+
> | [](https://github.com/skj1724) | Подпишитесь на [@skj1724](https://github.com/skj1724) на GitHub, чтобы следить за другими проектами. |
|
|
30
30
|
|
|
31
31
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> --> <div align="center">
|
|
32
32
|
|
|
33
|
-
[](https://github.com/
|
|
33
|
+
[](https://github.com/skj1724/oh-my-openagent#oh-my-opencode)
|
|
34
34
|
|
|
35
|
-
[](https://github.com/
|
|
35
|
+
[](https://github.com/skj1724/oh-my-openagent#oh-my-opencode)
|
|
36
36
|
|
|
37
37
|
</div>
|
|
38
38
|
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
<div align="center">
|
|
44
44
|
|
|
45
|
-
[](https://github.com/skj1724/oh-my-openagent/releases) [](https://www.npmjs.com/package/@skj1724/oh-my-opencode) [](https://github.com/skj1724/oh-my-openagent/graphs/contributors) [](https://github.com/skj1724/oh-my-openagent/network/members) [](https://github.com/skj1724/oh-my-openagent/stargazers) [](https://github.com/skj1724/oh-my-openagent/issues) [](https://github.com/skj1724/oh-my-openagent/blob/master/LICENSE.md) [](https://deepwiki.com/skj1724/oh-my-openagent)
|
|
46
46
|
|
|
47
47
|
English | 한국어 | 日本語 | 简体中文 | Русский
|
|
48
48
|
|
|
@@ -87,8 +87,8 @@ English | 한국어 | 日本語 | 简体中文 | Русский
|
|
|
87
87
|
Скопируйте и вставьте этот промпт в ваш LLM-агент (Claude Code, AmpCode, Cursor и т.д.):
|
|
88
88
|
|
|
89
89
|
```
|
|
90
|
-
Install and configure oh-my-opencode by following the instructions here:
|
|
91
|
-
https://raw.githubusercontent.com/
|
|
90
|
+
Install and configure @skj1724/oh-my-opencode by following the instructions here:
|
|
91
|
+
https://raw.githubusercontent.com/skj1724/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
92
92
|
```
|
|
93
93
|
|
|
94
94
|
Или прочитайте руководство по установке, но серьёзно — пусть агент сделает это за вас. Люди ошибаются в конфигах.
|
|
@@ -98,7 +98,7 @@ https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/do
|
|
|
98
98
|
Загрузите руководство по установке и следуйте ему:
|
|
99
99
|
|
|
100
100
|
```bash
|
|
101
|
-
curl -s https://raw.githubusercontent.com/
|
|
101
|
+
curl -s https://raw.githubusercontent.com/skj1724/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
102
102
|
```
|
|
103
103
|
|
|
104
104
|
**Примечание**: Используйте опубликованное имя пакета и бинарника `oh-my-opencode`. Внутри `opencode.json` слой совместимости теперь предпочитает точку входа плагина `oh-my-openagent`, в то время как устаревшие записи `oh-my-opencode` все еще загружаются с предупреждением. Файлы конфигурации плагина по-прежнему часто используют `oh-my-opencode.json` или `oh-my-opencode.jsonc`, и как устаревшие, так и переименованные базовые имена распознаются во время переходного периода.
|
|
@@ -112,7 +112,7 @@ curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/head
|
|
|
112
112
|
Мы вышли за пределы эпохи чтения документации. Просто вставьте это в своего агента:
|
|
113
113
|
|
|
114
114
|
```
|
|
115
|
-
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/
|
|
115
|
+
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/skj1724/oh-my-openagent/refs/heads/dev/README.md
|
|
116
116
|
```
|
|
117
117
|
|
|
118
118
|
## Ключевые возможности
|
package/README.zh-cn.md
CHANGED
|
@@ -26,15 +26,15 @@
|
|
|
26
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` 用户交流。 |
|
|
27
27
|
> | :-----| :----- |
|
|
28
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) 代为发布更新。 |
|
|
29
|
-
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/
|
|
29
|
+
> | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/skj1724?style=flat-square&logo=github&labelColor=black&color=24292f" width="156px" />](https://github.com/skj1724) | 在 GitHub 上关注 [@skj1724](https://github.com/skj1724) 获取更多项目信息。 |
|
|
30
30
|
|
|
31
31
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
32
32
|
|
|
33
33
|
<div align="center">
|
|
34
34
|
|
|
35
|
-
[](https://github.com/
|
|
35
|
+
[](https://github.com/skj1724/oh-my-openagent#oh-my-opencode)
|
|
36
36
|
|
|
37
|
-
[](https://github.com/
|
|
37
|
+
[](https://github.com/skj1724/oh-my-openagent#oh-my-opencode)
|
|
38
38
|
|
|
39
39
|
</div>
|
|
40
40
|
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
|
|
45
45
|
<div align="center">
|
|
46
46
|
|
|
47
|
-
[](https://www.npmjs.com/package/oh-my-opencode)
|
|
49
|
-
[](https://github.com/
|
|
54
|
-
[](https://deepwiki.com/
|
|
47
|
+
[](https://github.com/skj1724/oh-my-openagent/releases)
|
|
48
|
+
[](https://www.npmjs.com/package/@skj1724/oh-my-opencode)
|
|
49
|
+
[](https://github.com/skj1724/oh-my-openagent/graphs/contributors)
|
|
50
|
+
[](https://github.com/skj1724/oh-my-openagent/network/members)
|
|
51
|
+
[](https://github.com/skj1724/oh-my-openagent/stargazers)
|
|
52
|
+
[](https://github.com/skj1724/oh-my-openagent/issues)
|
|
53
|
+
[](https://github.com/skj1724/oh-my-openagent/blob/dev/LICENSE.md)
|
|
54
|
+
[](https://deepwiki.com/skj1724/oh-my-openagent)
|
|
55
55
|
|
|
56
56
|
[English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-cn.md)
|
|
57
57
|
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
复制并粘贴以下提示词到你的 LLM Agent (Claude Code, AmpCode, Cursor 等):
|
|
103
103
|
|
|
104
104
|
```
|
|
105
|
-
Install and configure oh-my-opencode by following the instructions here:
|
|
106
|
-
https://raw.githubusercontent.com/
|
|
105
|
+
Install and configure @skj1724/oh-my-opencode by following the instructions here:
|
|
106
|
+
https://raw.githubusercontent.com/skj1724/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
107
107
|
```
|
|
108
108
|
|
|
109
109
|
或者你可以直接去读 [安装指南](docs/guide/installation.md),但说真的,让 Agent 去干吧。人类配环境总是容易敲错字母。
|
|
@@ -113,10 +113,10 @@ https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/do
|
|
|
113
113
|
获取安装指南并照做:
|
|
114
114
|
|
|
115
115
|
```bash
|
|
116
|
-
curl -s https://raw.githubusercontent.com/
|
|
116
|
+
curl -s https://raw.githubusercontent.com/skj1724/oh-my-openagent/refs/heads/dev/docs/guide/installation.md
|
|
117
117
|
```
|
|
118
118
|
|
|
119
|
-
|
|
119
|
+
**注意**:已发布的包名为 `@skj1724/oh-my-opencode`;二进制名仍为 `oh-my-opencode`。在 `opencode.json` 中,兼容性层现在优先使用插件入口 `oh-my-openagent`,而旧的 `oh-my-opencode` 条目仍会加载并显示警告。插件配置文件通常仍使用 `oh-my-opencode.json` 或 `oh-my-opencode.jsonc`,在过渡期间新旧两种文件名都会被识别。
|
|
120
120
|
|
|
121
121
|
匿名遥测默认开启,用于帮助提升安装和运行时的可靠性。它使用 PostHog,并采用哈希化的安装标识符,绝不会使用原始主机名,可通过 `OMO_SEND_ANONYMOUS_TELEMETRY=0` 或 `OMO_DISABLE_POSTHOG=1` 禁用。详见 [隐私政策](docs/legal/privacy-policy.md) 和 [服务条款](docs/legal/terms-of-service.md)。
|
|
122
122
|
|
|
@@ -127,7 +127,7 @@ curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/head
|
|
|
127
127
|
读文档的时代已经过去了。直接把下面这行发给你的 Agent:
|
|
128
128
|
|
|
129
129
|
```
|
|
130
|
-
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/
|
|
130
|
+
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/skj1724/oh-my-openagent/refs/heads/dev/README.md
|
|
131
131
|
```
|
|
132
132
|
|
|
133
133
|
## 核心亮点
|
package/bin/oh-my-opencode.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
1
|
+
#!/usr/bin/env node
|
|
2
2
|
// bin/oh-my-opencode.js
|
|
3
3
|
// Wrapper script that detects platform and spawns the correct binary
|
|
4
4
|
|
|
@@ -74,7 +74,9 @@ function getSignalExitCode(signal) {
|
|
|
74
74
|
function getPackageBaseName() {
|
|
75
75
|
try {
|
|
76
76
|
const packageJson = JSON.parse(readFileSync(new URL("../package.json", import.meta.url), "utf8"));
|
|
77
|
-
|
|
77
|
+
const name = packageJson.name || "oh-my-opencode";
|
|
78
|
+
// Scoped packages (@scope/name) -> extract base name for platform packages (which are unscoped)
|
|
79
|
+
return name.startsWith("@") ? name.split("/")[1] : name;
|
|
78
80
|
} catch {
|
|
79
81
|
return "oh-my-opencode";
|
|
80
82
|
}
|
package/bin/platform.js
CHANGED
|
@@ -27,7 +27,7 @@ export function getPlatformPackage({ platform, arch, libcFamily, packageBaseName
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
/** @param {{ platform: string, arch: string, libcFamily?: string | null, preferBaseline?: boolean, packageBaseName?: string }} options */
|
|
30
|
-
export function getPlatformPackageCandidates({ platform, arch, libcFamily, preferBaseline = false, packageBaseName = "
|
|
30
|
+
export function getPlatformPackageCandidates({ platform, arch, libcFamily, preferBaseline = false, packageBaseName = "oh-my-opencode" }) {
|
|
31
31
|
const primaryPackage = getPlatformPackage({ platform, arch, libcFamily, packageBaseName });
|
|
32
32
|
const baselinePackage = getBaselinePlatformPackage({ platform, arch, libcFamily, packageBaseName });
|
|
33
33
|
|
|
@@ -39,7 +39,7 @@ export function getPlatformPackageCandidates({ platform, arch, libcFamily, prefe
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
/** @param {{ platform: string, arch: string, libcFamily?: string | null, packageBaseName?: string }} options */
|
|
42
|
-
function getBaselinePlatformPackage({ platform, arch, libcFamily, packageBaseName = "
|
|
42
|
+
function getBaselinePlatformPackage({ platform, arch, libcFamily, packageBaseName = "oh-my-opencode" }) {
|
|
43
43
|
if (arch !== "x64") {
|
|
44
44
|
return null;
|
|
45
45
|
}
|
package/bin/platform.test.ts
CHANGED
|
@@ -205,6 +205,31 @@ describe("getPlatformPackageCandidates", () => {
|
|
|
205
205
|
"oh-my-openagent-linux-x64-baseline",
|
|
206
206
|
]);
|
|
207
207
|
});
|
|
208
|
+
test("works with scoped package name (@scope/name) using extracted base name", () => {
|
|
209
|
+
// #given scoped package @skj1724/oh-my-opencode with extracted base name
|
|
210
|
+
const input = { platform: "darwin", arch: "arm64", packageBaseName: "oh-my-opencode" };
|
|
211
|
+
|
|
212
|
+
// #when getting platform package
|
|
213
|
+
const result = getPlatformPackage(input);
|
|
214
|
+
|
|
215
|
+
// #then returns correct package name using base name from scoped package
|
|
216
|
+
expect(result).toBe("oh-my-opencode-darwin-arm64");
|
|
217
|
+
});
|
|
218
|
+
|
|
219
|
+
test("candidates work with scoped package name (@scope/name) using extracted base name", () => {
|
|
220
|
+
// #given scoped package @skj1724/oh-my-opencode with extracted base name
|
|
221
|
+
const input = { platform: "linux", arch: "x64", libcFamily: "glibc", packageBaseName: "oh-my-opencode" };
|
|
222
|
+
|
|
223
|
+
// #when getting platform package candidates
|
|
224
|
+
const result = getPlatformPackageCandidates(input);
|
|
225
|
+
|
|
226
|
+
// #then returns correct candidates using base name from scoped package
|
|
227
|
+
expect(result).toEqual([
|
|
228
|
+
"oh-my-opencode-linux-x64",
|
|
229
|
+
"oh-my-opencode-linux-x64-baseline",
|
|
230
|
+
]);
|
|
231
|
+
});
|
|
232
|
+
|
|
208
233
|
test("returns only one candidate for ARM64", () => {
|
|
209
234
|
// #given non-x64 platform
|
|
210
235
|
const input = { platform: "linux", arch: "arm64", libcFamily: "glibc" };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file16 = 16;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file17 = 17;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file18 = 18;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file19 = 19;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file20 = 20;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file01 = 1;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file02 = 2;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file03 = 3;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file04 = 4;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file05 = 5;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file06 = 6;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file07 = 7;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file08 = 8;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file09 = 9;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file10 = 10;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file11 = 11;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file12 = 12;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file13 = 13;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file14 = 14;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const file15 = 15;
|
|
@@ -23,12 +23,11 @@ export interface OrchestratorContext {
|
|
|
23
23
|
availableAgents?: AvailableAgent[];
|
|
24
24
|
availableSkills?: AvailableSkill[];
|
|
25
25
|
userCategories?: Record<string, CategoryConfig>;
|
|
26
|
-
language?: string;
|
|
27
26
|
}
|
|
28
27
|
/**
|
|
29
|
-
* Gets the appropriate Atlas prompt based on model
|
|
28
|
+
* Gets the appropriate Atlas prompt based on model.
|
|
30
29
|
*/
|
|
31
|
-
export declare function getAtlasPrompt(model?: string
|
|
30
|
+
export declare function getAtlasPrompt(model?: string): string;
|
|
32
31
|
export declare function createAtlasAgent(ctx: OrchestratorContext): AgentConfig;
|
|
33
32
|
export declare namespace createAtlasAgent {
|
|
34
33
|
var mode: "primary";
|