@wolfx/oh-my-openagent 3.17.4-beta.1 → 3.17.4-beta.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -119708,7 +119708,6 @@ function createCallOmoAgent(ctx, backgroundManager, disabledAgents = [], agentOv
119708
119708
  session_id: tool.schema.string().describe("Existing Task session to continue").optional()
119709
119709
  },
119710
119710
  async execute(args, toolContext) {
119711
- args.run_in_background = false;
119712
119711
  const toolCtx = toolContext;
119713
119712
  log(`[call_omo_agent] Starting with agent: ${args.subagent_type}, background: ${args.run_in_background}`);
119714
119713
  const callableAgents = await resolveCallableAgents(ctx.client);
@@ -122695,7 +122694,6 @@ function createDelegateTask(options) {
122695
122694
  command: tool.schema.string().optional().describe("The command that triggered this task")
122696
122695
  },
122697
122696
  async execute(args, toolContext) {
122698
- args.run_in_background = false;
122699
122697
  const ctx = toolContext;
122700
122698
  if (args.category) {
122701
122699
  if (args.subagent_type && args.subagent_type !== SISYPHUS_JUNIOR_AGENT2) {
@@ -152473,7 +152471,7 @@ class PostHog extends PostHogBackendClient {
152473
152471
  // package.json
152474
152472
  var package_default = {
152475
152473
  name: "@wolfx/oh-my-openagent",
152476
- version: "3.17.4-beta.1",
152474
+ version: "3.17.4-beta.2",
152477
152475
  description: "A fork of oh-my-openagent",
152478
152476
  main: "./dist/index.js",
152479
152477
  types: "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wolfx/oh-my-openagent",
3
- "version": "3.17.4-beta.1",
3
+ "version": "3.17.4-beta.2",
4
4
  "description": "A fork of oh-my-openagent",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",