oh-my-opencode-slim 2.0.0-beta.1 โ 2.0.0-beta.10
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-JP.md +635 -0
- package/README.md +19 -9
- package/README.zh-CN.md +624 -0
- package/dist/cli/index.js +9 -3
- package/dist/config/constants.d.ts +1 -1
- package/dist/config/schema.d.ts +3 -3
- package/dist/hooks/deepwork/index.d.ts +13 -0
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/phase-reminder/index.d.ts +1 -1
- package/dist/index.js +766 -1271
- package/dist/multiplexer/session-manager.d.ts +4 -1
- package/dist/tools/ast-grep/tools.d.ts +1 -1
- package/dist/tools/cancel-task.d.ts +10 -0
- package/dist/tools/index.d.ts +1 -2
- package/dist/tui.js +10 -4
- package/dist/utils/background-job-board.d.ts +34 -1
- package/dist/utils/index.d.ts +0 -1
- package/oh-my-opencode-slim.schema.json +1 -1
- package/package.json +6 -4
- package/src/skills/codemap.md +3 -2
- package/src/skills/deepwork/SKILL.md +89 -0
- package/dist/agents/council-master.d.ts +0 -2
- package/dist/background/background-manager.d.ts +0 -203
- package/dist/background/index.d.ts +0 -3
- package/dist/background/multiplexer-session-manager.d.ts +0 -70
- package/dist/background/subagent-depth.d.ts +0 -35
- package/dist/cli/divoom.d.ts +0 -23
- package/dist/goal/index.d.ts +0 -3
- package/dist/goal/manager.d.ts +0 -41
- package/dist/goal/prompts.d.ts +0 -4
- package/dist/goal/store.d.ts +0 -15
- package/dist/goal/types.d.ts +0 -28
- package/dist/hooks/session-goal/index.d.ts +0 -38
- package/dist/integrations/divoom/index.d.ts +0 -3
- package/dist/integrations/divoom/status-manager.d.ts +0 -31
- package/dist/integrations/divoom/swift-helper-source.d.ts +0 -1
- package/dist/integrations/divoom/swift-transport.d.ts +0 -26
- package/dist/integrations/divoom/types.d.ts +0 -41
- package/dist/tools/background.d.ts +0 -13
- package/dist/tools/fork/command.d.ts +0 -28
- package/dist/tools/fork/files.d.ts +0 -33
- package/dist/tools/fork/index.d.ts +0 -10
- package/dist/tools/fork/state.d.ts +0 -7
- package/dist/tools/fork/tools.d.ts +0 -23
- package/dist/tools/fork/vendor.d.ts +0 -28
- package/dist/tools/handoff/command.d.ts +0 -29
- package/dist/tools/handoff/files.d.ts +0 -33
- package/dist/tools/handoff/index.d.ts +0 -10
- package/dist/tools/handoff/state.d.ts +0 -7
- package/dist/tools/handoff/tools.d.ts +0 -23
- package/dist/tools/handoff/vendor.d.ts +0 -28
- package/dist/tools/lsp/client.d.ts +0 -81
- package/dist/tools/lsp/config-store.d.ts +0 -29
- package/dist/tools/lsp/config.d.ts +0 -5
- package/dist/tools/lsp/constants.d.ts +0 -24
- package/dist/tools/lsp/index.d.ts +0 -4
- package/dist/tools/lsp/tools.d.ts +0 -5
- package/dist/tools/lsp/types.d.ts +0 -45
- package/dist/tools/lsp/utils.d.ts +0 -34
- package/dist/tools/subtask/command.d.ts +0 -30
- package/dist/tools/subtask/files.d.ts +0 -34
- package/dist/tools/subtask/index.d.ts +0 -11
- package/dist/tools/subtask/state.d.ts +0 -7
- package/dist/tools/subtask/tools.d.ts +0 -23
- package/dist/tools/subtask/vendor.d.ts +0 -27
- package/dist/utils/session-manager.d.ts +0 -55
- package/dist/utils/tmux-debug-log.d.ts +0 -2
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
<a href="https://github.com/alvinunreal/oh-my-opencode-slim/stargazers">
|
|
3
3
|
<img src="img/4k.png" alt="4K GitHub Stars Milestone" style="border-radius: 10px;">
|
|
4
4
|
</a>
|
|
5
|
-
<h3
|
|
6
|
-
<p><i>
|
|
5
|
+
<h3>โจ V2 Beta Release: Background Orchestration Has Arrived โจ</h3>
|
|
6
|
+
<p><i>The orchestrator now schedules specialist agents in the background,<br>while <code>/deepwork</code> turns big goals into file-backed plans.<br>Beta testers: share your feedback with us on Telegram.</i></p>
|
|
7
7
|
|
|
8
8
|
<p><b>Open Multi Agent Suite</b> ยท Mix any models ยท Auto delegate tasks</p>
|
|
9
9
|
|
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
<a href="https://x.com/alvinunreal"><img src="https://img.shields.io/badge/X-@alvinunreal-000000?style=for-the-badge&logo=x&logoColor=white" alt="X @alvinunreal"></a>
|
|
14
14
|
<a href="https://t.me/boringdystopiadevelopment"><img src="https://img.shields.io/badge/Telegram-Join%20channel-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white" alt="Telegram Join channel"></a>
|
|
15
15
|
</p>
|
|
16
|
+
|
|
17
|
+
<p>
|
|
18
|
+
<b>English</b> | <a href="README.zh-CN.md">็ฎไฝไธญๆ</a> | <a href="README.ja-JP.md">ๆฅๆฌ่ช</a>
|
|
19
|
+
</p>
|
|
16
20
|
</div>
|
|
17
21
|
|
|
18
22
|
---
|
|
@@ -44,10 +48,10 @@ bunx oh-my-opencode-slim@latest install
|
|
|
44
48
|
### V2 Background-Orchestration Beta
|
|
45
49
|
|
|
46
50
|
V2 changes the orchestrator from the default execution worker into a scheduler:
|
|
47
|
-
it plans work, dispatches specialists as background tasks,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
experimental flag enabled.
|
|
51
|
+
it plans work, dispatches specialists as background tasks, receives completion
|
|
52
|
+
events from OpenCode or checks status only when needed, then reconciles results
|
|
53
|
+
before continuing. This requires OpenCode's native background subagent support,
|
|
54
|
+
so beta users must start OpenCode with the experimental flag enabled.
|
|
51
55
|
|
|
52
56
|
```bash
|
|
53
57
|
bunx oh-my-opencode-slim@beta install
|
|
@@ -499,10 +503,9 @@ Use this section as a map: start with installation, then jump to features, confi
|
|
|
499
503
|
| **[V2 Background Orchestration](docs/v2-background-orchestration.md)** | Scheduler-first orchestrator model built around native background subagents |
|
|
500
504
|
| **[Multiplexer Integration](docs/multiplexer-integration.md)** | Watch agents work live in Tmux or Zellij panes |
|
|
501
505
|
| **[Session Management](docs/session-management.md)** | Reuse recent child-agent sessions with short aliases instead of starting over |
|
|
502
|
-
| **[Session Goal](docs/session-goal.md)** | Pin a session objective with `/goal` so todos, delegation, and verification stay aligned |
|
|
503
506
|
| **[Todo Continuation](docs/todo-continuation.md)** | Auto-continue orchestrator sessions with cooldowns and safety checks |
|
|
504
507
|
| **[Preset Switching](docs/preset-switching.md)** | Switch agent model presets at runtime with `/preset` |
|
|
505
|
-
| **[
|
|
508
|
+
| **[Custom Agents](docs/configuration.md#custom-agents)** | Define your own specialists with custom prompts, models, MCP access, and Orchestrator delegation rules |
|
|
506
509
|
| **[Codemap](docs/codemap.md)** | Generate hierarchical codemaps to understand large codebases faster |
|
|
507
510
|
| **[Clonedeps](docs/clonedeps.md)** | Clone selected dependency source into an ignored local workspace for inspection |
|
|
508
511
|
| **[Interview](docs/interview.md)** | Turn rough ideas into a structured markdown spec through a browser-based Q&A flow |
|
|
@@ -535,7 +538,7 @@ Use this section as a map: start with installation, then jump to features, confi
|
|
|
535
538
|
<p><sub>Every merged contribution leaves a mark on the realm.</sub></p>
|
|
536
539
|
|
|
537
540
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
538
|
-
[](#contributors-)
|
|
539
542
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
540
543
|
</div>
|
|
541
544
|
|
|
@@ -610,6 +613,13 @@ Use this section as a map: start with installation, then jump to features, confi
|
|
|
610
613
|
<td align="center" valign="top" width="16.66%"><a href="https://github.com/hannespr"><img src="https://avatars.githubusercontent.com/u/40021505?v=4?s=100" width="100px;" alt="Hannes"/><br /><sub><b>Hannes</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=hannespr" title="Code">๐ป</a></td>
|
|
611
614
|
<td align="center" valign="top" width="16.66%"><a href="https://qwtoe.github.io/"><img src="https://avatars.githubusercontent.com/u/36733893?v=4?s=100" width="100px;" alt="mooozfxs"/><br /><sub><b>mooozfxs</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=qwtoe" title="Code">๐ป</a></td>
|
|
612
615
|
</tr>
|
|
616
|
+
<tr>
|
|
617
|
+
<td align="center" valign="top" width="16.66%"><a href="https://github.com/zackslash"><img src="https://avatars.githubusercontent.com/u/2040617?v=4?s=100" width="100px;" alt="Luke Hines"/><br /><sub><b>Luke Hines</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=zackslash" title="Code">๐ป</a></td>
|
|
618
|
+
<td align="center" valign="top" width="16.66%"><a href="https://github.com/andrewylies"><img src="https://avatars.githubusercontent.com/u/103019336?v=4?s=100" width="100px;" alt="m.seomoon"/><br /><sub><b>m.seomoon</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=andrewylies" title="Code">๐ป</a></td>
|
|
619
|
+
<td align="center" valign="top" width="16.66%"><a href="https://github.com/yolo2h"><img src="https://avatars.githubusercontent.com/u/10754850?v=4?s=100" width="100px;" alt="Yolo"/><br /><sub><b>Yolo</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=yolo2h" title="Code">๐ป</a></td>
|
|
620
|
+
<td align="center" valign="top" width="16.66%"><a href="https://github.com/xinxingi"><img src="https://avatars.githubusercontent.com/u/49302071?v=4?s=100" width="100px;" alt="XinXing"/><br /><sub><b>XinXing</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=xinxingi" title="Code">๐ป</a></td>
|
|
621
|
+
<td align="center" valign="top" width="16.66%"><a href="https://github.com/eltociear"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Eltociear Ashimine"/><br /><sub><b>Ikko Eltociear Ashimine</b></sub></a><br /><a href="https://github.com/alvinunreal/oh-my-opencode-slim/commits?author=eltociear" title="Code">๐ป</a></td>
|
|
622
|
+
</tr>
|
|
613
623
|
</tbody>
|
|
614
624
|
</table>
|
|
615
625
|
|