oh-my-opencode 2.13.1 → 2.13.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/dist/cli/index.js +1 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -2657,7 +2657,7 @@ var require_napi = __commonJS((exports, module) => {
|
|
|
2657
2657
|
var require_package = __commonJS((exports, module) => {
|
|
2658
2658
|
module.exports = {
|
|
2659
2659
|
name: "oh-my-opencode",
|
|
2660
|
-
version: "2.13.
|
|
2660
|
+
version: "2.13.1",
|
|
2661
2661
|
description: "OpenCode plugin - custom agents (oracle, librarian) and enhanced features",
|
|
2662
2662
|
main: "dist/index.js",
|
|
2663
2663
|
types: "dist/index.d.ts",
|
package/dist/index.js
CHANGED
|
@@ -40123,7 +40123,8 @@ class BackgroundManager {
|
|
|
40123
40123
|
agent: input.agent,
|
|
40124
40124
|
tools: {
|
|
40125
40125
|
task: false,
|
|
40126
|
-
background_task: false
|
|
40126
|
+
background_task: false,
|
|
40127
|
+
call_omo_agent: false
|
|
40127
40128
|
},
|
|
40128
40129
|
parts: [{ type: "text", text: input.prompt }]
|
|
40129
40130
|
}
|