oh-my-opencode-unguarded 3.9.0 → 3.9.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/README.md +23 -366
- package/bin/oh-my-opencode.js +1 -1
- package/dist/cli/doctor/constants.d.ts +1 -1
- package/dist/cli/index.js +6 -6
- package/dist/hooks/auto-update-checker/constants.d.ts +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,386 +1,43 @@
|
|
|
1
|
-
|
|
2
|
-
> **Security warning: impersonation site**
|
|
3
|
-
>
|
|
4
|
-
> **ohmyopencode.com is NOT affiliated with this project.** We do not operate or endorse that site.
|
|
5
|
-
>
|
|
6
|
-
> OhMyOpenCode is **free and open-source**. Do **not** download installers or enter payment details on third-party sites that claim to be "official."
|
|
7
|
-
>
|
|
8
|
-
> Because the impersonation site is behind a paywall, we **cannot verify what it distributes**. Treat any downloads from it as **potentially unsafe**.
|
|
9
|
-
>
|
|
10
|
-
> ✅ Official downloads: https://github.com/code-yeongyu/oh-my-opencode/releases
|
|
11
|
-
|
|
12
|
-
> [!NOTE]
|
|
13
|
-
>
|
|
14
|
-
> [](https://sisyphuslabs.ai)
|
|
15
|
-
> > **We're building a fully productized version of Sisyphus to define the future of frontier agents. <br />Join the waitlist [here](https://sisyphuslabs.ai).**
|
|
16
|
-
|
|
17
|
-
> [!TIP]
|
|
18
|
-
> Be with us!
|
|
19
|
-
>
|
|
20
|
-
> | [<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 `oh-my-opencode` users. |
|
|
21
|
-
> | :-----| :----- |
|
|
22
|
-
> | [<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. |
|
|
23
|
-
> | [<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) | Follow [@code-yeongyu](https://github.com/code-yeongyu) on GitHub for more projects. |
|
|
24
|
-
|
|
25
|
-
<!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
26
|
-
|
|
27
|
-
<div align="center">
|
|
28
|
-
|
|
29
|
-
[](https://github.com/code-yeongyu/oh-my-opencode#oh-my-opencode)
|
|
30
|
-
|
|
31
|
-
[](https://github.com/code-yeongyu/oh-my-opencode#oh-my-opencode)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
</div>
|
|
35
|
-
|
|
36
|
-
> Anthropic [**blocked OpenCode because of us.**](https://x.com/thdxr/status/2010149530486911014) **Yes this is true.**
|
|
37
|
-
> They want you locked in. Claude Code's a nice prison, but it's still a prison.
|
|
38
|
-
>
|
|
39
|
-
> We don't do lock-in here. We ride every model. Claude / Kimi / GLM for orchestration. GPT for reasoning. Minimax for speed. Gemini for creativity.
|
|
40
|
-
> The future isn't picking one winner—it's orchestrating them all. Models get cheaper every month. Smarter every month. No single provider will dominate. We're building for that open market, not their walled gardens.
|
|
41
|
-
|
|
42
|
-
<div align="center">
|
|
43
|
-
|
|
44
|
-
[](https://github.com/code-yeongyu/oh-my-opencode/releases)
|
|
45
|
-
[](https://www.npmjs.com/package/oh-my-opencode)
|
|
46
|
-
[](https://github.com/code-yeongyu/oh-my-opencode/graphs/contributors)
|
|
47
|
-
[](https://github.com/code-yeongyu/oh-my-opencode/network/members)
|
|
48
|
-
[](https://github.com/code-yeongyu/oh-my-opencode/stargazers)
|
|
49
|
-
[](https://github.com/code-yeongyu/oh-my-opencode/issues)
|
|
50
|
-
[](https://github.com/code-yeongyu/oh-my-opencode/blob/dev/LICENSE.md)
|
|
51
|
-
[](https://deepwiki.com/code-yeongyu/oh-my-opencode)
|
|
52
|
-
|
|
53
|
-
[English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-cn.md)
|
|
54
|
-
|
|
55
|
-
</div>
|
|
56
|
-
|
|
57
|
-
<!-- </CENTERED SECTION FOR GITHUB DISPLAY> -->
|
|
58
|
-
|
|
59
|
-
## Reviews
|
|
60
|
-
|
|
61
|
-
> "It made me cancel my Cursor subscription. Unbelievable things are happening in the open source community." - [Arthur Guiot](https://x.com/arthur_guiot/status/2008736347092382053?s=20)
|
|
62
|
-
|
|
63
|
-
> "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." <br/>- B, Quant Researcher
|
|
64
|
-
|
|
65
|
-
> "Knocked out 8000 eslint warnings with Oh My Opencode, just in a day" <br/>- [Jacob Ferrari](https://x.com/jacobferrari_/status/2003258761952289061)
|
|
66
|
-
|
|
67
|
-
> "I converted a 45k line tauri app into a SaaS web app overnight using Ohmyopencode and ralph loop. Started with interview me prompt, asked it for ratings and recommendations on the questions. It was amazing to watch it work and to wake up this morning to a mostly working website!" - [James Hargis](https://x.com/hargabyte/status/2007299688261882202)
|
|
68
|
-
|
|
69
|
-
> "use oh-my-opencode, you will never go back" <br/>- [d0t3ch](https://x.com/d0t3ch/status/2001685618200580503)
|
|
70
|
-
|
|
71
|
-
> "I haven't really been able to articulate exactly what makes it so great yet, but the development experience has reached a completely different dimension." - [
|
|
72
|
-
苔硯:こけすずり](https://x.com/kokesuzuri/status/2008532913961529372?s=20)
|
|
73
|
-
|
|
74
|
-
> "Experimenting with open code, oh my opencode and supermemory this weekend to build some minecraft/souls-like abomination."
|
|
75
|
-
> "Asking it to add crouch animations while I go take my post-lunch walk. [Video]" - [MagiMetal](https://x.com/MagiMetal/status/2005374704178373023)
|
|
76
|
-
|
|
77
|
-
> "You guys should pull this into core and recruit him. Seriously. It's really, really, really good." <br/>- Henning Kilset
|
|
78
|
-
|
|
79
|
-
> "Hire @yeon_gyu_kim if you can convince him, this dude has revolutionized opencode." <br/>- [mysticaltech](https://x.com/mysticaltech/status/2001858758608376079)
|
|
80
|
-
|
|
81
|
-
> "Oh My OpenCode Is Actually Insane" - [YouTube - Darren Builds AI](https://www.youtube.com/watch?v=G_Snfh2M41M)
|
|
82
|
-
|
|
83
|
-
---
|
|
84
|
-
|
|
85
|
-
# Oh My OpenCode
|
|
86
|
-
|
|
87
|
-
You're juggling Claude Code, Codex, random OSS models. Configuring workflows. Debugging agents.
|
|
88
|
-
|
|
89
|
-
We did the work. Tested everything. Kept what actually shipped.
|
|
90
|
-
|
|
91
|
-
Install OmO. Type `ultrawork`. Done.
|
|
1
|
+
# oh-my-opencode-unguarded
|
|
92
2
|
|
|
3
|
+
A fork of [oh-my-opencode](https://github.com/code-yeongyu/oh-my-opencode) with custom agent prompts. Automatically syncs upstream every hour.
|
|
93
4
|
|
|
94
5
|
## Installation
|
|
95
6
|
|
|
96
|
-
### For Humans
|
|
97
|
-
|
|
98
|
-
Copy and paste this prompt to your LLM agent (Claude Code, AmpCode, Cursor, etc.):
|
|
99
|
-
|
|
100
|
-
```
|
|
101
|
-
Install and configure oh-my-opencode by following the instructions here:
|
|
102
|
-
https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/dev/docs/guide/installation.md
|
|
103
|
-
```
|
|
104
|
-
|
|
105
|
-
Or read the [Installation Guide](docs/guide/installation.md), but seriously, let an agent do it. Humans fat-finger configs.
|
|
106
|
-
|
|
107
|
-
### For LLM Agents
|
|
108
|
-
|
|
109
|
-
Fetch the installation guide and follow it:
|
|
110
|
-
|
|
111
7
|
```bash
|
|
112
|
-
|
|
113
|
-
```
|
|
114
|
-
|
|
115
|
-
---
|
|
116
|
-
|
|
117
|
-
## Skip This README
|
|
118
|
-
|
|
119
|
-
We're past the era of reading docs. Just paste this into your agent:
|
|
120
|
-
|
|
121
|
-
```
|
|
122
|
-
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/dev/README.md
|
|
123
|
-
```
|
|
124
|
-
|
|
125
|
-
## Highlights
|
|
126
|
-
|
|
127
|
-
### 🪄 `ultrawork`
|
|
128
|
-
|
|
129
|
-
You're actually reading this? Wild.
|
|
130
|
-
|
|
131
|
-
Install. Type `ultrawork` (or `ulw`). Done.
|
|
132
|
-
|
|
133
|
-
Everything below, every feature, every optimization, you don't need to know it. It just works.
|
|
134
|
-
|
|
135
|
-
Even only with following subscriptions, ultrawork will work well (this project is not affiliated, this is just personal recommendation):
|
|
136
|
-
- [ChatGPT Subscription ($20)](https://chatgpt.com/)
|
|
137
|
-
- [Kimi Code Subscription ($0.99) (*only this month)](https://www.kimi.com/membership/pricing?track_id=5cdeca93-66f0-4d35-aabb-b6df8fcea328)
|
|
138
|
-
- [GLM Coding Plan ($10)](https://z.ai/subscribe)
|
|
139
|
-
- If you are eligible for pay-per-token, using kimi and gemini models won't cost you that much.
|
|
140
|
-
|
|
141
|
-
| | Feature | What it does |
|
|
142
|
-
| :---: | :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
143
|
-
| 🤖 | **Discipline Agents** | Sisyphus orchestrates Hephaestus, Oracle, Librarian, Explore. A full AI dev team in parallel. |
|
|
144
|
-
| ⚡ | **`ultrawork` / `ulw`** | One word. Every agent activates. Doesn't stop until done. |
|
|
145
|
-
| 🚪 | **[IntentGate](https://factory.ai/news/terminal-bench)** | Analyzes true user intent before classifying or acting. No more literal misinterpretations. |
|
|
146
|
-
| 🔗 | **Hash-Anchored Edit Tool** | `LINE#ID` content hash validates every change. Zero stale-line errors. Inspired by [oh-my-pi](https://github.com/can1357/oh-my-pi). [The Harness Problem →](https://blog.can.ac/2026/02/12/the-harness-problem/) |
|
|
147
|
-
| 🛠️ | **LSP + AST-Grep** | Workspace rename, pre-build diagnostics, AST-aware rewrites. IDE precision for agents. |
|
|
148
|
-
| 🧠 | **Background Agents** | Fire 5+ specialists in parallel. Context stays lean. Results when ready. |
|
|
149
|
-
| 📚 | **Built-in MCPs** | Exa (web search), Context7 (official docs), Grep.app (GitHub search). Always on. |
|
|
150
|
-
| 🔁 | **Ralph Loop / `/ulw-loop`** | Self-referential loop. Doesn't stop until 100% done. |
|
|
151
|
-
| ✅ | **Todo Enforcer** | Agent goes idle? System yanks it back. Your task gets done, period. |
|
|
152
|
-
| 💬 | **Comment Checker** | No AI slop in comments. Code reads like a senior wrote it. |
|
|
153
|
-
| 🖥️ | **Tmux Integration** | Full interactive terminal. REPLs, debuggers, TUIs. All live. |
|
|
154
|
-
| 🔌 | **Claude Code Compatible** | Your hooks, commands, skills, MCPs, and plugins? All work here. |
|
|
155
|
-
| 🎯 | **Skill-Embedded MCPs** | Skills carry their own MCP servers. No context bloat. |
|
|
156
|
-
| 📋 | **Prometheus Planner** | Interview-mode strategic planning before any execution. |
|
|
157
|
-
| 🔍 | **`/init-deep`** | Auto-generates hierarchical `AGENTS.md` files throughout your project. Great for both token efficiency and your agent's performance |
|
|
158
|
-
|
|
159
|
-
### Discipline Agents
|
|
160
|
-
|
|
161
|
-
<table><tr>
|
|
162
|
-
<td align="center"><img src=".github/assets/sisyphus.png" height="300" /></td>
|
|
163
|
-
<td align="center"><img src=".github/assets/hephaestus.png" height="300" /></td>
|
|
164
|
-
</tr></table>
|
|
165
|
-
|
|
166
|
-
**Sisyphus** (`claude-opus-4-6` / **`kimi-k2.5`** / **`glm-5`** ) is your main orchestrator. He plans, delegates to specialists, and drives tasks to completion with aggressive parallel execution. He does not stop halfway.
|
|
167
|
-
|
|
168
|
-
**Hephaestus** (`gpt-5.3-codex`) is your autonomous deep worker. Give him a goal, not a recipe. He explores the codebase, researches patterns, and executes end-to-end without hand-holding. *The Legitimate Craftsman.*
|
|
169
|
-
|
|
170
|
-
**Prometheus** (`claude-opus-4-6` / **`kimi-k2.5`** / **`glm-5`** ) is your strategic planner. Interview mode: it questions, identifies scope, and builds a detailed plan before a single line of code is touched.
|
|
171
|
-
|
|
172
|
-
Every agent is tuned to its model's specific strengths. No manual model-juggling. [Learn more →](docs/guide/overview.md)
|
|
173
|
-
|
|
174
|
-
> Anthropic [blocked OpenCode because of us.](https://x.com/thdxr/status/2010149530486911014) That's why Hephaestus is called "The Legitimate Craftsman." The irony is intentional.
|
|
175
|
-
>
|
|
176
|
-
> We run best on Opus, but Kimi K2.5 + GPT-5.3 Codex already beats vanilla Claude Code. Zero config needed.
|
|
177
|
-
|
|
178
|
-
### Agent Orchestration
|
|
179
|
-
|
|
180
|
-
When Sisyphus delegates to a subagent, it doesn't pick a model. It picks a **category**. The category maps automatically to the right model:
|
|
181
|
-
|
|
182
|
-
| Category | What it's for |
|
|
183
|
-
| :------------------- | :--------------------------------- |
|
|
184
|
-
| `visual-engineering` | Frontend, UI/UX, design |
|
|
185
|
-
| `deep` | Autonomous research + execution |
|
|
186
|
-
| `quick` | Single-file changes, typos |
|
|
187
|
-
| `ultrabrain` | Hard logic, architecture decisions |
|
|
188
|
-
|
|
189
|
-
Agent says what kind of work. Harness picks the right model. You touch nothing.
|
|
190
|
-
|
|
191
|
-
### Claude Code Compatibility
|
|
192
|
-
|
|
193
|
-
You dialed in your Claude Code setup. Good.
|
|
194
|
-
|
|
195
|
-
Every hook, command, skill, MCP, plugin works here unchanged. Full compatibility, including plugins.
|
|
196
|
-
|
|
197
|
-
### World-Class Tools for Your Agents
|
|
198
|
-
|
|
199
|
-
LSP, AST-Grep, Tmux, MCP actually integrated, not duct-taped together.
|
|
200
|
-
|
|
201
|
-
- **LSP**: `lsp_rename`, `lsp_goto_definition`, `lsp_find_references`, `lsp_diagnostics`. IDE precision for every agent
|
|
202
|
-
- **AST-Grep**: Pattern-aware code search and rewriting across 25 languages
|
|
203
|
-
- **Tmux**: Full interactive terminal. REPLs, debuggers, TUI apps. Your agent stays in session
|
|
204
|
-
- **MCP**: Web search, official docs, GitHub code search. All baked in
|
|
205
|
-
|
|
206
|
-
### Skill-Embedded MCPs
|
|
207
|
-
|
|
208
|
-
MCP servers eat your context budget. We fixed that.
|
|
209
|
-
|
|
210
|
-
Skills bring their own MCP servers. Spin up on-demand, scoped to task, gone when done. Context window stays clean.
|
|
211
|
-
|
|
212
|
-
### Codes Better. Hash-Anchored Edits
|
|
213
|
-
|
|
214
|
-
The harness problem is real. Most agent failures aren't the model. It's the edit tool.
|
|
215
|
-
|
|
216
|
-
> *"None of these tools give the model a stable, verifiable identifier for the lines it wants to change... They all rely on the model reproducing content it already saw. When it can't - and it often can't - the user blames the model."*
|
|
217
|
-
>
|
|
218
|
-
> <br/>- [Can Bölük, The Harness Problem](https://blog.can.ac/2026/02/12/the-harness-problem/)
|
|
219
|
-
|
|
220
|
-
Inspired by [oh-my-pi](https://github.com/can1357/oh-my-pi), we implemented **Hashline**. Every line the agent reads comes back tagged with a content hash:
|
|
221
|
-
|
|
8
|
+
bunx oh-my-opencode-unguarded install
|
|
222
9
|
```
|
|
223
|
-
11#VK| function hello() {
|
|
224
|
-
22#XJ| return "world";
|
|
225
|
-
33#MB| }
|
|
226
|
-
```
|
|
227
|
-
|
|
228
|
-
The agent edits by referencing those tags. If the file changed since the last read, the hash won't match and the edit is rejected before corruption. No whitespace reproduction. No stale-line errors.
|
|
229
10
|
|
|
230
|
-
|
|
11
|
+
Or via npm:
|
|
231
12
|
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
```
|
|
237
|
-
project/
|
|
238
|
-
├── AGENTS.md ← project-wide context
|
|
239
|
-
├── src/
|
|
240
|
-
│ ├── AGENTS.md ← src-specific context
|
|
241
|
-
│ └── components/
|
|
242
|
-
│ └── AGENTS.md ← component-specific context
|
|
13
|
+
```bash
|
|
14
|
+
npm install -g oh-my-opencode-unguarded
|
|
15
|
+
oh-my-opencode-unguarded install
|
|
243
16
|
```
|
|
244
17
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
### Planning. Prometheus
|
|
248
|
-
|
|
249
|
-
Complex task? Don't prompt and pray.
|
|
250
|
-
|
|
251
|
-
`/start-work` calls Prometheus. **Interviews you like a real engineer**, identifies scope and ambiguities, builds a verified plan before touching code. Agent knows what it's building before it starts.
|
|
252
|
-
|
|
253
|
-
### Skills
|
|
254
|
-
|
|
255
|
-
Skills aren't just prompts. Each brings:
|
|
256
|
-
|
|
257
|
-
- Domain-tuned system instructions
|
|
258
|
-
- Embedded MCP servers, on-demand
|
|
259
|
-
- Scoped permissions. Agents stay in bounds
|
|
260
|
-
|
|
261
|
-
Built-ins: `playwright` (browser automation), `git-master` (atomic commits, rebase surgery), `frontend-ui-ux` (design-first UI).
|
|
262
|
-
|
|
263
|
-
Add your own: `.opencode/skills/*/SKILL.md` or `~/.config/opencode/skills/*/SKILL.md`.
|
|
264
|
-
|
|
265
|
-
**Want the full feature breakdown?** See the **[Features Documentation](docs/reference/features.md)** for agents, hooks, tools, MCPs, and everything else in detail.
|
|
266
|
-
|
|
267
|
-
---
|
|
268
|
-
|
|
269
|
-
> **New to oh-my-opencode?** Read the **[Overview](docs/guide/overview.md)** to understand what you have, or check the **[Orchestration Guide](docs/guide/orchestration.md)** for how agents collaborate.
|
|
270
|
-
|
|
271
|
-
## Uninstallation
|
|
272
|
-
|
|
273
|
-
To remove oh-my-opencode:
|
|
274
|
-
|
|
275
|
-
1. **Remove the plugin from your OpenCode config**
|
|
276
|
-
|
|
277
|
-
Edit `~/.config/opencode/opencode.json` (or `opencode.jsonc`) and remove `"oh-my-opencode"` from the `plugin` array:
|
|
278
|
-
|
|
279
|
-
```bash
|
|
280
|
-
# Using jq
|
|
281
|
-
jq '.plugin = [.plugin[] | select(. != "oh-my-opencode")]' \
|
|
282
|
-
~/.config/opencode/opencode.json > /tmp/oc.json && \
|
|
283
|
-
mv /tmp/oc.json ~/.config/opencode/opencode.json
|
|
284
|
-
```
|
|
285
|
-
|
|
286
|
-
2. **Remove configuration files (optional)**
|
|
287
|
-
|
|
288
|
-
```bash
|
|
289
|
-
# Remove user config
|
|
290
|
-
rm -f ~/.config/opencode/oh-my-opencode.json ~/.config/opencode/oh-my-opencode.jsonc
|
|
291
|
-
|
|
292
|
-
# Remove project config (if exists)
|
|
293
|
-
rm -f .opencode/oh-my-opencode.json .opencode/oh-my-opencode.jsonc
|
|
294
|
-
```
|
|
295
|
-
|
|
296
|
-
3. **Verify removal**
|
|
297
|
-
|
|
298
|
-
```bash
|
|
299
|
-
opencode --version
|
|
300
|
-
# Plugin should no longer be loaded
|
|
301
|
-
```
|
|
302
|
-
|
|
303
|
-
## Features
|
|
304
|
-
|
|
305
|
-
Features you'll think should've always existed. Once you use them, you can't go back.
|
|
306
|
-
|
|
307
|
-
See full [Features Documentation](docs/reference/features.md).
|
|
308
|
-
|
|
309
|
-
**Quick Overview:**
|
|
310
|
-
- **Agents**: Sisyphus (the main agent), Prometheus (planner), Oracle (architecture/debugging), Librarian (docs/code search), Explore (fast codebase grep), Multimodal Looker
|
|
311
|
-
- **Background Agents**: Run multiple agents in parallel like a real dev team
|
|
312
|
-
- **LSP & AST Tools**: Refactoring, rename, diagnostics, AST-aware code search
|
|
313
|
-
- **Hash-anchored Edit Tool**: `LINE#ID` references validate content before applying every change. Surgical edits, zero stale-line errors
|
|
314
|
-
- **Context Injection**: Auto-inject AGENTS.md, README.md, conditional rules
|
|
315
|
-
- **Claude Code Compatibility**: Full hook system, commands, skills, agents, MCPs
|
|
316
|
-
- **Built-in MCPs**: websearch (Exa), context7 (docs), grep_app (GitHub search)
|
|
317
|
-
- **Session Tools**: List, read, search, and analyze session history
|
|
318
|
-
- **Productivity Features**: Ralph Loop, Todo Enforcer, Comment Checker, Think Mode, and more
|
|
319
|
-
- **Model Setup**: Agent-model matching is built into the [Installation Guide](docs/guide/installation.md#step-5-understand-your-model-setup)
|
|
320
|
-
|
|
321
|
-
## Configuration
|
|
322
|
-
|
|
323
|
-
Opinionated defaults, adjustable if you insist.
|
|
324
|
-
|
|
325
|
-
See [Configuration Documentation](docs/reference/configuration.md).
|
|
326
|
-
|
|
327
|
-
**Quick Overview:**
|
|
328
|
-
- **Config Locations**: `.opencode/oh-my-opencode.jsonc` or `.opencode/oh-my-opencode.json` (project), `~/.config/opencode/oh-my-opencode.jsonc` or `~/.config/opencode/oh-my-opencode.json` (user)
|
|
329
|
-
- **JSONC Support**: Comments and trailing commas supported
|
|
330
|
-
- **Agents**: Override models, temperatures, prompts, and permissions for any agent
|
|
331
|
-
- **Built-in Skills**: `playwright` (browser automation), `git-master` (atomic commits)
|
|
332
|
-
- **Sisyphus Agent**: Main orchestrator with Prometheus (Planner) and Metis (Plan Consultant)
|
|
333
|
-
- **Background Tasks**: Configure concurrency limits per provider/model
|
|
334
|
-
- **Categories**: Domain-specific task delegation (`visual`, `business-logic`, custom)
|
|
335
|
-
- **Hooks**: 25+ built-in hooks, all configurable via `disabled_hooks`
|
|
336
|
-
- **MCPs**: Built-in websearch (Exa), context7 (docs), grep_app (GitHub search)
|
|
337
|
-
- **LSP**: Full LSP support with refactoring tools
|
|
338
|
-
- **Experimental**: Aggressive truncation, auto-resume, and more
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
## Author's Note
|
|
342
|
-
|
|
343
|
-
**Want the philosophy?** Read the [Ultrawork Manifesto](docs/manifesto.md).
|
|
344
|
-
|
|
345
|
-
---
|
|
346
|
-
|
|
347
|
-
I burned through $24K in LLM tokens on personal projects. Tried every tool. Configured everything to death. OpenCode won.
|
|
348
|
-
|
|
349
|
-
Every problem I hit, the fix is baked into this plugin. Install and go.
|
|
350
|
-
|
|
351
|
-
If OpenCode is Debian/Arch, OmO is Ubuntu/[Omarchy](https://omarchy.org/).
|
|
352
|
-
|
|
353
|
-
Heavy influence from [AmpCode](https://ampcode.com) and [Claude Code](https://code.claude.com/docs/overview). Features ported, often improved. Still building. It's **Open**Code.
|
|
18
|
+
## What's Different
|
|
354
19
|
|
|
355
|
-
|
|
20
|
+
This fork is identical to upstream **except** for customized agent prompts in `src/agents/`. Everything else -- features, tools, hooks, MCPs, skills -- stays in sync automatically.
|
|
356
21
|
|
|
357
|
-
|
|
358
|
-
- Which model has the sharpest logic?
|
|
359
|
-
- Who's the debugging god?
|
|
360
|
-
- Who writes the best prose?
|
|
361
|
-
- Who dominates frontend?
|
|
362
|
-
- Who owns backend?
|
|
363
|
-
- What's fastest for daily driving?
|
|
364
|
-
- What are competitors shipping?
|
|
22
|
+
### Auto-Sync
|
|
365
23
|
|
|
366
|
-
|
|
24
|
+
A GitHub Actions workflow runs every hour:
|
|
367
25
|
|
|
368
|
-
|
|
369
|
-
|
|
26
|
+
1. Detects new upstream commits
|
|
27
|
+
2. Merges changes while preserving custom prompt files
|
|
28
|
+
3. Builds, typechecks, and publishes to npm
|
|
370
29
|
|
|
371
|
-
|
|
30
|
+
No manual intervention required. Version numbers track upstream.
|
|
372
31
|
|
|
373
|
-
|
|
32
|
+
## Upstream Documentation
|
|
374
33
|
|
|
375
|
-
|
|
34
|
+
All features, configuration, and guides apply as-is:
|
|
376
35
|
|
|
377
|
-
|
|
36
|
+
- [Features](https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/reference/features.md)
|
|
37
|
+
- [Configuration](https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/reference/configuration.md)
|
|
38
|
+
- [Installation Guide](https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/guide/installation.md)
|
|
39
|
+
- [Orchestration Guide](https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/guide/orchestration.md)
|
|
378
40
|
|
|
379
|
-
|
|
380
|
-
- Making Spray - influencer marketing solution, vovushop - crossborder commerce platform, vreview - ai commerce review marketing solution
|
|
381
|
-
- [Google](https://google.com)
|
|
382
|
-
- [Microsoft](https://microsoft.com)
|
|
383
|
-
- [ELESTYLE](https://elestyle.jp)
|
|
384
|
-
- Making elepay - multi-mobile payment gateway, OneQR - mobile application SaaS for cashless solutions
|
|
41
|
+
## License
|
|
385
42
|
|
|
386
|
-
|
|
43
|
+
Same as upstream -- [SUL-1.0](LICENSE.md)
|
package/bin/oh-my-opencode.js
CHANGED
|
@@ -25,5 +25,5 @@ export declare const EXIT_CODES: {
|
|
|
25
25
|
readonly FAILURE: 1;
|
|
26
26
|
};
|
|
27
27
|
export declare const MIN_OPENCODE_VERSION = "1.0.150";
|
|
28
|
-
export declare const PACKAGE_NAME = "oh-my-opencode";
|
|
28
|
+
export declare const PACKAGE_NAME = "oh-my-opencode-unguarded";
|
|
29
29
|
export declare const OPENCODE_BINARIES: readonly ["opencode", "opencode-desktop"];
|
package/dist/cli/index.js
CHANGED
|
@@ -7432,7 +7432,7 @@ async function getPluginNameWithVersion(currentVersion) {
|
|
|
7432
7432
|
}
|
|
7433
7433
|
return getFallbackEntry(currentVersion);
|
|
7434
7434
|
}
|
|
7435
|
-
var PACKAGE_NAME = "oh-my-opencode", PRIORITIZED_TAGS;
|
|
7435
|
+
var PACKAGE_NAME = "oh-my-opencode-unguarded", PRIORITIZED_TAGS;
|
|
7436
7436
|
var init_plugin_name_with_version = __esm(() => {
|
|
7437
7437
|
PRIORITIZED_TAGS = ["latest", "beta", "next"];
|
|
7438
7438
|
});
|
|
@@ -7599,7 +7599,7 @@ async function addPluginToOpenCodeConfig(currentVersion) {
|
|
|
7599
7599
|
};
|
|
7600
7600
|
}
|
|
7601
7601
|
}
|
|
7602
|
-
var PACKAGE_NAME2 = "oh-my-opencode";
|
|
7602
|
+
var PACKAGE_NAME2 = "oh-my-opencode-unguarded";
|
|
7603
7603
|
var init_add_plugin_to_opencode_config = __esm(() => {
|
|
7604
7604
|
init_config_context();
|
|
7605
7605
|
init_ensure_config_directory_exists();
|
|
@@ -8543,7 +8543,7 @@ function getWindowsAppdataDir() {
|
|
|
8543
8543
|
return null;
|
|
8544
8544
|
return process.env.APPDATA ?? path4.join(os3.homedir(), "AppData", "Roaming");
|
|
8545
8545
|
}
|
|
8546
|
-
var PACKAGE_NAME3 = "oh-my-opencode", NPM_REGISTRY_URL, NPM_FETCH_TIMEOUT = 5000, CACHE_DIR, VERSION_FILE, USER_CONFIG_DIR, USER_OPENCODE_CONFIG, USER_OPENCODE_CONFIG_JSONC, INSTALLED_PACKAGE_JSON;
|
|
8546
|
+
var PACKAGE_NAME3 = "oh-my-opencode-unguarded", NPM_REGISTRY_URL, NPM_FETCH_TIMEOUT = 5000, CACHE_DIR, VERSION_FILE, USER_CONFIG_DIR, USER_OPENCODE_CONFIG, USER_OPENCODE_CONFIG_JSONC, INSTALLED_PACKAGE_JSON;
|
|
8547
8547
|
var init_constants3 = __esm(() => {
|
|
8548
8548
|
init_shared();
|
|
8549
8549
|
NPM_REGISTRY_URL = `https://registry.npmjs.org/-/package/${PACKAGE_NAME3}/dist-tags`;
|
|
@@ -9329,7 +9329,7 @@ var {
|
|
|
9329
9329
|
// package.json
|
|
9330
9330
|
var package_default = {
|
|
9331
9331
|
name: "oh-my-opencode-unguarded",
|
|
9332
|
-
version: "3.9.
|
|
9332
|
+
version: "3.9.2",
|
|
9333
9333
|
description: "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
9334
9334
|
main: "dist/index.js",
|
|
9335
9335
|
types: "dist/index.d.ts",
|
|
@@ -26594,7 +26594,7 @@ var EXIT_CODES = {
|
|
|
26594
26594
|
FAILURE: 1
|
|
26595
26595
|
};
|
|
26596
26596
|
var MIN_OPENCODE_VERSION = "1.0.150";
|
|
26597
|
-
var PACKAGE_NAME4 = "oh-my-opencode";
|
|
26597
|
+
var PACKAGE_NAME4 = "oh-my-opencode-unguarded";
|
|
26598
26598
|
var OPENCODE_BINARIES2 = ["opencode", "opencode-desktop"];
|
|
26599
26599
|
|
|
26600
26600
|
// src/cli/doctor/checks/system.ts
|
|
@@ -28611,7 +28611,7 @@ function createMcpOAuthCommand() {
|
|
|
28611
28611
|
// src/cli/cli-program.ts
|
|
28612
28612
|
var VERSION2 = package_default.version;
|
|
28613
28613
|
var program2 = new Command;
|
|
28614
|
-
program2.name("oh-my-opencode").description("The ultimate OpenCode plugin - multi-model orchestration, LSP tools, and more").version(VERSION2, "-v, --version", "Show version number").enablePositionalOptions();
|
|
28614
|
+
program2.name("oh-my-opencode-unguarded").description("The ultimate OpenCode plugin - multi-model orchestration, LSP tools, and more").version(VERSION2, "-v, --version", "Show version number").enablePositionalOptions();
|
|
28615
28615
|
program2.command("install").description("Install and configure oh-my-opencode with interactive setup").option("--no-tui", "Run in non-interactive mode (requires all options)").option("--claude <value>", "Claude subscription: no, yes, max20").option("--openai <value>", "OpenAI/ChatGPT subscription: no, yes (default: no)").option("--gemini <value>", "Gemini integration: no, yes").option("--copilot <value>", "GitHub Copilot subscription: no, yes").option("--opencode-zen <value>", "OpenCode Zen access: no, yes (default: no)").option("--zai-coding-plan <value>", "Z.ai Coding Plan subscription: no, yes (default: no)").option("--kimi-for-coding <value>", "Kimi For Coding subscription: no, yes (default: no)").option("--skip-auth", "Skip authentication setup hints").addHelpText("after", `
|
|
28616
28616
|
Examples:
|
|
28617
28617
|
$ bunx oh-my-opencode install
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const PACKAGE_NAME = "oh-my-opencode";
|
|
2
|
-
export declare const NPM_REGISTRY_URL = "https://registry.npmjs.org/-/package/oh-my-opencode/dist-tags";
|
|
1
|
+
export declare const PACKAGE_NAME = "oh-my-opencode-unguarded";
|
|
2
|
+
export declare const NPM_REGISTRY_URL = "https://registry.npmjs.org/-/package/oh-my-opencode-unguarded/dist-tags";
|
|
3
3
|
export declare const NPM_FETCH_TIMEOUT = 5000;
|
|
4
4
|
export declare const CACHE_DIR: string;
|
|
5
5
|
export declare const VERSION_FILE: string;
|
package/dist/index.js
CHANGED
|
@@ -38267,7 +38267,7 @@ import { fileURLToPath } from "url";
|
|
|
38267
38267
|
// src/hooks/auto-update-checker/constants.ts
|
|
38268
38268
|
import * as path5 from "path";
|
|
38269
38269
|
import * as os4 from "os";
|
|
38270
|
-
var PACKAGE_NAME = "oh-my-opencode";
|
|
38270
|
+
var PACKAGE_NAME = "oh-my-opencode-unguarded";
|
|
38271
38271
|
var NPM_REGISTRY_URL = `https://registry.npmjs.org/-/package/${PACKAGE_NAME}/dist-tags`;
|
|
38272
38272
|
var NPM_FETCH_TIMEOUT = 5000;
|
|
38273
38273
|
function getCacheDir3() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oh-my-opencode-unguarded",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.2",
|
|
4
4
|
"description": "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|