oh-my-opencode 2.5.1 → 2.5.2
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/LICENSE.md +82 -0
- package/README.ja.md +29 -25
- package/README.ko.md +29 -25
- package/README.md +29 -25
- package/README.zh-cn.md +29 -25
- package/dist/agents/document-writer.d.ts +1 -0
- package/dist/agents/explore.d.ts +1 -0
- package/dist/agents/frontend-ui-ux-engineer.d.ts +1 -0
- package/dist/agents/librarian.d.ts +1 -0
- package/dist/agents/multimodal-looker.d.ts +1 -0
- package/dist/agents/types.d.ts +3 -1
- package/dist/cli/config-manager.d.ts +0 -1
- package/dist/cli/index.js +2 -3
- package/dist/config/schema.d.ts +21 -0
- package/dist/hooks/claude-code-hooks/config-loader.d.ts +1 -0
- package/dist/hooks/claude-code-hooks/index.d.ts +5 -0
- package/dist/hooks/claude-code-hooks/pre-compact.d.ts +16 -0
- package/dist/hooks/claude-code-hooks/types.d.ts +17 -1
- package/dist/hooks/non-interactive-env/detector.d.ts +1 -0
- package/dist/hooks/non-interactive-env/index.d.ts +1 -0
- package/dist/hooks/session-notification.test.d.ts +1 -0
- package/dist/hooks/todo-continuation-enforcer.d.ts +5 -1
- package/dist/index.js +295 -54
- package/package.json +2 -2
- package/LICENSE +0 -21
package/LICENSE.md
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
# License
|
|
2
|
+
|
|
3
|
+
Portions of this software are licensed as follows:
|
|
4
|
+
|
|
5
|
+
- All third party components incorporated into the oh-my-opencode Software are licensed under the original license
|
|
6
|
+
provided by the owner of the applicable component.
|
|
7
|
+
- Content outside of the above mentioned files or restrictions is available under the "Sustainable Use
|
|
8
|
+
License" as defined below.
|
|
9
|
+
|
|
10
|
+
## Sustainable Use License
|
|
11
|
+
|
|
12
|
+
Version 1.0
|
|
13
|
+
|
|
14
|
+
### Acceptance
|
|
15
|
+
|
|
16
|
+
By using the software, you agree to all of the terms and conditions below.
|
|
17
|
+
|
|
18
|
+
### Copyright License
|
|
19
|
+
|
|
20
|
+
The licensor grants you a non-exclusive, royalty-free, worldwide, non-sublicensable, non-transferable license
|
|
21
|
+
to use, copy, distribute, make available, and prepare derivative works of the software, in each case subject
|
|
22
|
+
to the limitations below.
|
|
23
|
+
|
|
24
|
+
### Limitations
|
|
25
|
+
|
|
26
|
+
You may use or modify the software only for your own internal business purposes or for non-commercial or
|
|
27
|
+
personal use. You may distribute the software or provide it to others only if you do so free of charge for
|
|
28
|
+
non-commercial purposes. You may not alter, remove, or obscure any licensing, copyright, or other notices of
|
|
29
|
+
the licensor in the software. Any use of the licensor's trademarks is subject to applicable law.
|
|
30
|
+
|
|
31
|
+
### Patents
|
|
32
|
+
|
|
33
|
+
The licensor grants you a license, under any patent claims the licensor can license, or becomes able to
|
|
34
|
+
license, to make, have made, use, sell, offer for sale, import and have imported the software, in each case
|
|
35
|
+
subject to the limitations and conditions in this license. This license does not cover any patent claims that
|
|
36
|
+
you cause to be infringed by modifications or additions to the software. If you or your company make any
|
|
37
|
+
written claim that the software infringes or contributes to infringement of any patent, your patent license
|
|
38
|
+
for the software granted under these terms ends immediately. If your company makes such a claim, your patent
|
|
39
|
+
license ends immediately for work on behalf of your company.
|
|
40
|
+
|
|
41
|
+
### Notices
|
|
42
|
+
|
|
43
|
+
You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these
|
|
44
|
+
terms. If you modify the software, you must include in any modified copies of the software a prominent notice
|
|
45
|
+
stating that you have modified the software.
|
|
46
|
+
|
|
47
|
+
### No Other Rights
|
|
48
|
+
|
|
49
|
+
These terms do not imply any licenses other than those expressly granted in these terms.
|
|
50
|
+
|
|
51
|
+
### Termination
|
|
52
|
+
|
|
53
|
+
If you use the software in violation of these terms, such use is not licensed, and your license will
|
|
54
|
+
automatically terminate. If the licensor provides you with a notice of your violation, and you cease all
|
|
55
|
+
violation of this license no later than 30 days after you receive that notice, your license will be reinstated
|
|
56
|
+
retroactively. However, if you violate these terms after such reinstatement, any additional violation of these
|
|
57
|
+
terms will cause your license to terminate automatically and permanently.
|
|
58
|
+
|
|
59
|
+
### No Liability
|
|
60
|
+
|
|
61
|
+
As far as the law allows, the software comes as is, without any warranty or condition, and the licensor will
|
|
62
|
+
not be liable to you for any damages arising out of these terms or the use or nature of the software, under
|
|
63
|
+
any kind of legal claim.
|
|
64
|
+
|
|
65
|
+
### Definitions
|
|
66
|
+
|
|
67
|
+
The "licensor" is the entity offering these terms.
|
|
68
|
+
|
|
69
|
+
The "software" is the software the licensor makes available under these terms, including any portion of it.
|
|
70
|
+
|
|
71
|
+
"You" refers to the individual or entity agreeing to these terms.
|
|
72
|
+
|
|
73
|
+
"Your company" is any legal entity, sole proprietorship, or other kind of organization that you work for, plus
|
|
74
|
+
all organizations that have control over, are under the control of, or are under common control with that
|
|
75
|
+
organization. Control means ownership of substantially all the assets of an entity, or the power to direct its
|
|
76
|
+
management and policies by vote, contract, or otherwise. Control can be direct or indirect.
|
|
77
|
+
|
|
78
|
+
"Your license" is the license granted to you for the software under these terms.
|
|
79
|
+
|
|
80
|
+
"Use" means anything you do with the software requiring your license.
|
|
81
|
+
|
|
82
|
+
"Trademark" means trademarks, service marks, and similar rights.
|
package/README.ja.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
> [!NOTE]
|
|
2
|
+
>
|
|
3
|
+
> *「私はエージェントが生成したコードと人間が書いたコードを区別できない、しかしはるかに多くのことを達成できる世界を作り、ソフトウェア革命を起こすことを目指しています。私はこの旅に個人的な時間、情熱、そして資金を注ぎ込んできましたし、これからもそうし続けます。」*
|
|
4
|
+
>
|
|
5
|
+
> 一緒に歩みましょう!
|
|
6
|
+
>
|
|
7
|
+
> | [<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/PWpXmbhF) | [Discordコミュニティ](https://discord.gg/PWpXmbhF)に参加して、コントリビューターや`oh-my-opencode`仲間とつながりましょう。 |
|
|
8
|
+
> | :-----| :----- |
|
|
9
|
+
> | [<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)が代わりに更新を投稿しています。 |
|
|
10
|
+
> | [<img alt="Sponsor" src="https://img.shields.io/badge/Sponsor-❤-ff69b4?style=flat-square&logo=github-sponsors&labelColor=black" width="156px" />](https://github.com/sponsors/code-yeongyu) | [スポンサーになって](https://github.com/sponsors/code-yeongyu) `oh-my-opencode` の開発を応援してください。皆さまのご支援がこのプロジェクトを成長させます。 |
|
|
2
11
|
|
|
3
12
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
4
13
|
|
|
@@ -23,7 +32,7 @@
|
|
|
23
32
|
[](https://github.com/code-yeongyu/oh-my-opencode/network/members)
|
|
24
33
|
[](https://github.com/code-yeongyu/oh-my-opencode/stargazers)
|
|
25
34
|
[](https://github.com/code-yeongyu/oh-my-opencode/issues)
|
|
26
|
-
[](https://github.com/code-yeongyu/oh-my-opencode/blob/master/LICENSE.md)
|
|
27
36
|
|
|
28
37
|
[English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-cn.md)
|
|
29
38
|
|
|
@@ -31,6 +40,24 @@
|
|
|
31
40
|
|
|
32
41
|
<!-- </CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
33
42
|
|
|
43
|
+
## ユーザーレビュー
|
|
44
|
+
|
|
45
|
+
> "人間が3ヶ月かかる仕事をClaude Codeが7日でやるなら、Sisyphusは1時間でやります。タスクが完了するまでただ動き続ける。It is a discipline agent." — B, Quant Researcher
|
|
46
|
+
|
|
47
|
+
> "Oh My Opencodeを使って、たった1日で8000個のeslint警告を解消しました" — [Jacob Ferrari](https://x.com/jacobferrari_/status/2003258761952289061)
|
|
48
|
+
|
|
49
|
+
> "これをコアに取り入れて彼を採用すべきです。マジで。本当に、本当に、本当に良いです" — Henning Kilset
|
|
50
|
+
|
|
51
|
+
> "@yeon_gyu_kimを説得できるなら雇うべきです。彼はopencodeに革命を起こしました" — [mysticaltech](https://x.com/mysticaltech/status/2001858758608376079)
|
|
52
|
+
|
|
53
|
+
> "やばい、これマジで本物だ @androolloyd oh my opencode 最高すぎる" — [z80.eth](https://x.com/0xz80/status/2001815226505924791)
|
|
54
|
+
|
|
55
|
+
> "oh-my-opencodeを使ってください、もう戻れませんよ" — [d0t3ch](https://x.com/d0t3ch/status/2001685618200580503)
|
|
56
|
+
|
|
57
|
+
> "Oh My Opencodeは頂点に立っています、敵はいません" — [RyanOnThePath](https://x.com/RyanOnThePath/status/2001438321252118548)
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
34
61
|
## 目次
|
|
35
62
|
|
|
36
63
|
- [Oh My OpenCode](#oh-my-opencode)
|
|
@@ -843,29 +870,6 @@ OpenCode が Debian / ArchLinux だとしたら、Oh My OpenCode は Ubuntu / [O
|
|
|
843
870
|
|
|
844
871
|
*素晴らしいヒーロー画像を作成してくれた [@junhoyeo](https://github.com/junhoyeo) に感謝します*
|
|
845
872
|
|
|
846
|
-
## ユーザーレビュー
|
|
847
|
-
|
|
848
|
-
> "人間が3ヶ月かかる仕事をClaude Codeが7日でやるなら、Sisyphusは1時間でやります"
|
|
849
|
-
> -- B, Quant Researcher
|
|
850
|
-
|
|
851
|
-
> "Oh My Opencodeを使って、たった1日で8000個のeslint警告を解消しました"
|
|
852
|
-
> -- Jacob Ferrari, from [X](https://x.com/jacobferrari_/status/2003258761952289061)
|
|
853
|
-
|
|
854
|
-
> "@yeon_gyu_kimを説得できるなら雇うべきです。彼はopencodeに革命を起こしました"
|
|
855
|
-
> -- [Sam Altmanの投稿へ](https://x.com/mysticaltech/status/2001858758608376079)
|
|
856
|
-
|
|
857
|
-
> "これをコアに取り入れて彼を採用すべきです。マジで。本当に、本当に、本当に良いです"
|
|
858
|
-
> -- Henning Kilset, from X
|
|
859
|
-
|
|
860
|
-
> "やばい、これマジで本物だ @androolloyd oh my opencode 最高すぎる"
|
|
861
|
-
> -- z80.eth, from [X](https://x.com/0xz80/status/2001815226505924791)
|
|
862
|
-
|
|
863
|
-
> "oh-my-opencodeを使ってください、もう戻れませんよ"
|
|
864
|
-
> -- [d0t3ch](https://x.com/d0t3ch/status/2001685618200580503)
|
|
865
|
-
|
|
866
|
-
> "Oh My Opencodeは頂点に立っています、敵はいません"
|
|
867
|
-
> -- [RyanOnThePath](https://x.com/RyanOnThePath/status/2001438321252118548)
|
|
868
|
-
|
|
869
873
|
## こちらの企業の専門家にご愛用いただいています
|
|
870
874
|
|
|
871
875
|
- [Indent](https://indentcorp.com)
|
package/README.ko.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
> [!NOTE]
|
|
2
|
+
>
|
|
3
|
+
> *"저는 에이전트가 생성한 코드와 인간이 작성한 코드를 구분할 수 없으면서도, 훨씬 더 많은 것을 달성할 수 있는 세상을 만들어 소프트웨어 혁명을 일으키고자 합니다. 저는 이 여정에 개인적인 시간, 열정, 그리고 자금을 쏟아부었고, 앞으로도 계속 그렇게 할 것입니다."*
|
|
4
|
+
>
|
|
5
|
+
> 함께해주세요!
|
|
6
|
+
>
|
|
7
|
+
> | [<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/PWpXmbhF) | [Discord 커뮤니티](https://discord.gg/PWpXmbhF)에서 기여자들과 `oh-my-opencode` 사용자들을 만나보세요. |
|
|
8
|
+
> | :-----| :----- |
|
|
9
|
+
> | [<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)가 대신 소식을 전하고 있습니다. |
|
|
10
|
+
> | [<img alt="Sponsor" src="https://img.shields.io/badge/Sponsor-❤-ff69b4?style=flat-square&logo=github-sponsors&labelColor=black" width="156px" />](https://github.com/sponsors/code-yeongyu) | [스폰서가 되어](https://github.com/sponsors/code-yeongyu) `oh-my-opencode` 개발을 응원해주세요. 여러분의 후원이 이 프로젝트를 계속 성장시킵니다. |
|
|
2
11
|
|
|
3
12
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
4
13
|
|
|
@@ -20,7 +29,7 @@
|
|
|
20
29
|
[](https://github.com/code-yeongyu/oh-my-opencode/network/members)
|
|
21
30
|
[](https://github.com/code-yeongyu/oh-my-opencode/stargazers)
|
|
22
31
|
[](https://github.com/code-yeongyu/oh-my-opencode/issues)
|
|
23
|
-
[](https://github.com/code-yeongyu/oh-my-opencode/blob/master/LICENSE.md)
|
|
24
33
|
|
|
25
34
|
[English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-cn.md)
|
|
26
35
|
|
|
@@ -28,6 +37,24 @@
|
|
|
28
37
|
|
|
29
38
|
<!-- </CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
30
39
|
|
|
40
|
+
## 사용자 후기
|
|
41
|
+
|
|
42
|
+
> "인간이 3달 동안 할 일을 claude code 가 7일만에 해준다면, 시지푸스는 1시간만에 해준다. 작업이 완료되기 전까지 그저 잘 작동한다. It is a discipline agent." — B, Quant Researcher
|
|
43
|
+
|
|
44
|
+
> "Oh My Opencode를 사용해서, 단 하루만에 8000개의 eslint 경고를 해결했습니다" — [Jacob Ferrari](https://x.com/jacobferrari_/status/2003258761952289061)
|
|
45
|
+
|
|
46
|
+
> "이걸 코어에 넣고 그를 채용해야 합니다. 진심으로요. 이건 정말, 정말, 정말 좋습니다." — Henning Kilset
|
|
47
|
+
|
|
48
|
+
> "@yeon_gyu_kim 을 설득할 수 있다면 고용하세요, 이 사람은 opencode를 혁신했습니다." — [mysticaltech](https://x.com/mysticaltech/status/2001858758608376079)
|
|
49
|
+
|
|
50
|
+
> "와 미쳤다 @androolloyd 이건 진짜다 oh my opencode 개쩐다" — [z80.eth](https://x.com/0xz80/status/2001815226505924791)
|
|
51
|
+
|
|
52
|
+
> "oh-my-opencode를 쓰세요, 절대 돌아갈 수 없을 겁니다" — [d0t3ch](https://x.com/d0t3ch/status/2001685618200580503)
|
|
53
|
+
|
|
54
|
+
> "Oh My Opencode는 독보적입니다, 경쟁자가 없습니다" — [RyanOnThePath](https://x.com/RyanOnThePath/status/2001438321252118548)
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
31
58
|
## 목차
|
|
32
59
|
|
|
33
60
|
- [Oh My OpenCode](#oh-my-opencode)
|
|
@@ -837,29 +864,6 @@ OpenCode 를 사용하여 이 프로젝트의 99% 를 작성했습니다. 기능
|
|
|
837
864
|
|
|
838
865
|
*멋진 히어로 이미지를 만들어주신 히어로 [@junhoyeo](https://github.com/junhoyeo) 께 감사드립니다*
|
|
839
866
|
|
|
840
|
-
## 사용자 후기
|
|
841
|
-
|
|
842
|
-
> "인간이 3달 동안 할 일을 claude code 가 7일만에 해준다면, 시지푸스는 1시간만에 해준다"
|
|
843
|
-
> -- B, Quant Researcher
|
|
844
|
-
|
|
845
|
-
> "Oh My Opencode를 사용해서, 단 하루만에 8000개의 eslint 경고를 해결했습니다"
|
|
846
|
-
> -- Jacob Ferrari, from [X](https://x.com/jacobferrari_/status/2003258761952289061)
|
|
847
|
-
|
|
848
|
-
> "@yeon_gyu_kim 을 설득할 수 있다면 고용하세요, 이 사람은 opencode를 혁신했습니다."
|
|
849
|
-
> -- [to Sam Altman's post](https://x.com/mysticaltech/status/2001858758608376079)
|
|
850
|
-
|
|
851
|
-
> "이걸 코어에 넣고 그를 채용해야 합니다. 진심으로요. 이건 정말, 정말, 정말 좋습니다."
|
|
852
|
-
> -- Henning Kilset, from X
|
|
853
|
-
|
|
854
|
-
> "와 미쳤다 @androolloyd 이건 진짜다 oh my opencode 개쩐다"
|
|
855
|
-
> -- z80.eth, from [X](https://x.com/0xz80/status/2001815226505924791)
|
|
856
|
-
|
|
857
|
-
> "oh-my-opencode를 쓰세요, 절대 돌아갈 수 없을 겁니다"
|
|
858
|
-
> -- [d0t3ch](https://x.com/d0t3ch/status/2001685618200580503)
|
|
859
|
-
|
|
860
|
-
> "Oh My Opencode는 독보적입니다, 경쟁자가 없습니다"
|
|
861
|
-
> -- [RyanOnThePath](https://x.com/RyanOnThePath/status/2001438321252118548)
|
|
862
|
-
|
|
863
867
|
## 다음 기업의 능력있는 개인들이 사용하고 있습니다
|
|
864
868
|
|
|
865
869
|
- [Indent](https://indentcorp.com)
|
package/README.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
> [!NOTE]
|
|
2
|
+
>
|
|
3
|
+
> *"I aim to spark a software revolution by creating a world where agent-generated code is indistinguishable from human code, yet capable of achieving vastly more. I have poured my personal time, passion, and funds into this journey, and I will continue to do so."*
|
|
4
|
+
>
|
|
5
|
+
> Be with us!
|
|
6
|
+
>
|
|
7
|
+
> | [<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/PWpXmbhF) | Join our [Discord community](https://discord.gg/PWpXmbhF) to connect with contributors and fellow `oh-my-opencode` users. |
|
|
8
|
+
> | :-----| :----- |
|
|
9
|
+
> | [<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. |
|
|
10
|
+
> | [<img alt="Sponsor" src="https://img.shields.io/badge/Sponsor-❤-ff69b4?style=flat-square&logo=github-sponsors&labelColor=black" width="156px" />](https://github.com/sponsors/code-yeongyu) | Support the development of `oh-my-opencode` by [becoming a sponsor](https://github.com/sponsors/code-yeongyu). Your contribution helps keep this project alive and growing. |
|
|
2
11
|
|
|
3
12
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
4
13
|
|
|
@@ -28,7 +37,7 @@ No stupid token consumption massive subagents here. No bloat tools here.
|
|
|
28
37
|
[](https://github.com/code-yeongyu/oh-my-opencode/network/members)
|
|
29
38
|
[](https://github.com/code-yeongyu/oh-my-opencode/stargazers)
|
|
30
39
|
[](https://github.com/code-yeongyu/oh-my-opencode/issues)
|
|
31
|
-
[](https://github.com/code-yeongyu/oh-my-opencode/blob/master/LICENSE.md)
|
|
32
41
|
|
|
33
42
|
[English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-cn.md)
|
|
34
43
|
|
|
@@ -36,6 +45,24 @@ No stupid token consumption massive subagents here. No bloat tools here.
|
|
|
36
45
|
|
|
37
46
|
<!-- </CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
38
47
|
|
|
48
|
+
## Reviews
|
|
49
|
+
|
|
50
|
+
> "If Claude Code does in 7 days what a human does in 3 months, Sisyphus does it in 1 hour. It just works until the task is done. It is a discipline agent." — B, Quant Researcher
|
|
51
|
+
|
|
52
|
+
> "Knocked out 8000 eslint warnings with Oh My Opencode, just in a day" — [Jacob Ferrari](https://x.com/jacobferrari_/status/2003258761952289061)
|
|
53
|
+
|
|
54
|
+
> "You guys should pull this into core and recruit him. Seriously. It's really, really, really good." — Henning Kilset
|
|
55
|
+
|
|
56
|
+
> "Hire @yeon_gyu_kim if you can convince him, this dude has revolutionized opencode." — [mysticaltech](https://x.com/mysticaltech/status/2001858758608376079)
|
|
57
|
+
|
|
58
|
+
> "ok yeah holy shit @androolloyd this thing is legit oh my opencode is sick" — [z80.eth](https://x.com/0xz80/status/2001815226505924791)
|
|
59
|
+
|
|
60
|
+
> "use oh-my-opencode, you will never go back" — [d0t3ch](https://x.com/d0t3ch/status/2001685618200580503)
|
|
61
|
+
|
|
62
|
+
> "Oh My Opencode is king of the hill and has no contenders" — [RyanOnThePath](https://x.com/RyanOnThePath/status/2001438321252118548)
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
39
66
|
## Contents
|
|
40
67
|
|
|
41
68
|
- [Oh My OpenCode](#oh-my-opencode)
|
|
@@ -909,29 +936,6 @@ I have no affiliation with any project or model mentioned here. This is purely p
|
|
|
909
936
|
|
|
910
937
|
*Special thanks to [@junhoyeo](https://github.com/junhoyeo) for this amazing hero image.*
|
|
911
938
|
|
|
912
|
-
## Reviews
|
|
913
|
-
|
|
914
|
-
> "If Claude Code does in 7 days what human does in 3 months, Sisyphus does in 1 hour"
|
|
915
|
-
> -- B, Quant Researcher
|
|
916
|
-
|
|
917
|
-
> "Knocked out 8000 eslint warnings with Oh My Opencode, just in a day"
|
|
918
|
-
> -- Jacob Ferrari, from [X](https://x.com/jacobferrari_/status/2003258761952289061)
|
|
919
|
-
|
|
920
|
-
> "Hire @yeon_gyu_kim if you can convince him, this dude has revolutionized opencode."
|
|
921
|
-
> -- [to Sam Altman's post](https://x.com/mysticaltech/status/2001858758608376079)
|
|
922
|
-
|
|
923
|
-
> "You guys should pull this into core and recruit him. Seriously. It's really, really, really good."
|
|
924
|
-
> -- Henning Kilset, from X
|
|
925
|
-
|
|
926
|
-
> "ok yeah holy shit @androolloyd this thing is legit oh my opencode is sick"
|
|
927
|
-
> -- z80.eth, from [X](https://x.com/0xz80/status/2001815226505924791)
|
|
928
|
-
|
|
929
|
-
> "use oh-my-opencode, you will never go back"
|
|
930
|
-
> -- [d0t3ch](https://x.com/d0t3ch/status/2001685618200580503)
|
|
931
|
-
|
|
932
|
-
> "Oh My Opencode is king of the hill and has no contenders"
|
|
933
|
-
> -- [RyanOnThePath](https://x.com/RyanOnThePath/status/2001438321252118548)
|
|
934
|
-
|
|
935
939
|
## Loved by professionals at
|
|
936
940
|
|
|
937
941
|
- [Indent](https://indentcorp.com)
|
package/README.zh-cn.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
> [!NOTE]
|
|
2
|
+
>
|
|
3
|
+
> *"我致力于引发一场软件革命,创造一个AI生成的代码与人类代码无法区分、却能实现更多的世界。我已经在这段旅程中投入了个人时间、热情和资金,并将继续这样做。"*
|
|
4
|
+
>
|
|
5
|
+
> 与我们同行!
|
|
6
|
+
>
|
|
7
|
+
> | [<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/PWpXmbhF) | 加入我们的 [Discord 社区](https://discord.gg/PWpXmbhF),和贡献者们、`oh-my-opencode` 用户们一起交流。 |
|
|
8
|
+
> | :-----| :----- |
|
|
9
|
+
> | [<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) 替我发更新。 |
|
|
10
|
+
> | [<img alt="Sponsor" src="https://img.shields.io/badge/Sponsor-❤-ff69b4?style=flat-square&logo=github-sponsors&labelColor=black" width="156px" />](https://github.com/sponsors/code-yeongyu) | [成为赞助者](https://github.com/sponsors/code-yeongyu),支持 `oh-my-opencode` 的开发。您的支持让这个项目持续成长。 |
|
|
2
11
|
|
|
3
12
|
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
4
13
|
|
|
@@ -25,7 +34,7 @@
|
|
|
25
34
|
[](https://github.com/code-yeongyu/oh-my-opencode/network/members)
|
|
26
35
|
[](https://github.com/code-yeongyu/oh-my-opencode/stargazers)
|
|
27
36
|
[](https://github.com/code-yeongyu/oh-my-opencode/issues)
|
|
28
|
-
[](https://github.com/code-yeongyu/oh-my-opencode/blob/master/LICENSE.md)
|
|
29
38
|
|
|
30
39
|
[English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-cn.md)
|
|
31
40
|
|
|
@@ -33,6 +42,24 @@
|
|
|
33
42
|
|
|
34
43
|
<!-- </CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
35
44
|
|
|
45
|
+
## 用户评价
|
|
46
|
+
|
|
47
|
+
> "如果 Claude Code 能在 7 天内完成人类 3 个月的工作,那么 Sisyphus 只需要 1 小时。任务完成之前它就是一直干。It is a discipline agent." — B, Quant Researcher
|
|
48
|
+
|
|
49
|
+
> "只用了一天,就用 Oh My Opencode 干掉了 8000 个 eslint 警告" — [Jacob Ferrari](https://x.com/jacobferrari_/status/2003258761952289061)
|
|
50
|
+
|
|
51
|
+
> "你们应该把它合并到核心代码里并聘用他。认真的。这真的、真的、真的很好" — Henning Kilset
|
|
52
|
+
|
|
53
|
+
> "如果你能说服 @yeon_gyu_kim,就雇佣他吧,这家伙彻底改变了 opencode" — [mysticaltech](https://x.com/mysticaltech/status/2001858758608376079)
|
|
54
|
+
|
|
55
|
+
> "哇靠 @androolloyd 这玩意儿是真的,oh my opencode 太强了" — [z80.eth](https://x.com/0xz80/status/2001815226505924791)
|
|
56
|
+
|
|
57
|
+
> "用了 oh-my-opencode,你就回不去了" — [d0t3ch](https://x.com/d0t3ch/status/2001685618200580503)
|
|
58
|
+
|
|
59
|
+
> "Oh My Opencode 独孤求败,没有对手" — [RyanOnThePath](https://x.com/RyanOnThePath/status/2001438321252118548)
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
36
63
|
## 目录
|
|
37
64
|
|
|
38
65
|
- [Oh My OpenCode](#oh-my-opencode)
|
|
@@ -842,29 +869,6 @@ Oh My OpenCode 送你重构工具(重命名、代码操作)。
|
|
|
842
869
|
|
|
843
870
|
*感谢 [@junhoyeo](https://github.com/junhoyeo) 制作了这张超帅的 hero 图。*
|
|
844
871
|
|
|
845
|
-
## 用户评价
|
|
846
|
-
|
|
847
|
-
> "如果 Claude Code 能在 7 天内完成人类 3 个月的工作,那么 Sisyphus 只需要 1 小时"
|
|
848
|
-
> -- B, Quant Researcher
|
|
849
|
-
|
|
850
|
-
> "只用了一天,就用 Oh My Opencode 干掉了 8000 个 eslint 警告"
|
|
851
|
-
> -- Jacob Ferrari, from [X](https://x.com/jacobferrari_/status/2003258761952289061)
|
|
852
|
-
|
|
853
|
-
> "如果你能说服 @yeon_gyu_kim,就雇佣他吧,这家伙彻底彻底改变了 opencode"
|
|
854
|
-
> -- [回复 Sam Altman 的帖子](https://x.com/mysticaltech/status/2001858758608376079)
|
|
855
|
-
|
|
856
|
-
> "你们应该把它合并到核心代码里并聘用他。认真的。这真的、真的、真的很好"
|
|
857
|
-
> -- Henning Kilset, from X
|
|
858
|
-
|
|
859
|
-
> "哇靠 @androolloyd 这玩意儿是真的,oh my opencode 太强了"
|
|
860
|
-
> -- z80.eth, from [X](https://x.com/0xz80/status/2001815226505924791)
|
|
861
|
-
|
|
862
|
-
> "用了 oh-my-opencode,你就回不去了"
|
|
863
|
-
> -- [d0t3ch](https://x.com/d0t3ch/status/2001685618200580503)
|
|
864
|
-
|
|
865
|
-
> "Oh My Opencode 独孤求败,没有对手"
|
|
866
|
-
> -- [RyanOnThePath](https://x.com/RyanOnThePath/status/2001438321252118548)
|
|
867
|
-
|
|
868
872
|
## 以下企业的专业人士都在用
|
|
869
873
|
|
|
870
874
|
- [Indent](https://indentcorp.com)
|
package/dist/agents/explore.d.ts
CHANGED
package/dist/agents/types.d.ts
CHANGED
|
@@ -4,5 +4,7 @@ export declare function isGptModel(model: string): boolean;
|
|
|
4
4
|
export type BuiltinAgentName = "Sisyphus" | "oracle" | "librarian" | "explore" | "frontend-ui-ux-engineer" | "document-writer" | "multimodal-looker";
|
|
5
5
|
export type OverridableAgentName = "build" | BuiltinAgentName;
|
|
6
6
|
export type AgentName = BuiltinAgentName;
|
|
7
|
-
export type AgentOverrideConfig = Partial<AgentConfig
|
|
7
|
+
export type AgentOverrideConfig = Partial<AgentConfig> & {
|
|
8
|
+
prompt_append?: string;
|
|
9
|
+
};
|
|
8
10
|
export type AgentOverrides = Partial<Record<OverridableAgentName, AgentOverrideConfig>>;
|
package/dist/cli/index.js
CHANGED
|
@@ -2244,7 +2244,7 @@ var require_picocolors = __commonJS((exports, module) => {
|
|
|
2244
2244
|
var require_package = __commonJS((exports, module) => {
|
|
2245
2245
|
module.exports = {
|
|
2246
2246
|
name: "oh-my-opencode",
|
|
2247
|
-
version: "2.5.
|
|
2247
|
+
version: "2.5.1",
|
|
2248
2248
|
description: "OpenCode plugin - custom agents (oracle, librarian) and enhanced features",
|
|
2249
2249
|
main: "dist/index.js",
|
|
2250
2250
|
types: "dist/index.d.ts",
|
|
@@ -2284,7 +2284,7 @@ var require_package = __commonJS((exports, module) => {
|
|
|
2284
2284
|
"llm"
|
|
2285
2285
|
],
|
|
2286
2286
|
author: "YeonGyu-Kim",
|
|
2287
|
-
license: "
|
|
2287
|
+
license: "SUL-1.0",
|
|
2288
2288
|
repository: {
|
|
2289
2289
|
type: "git",
|
|
2290
2290
|
url: "git+https://github.com/code-yeongyu/oh-my-opencode.git"
|
|
@@ -3218,7 +3218,6 @@ async function runBunInstall() {
|
|
|
3218
3218
|
var ANTIGRAVITY_PROVIDER_CONFIG = {
|
|
3219
3219
|
google: {
|
|
3220
3220
|
name: "Google",
|
|
3221
|
-
api: "antigravity",
|
|
3222
3221
|
models: {
|
|
3223
3222
|
"gemini-3-pro-high": {
|
|
3224
3223
|
name: "Gemini 3 Pro High (Antigravity)",
|
package/dist/config/schema.d.ts
CHANGED
|
@@ -57,6 +57,7 @@ export declare const AgentOverrideConfigSchema: z.ZodObject<{
|
|
|
57
57
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
58
58
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
59
59
|
prompt: z.ZodOptional<z.ZodString>;
|
|
60
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
60
61
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
61
62
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
62
63
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -104,6 +105,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
104
105
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
105
106
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
106
107
|
prompt: z.ZodOptional<z.ZodString>;
|
|
108
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
107
109
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
108
110
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
109
111
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -150,6 +152,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
150
152
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
151
153
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
152
154
|
prompt: z.ZodOptional<z.ZodString>;
|
|
155
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
153
156
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
154
157
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
155
158
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -196,6 +199,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
196
199
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
197
200
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
198
201
|
prompt: z.ZodOptional<z.ZodString>;
|
|
202
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
199
203
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
200
204
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
201
205
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -242,6 +246,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
242
246
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
243
247
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
244
248
|
prompt: z.ZodOptional<z.ZodString>;
|
|
249
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
245
250
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
246
251
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
247
252
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -288,6 +293,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
288
293
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
289
294
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
290
295
|
prompt: z.ZodOptional<z.ZodString>;
|
|
296
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
291
297
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
292
298
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
293
299
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -334,6 +340,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
334
340
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
335
341
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
336
342
|
prompt: z.ZodOptional<z.ZodString>;
|
|
343
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
337
344
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
338
345
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
339
346
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -380,6 +387,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
380
387
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
381
388
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
382
389
|
prompt: z.ZodOptional<z.ZodString>;
|
|
390
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
383
391
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
384
392
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
385
393
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -426,6 +434,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
426
434
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
427
435
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
428
436
|
prompt: z.ZodOptional<z.ZodString>;
|
|
437
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
429
438
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
430
439
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
431
440
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -472,6 +481,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
472
481
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
473
482
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
474
483
|
prompt: z.ZodOptional<z.ZodString>;
|
|
484
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
475
485
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
476
486
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
477
487
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -518,6 +528,7 @@ export declare const AgentOverridesSchema: z.ZodObject<{
|
|
|
518
528
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
519
529
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
520
530
|
prompt: z.ZodOptional<z.ZodString>;
|
|
531
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
521
532
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
522
533
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
523
534
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -622,6 +633,7 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
622
633
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
623
634
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
624
635
|
prompt: z.ZodOptional<z.ZodString>;
|
|
636
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
625
637
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
626
638
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
627
639
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -668,6 +680,7 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
668
680
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
669
681
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
670
682
|
prompt: z.ZodOptional<z.ZodString>;
|
|
683
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
671
684
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
672
685
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
673
686
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -714,6 +727,7 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
714
727
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
715
728
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
716
729
|
prompt: z.ZodOptional<z.ZodString>;
|
|
730
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
717
731
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
718
732
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
719
733
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -760,6 +774,7 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
760
774
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
761
775
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
762
776
|
prompt: z.ZodOptional<z.ZodString>;
|
|
777
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
763
778
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
764
779
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
765
780
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -806,6 +821,7 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
806
821
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
807
822
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
808
823
|
prompt: z.ZodOptional<z.ZodString>;
|
|
824
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
809
825
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
810
826
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
811
827
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -852,6 +868,7 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
852
868
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
853
869
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
854
870
|
prompt: z.ZodOptional<z.ZodString>;
|
|
871
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
855
872
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
856
873
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
857
874
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -898,6 +915,7 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
898
915
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
899
916
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
900
917
|
prompt: z.ZodOptional<z.ZodString>;
|
|
918
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
901
919
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
902
920
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
903
921
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -944,6 +962,7 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
944
962
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
945
963
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
946
964
|
prompt: z.ZodOptional<z.ZodString>;
|
|
965
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
947
966
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
948
967
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
949
968
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -990,6 +1009,7 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
990
1009
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
991
1010
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
992
1011
|
prompt: z.ZodOptional<z.ZodString>;
|
|
1012
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
993
1013
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
994
1014
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
995
1015
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -1036,6 +1056,7 @@ export declare const OhMyOpenCodeConfigSchema: z.ZodObject<{
|
|
|
1036
1056
|
temperature: z.ZodOptional<z.ZodNumber>;
|
|
1037
1057
|
top_p: z.ZodOptional<z.ZodNumber>;
|
|
1038
1058
|
prompt: z.ZodOptional<z.ZodString>;
|
|
1059
|
+
prompt_append: z.ZodOptional<z.ZodString>;
|
|
1039
1060
|
tools: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
1040
1061
|
disable: z.ZodOptional<z.ZodBoolean>;
|
|
1041
1062
|
description: z.ZodOptional<z.ZodString>;
|