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 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.0",
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-opencode",
3
- "version": "2.13.1",
3
+ "version": "2.13.2",
4
4
  "description": "OpenCode plugin - custom agents (oracle, librarian) and enhanced features",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",