@odla-ai/harness 0.10.0 → 0.10.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 (39) hide show
  1. package/dist/{chunk-U324RQ4N.js → chunk-CPV7ZVHH.js} +1 -1
  2. package/dist/{chunk-U324RQ4N.js.map → chunk-CPV7ZVHH.js.map} +1 -1
  3. package/dist/{chunk-OZBJNTML.js → chunk-ESLFS3FY.js} +4 -4
  4. package/dist/{chunk-5LRYJKUI.js → chunk-FUDTSAOZ.js} +3 -3
  5. package/dist/{chunk-VDY5V7ZG.js → chunk-JV45JAAW.js} +3 -3
  6. package/dist/chunk-JV45JAAW.js.map +1 -0
  7. package/dist/{chunk-FAN2R3GW.js → chunk-KXFI3WM2.js} +5 -1
  8. package/dist/chunk-KXFI3WM2.js.map +1 -0
  9. package/dist/{chunk-5MDYIJXC.js → chunk-VIZALA6O.js} +643 -67
  10. package/dist/chunk-VIZALA6O.js.map +1 -0
  11. package/dist/cli.cjs +1 -1
  12. package/dist/cli.cjs.map +1 -1
  13. package/dist/cli.js +4 -4
  14. package/dist/code-runtime-cli.cjs +706 -125
  15. package/dist/code-runtime-cli.cjs.map +1 -1
  16. package/dist/code-runtime-cli.js +5 -5
  17. package/dist/index.cjs +5 -1
  18. package/dist/index.cjs.map +1 -1
  19. package/dist/index.d.cts +2 -2
  20. package/dist/index.d.ts +2 -2
  21. package/dist/index.js +3 -3
  22. package/dist/node.cjs +713 -130
  23. package/dist/node.cjs.map +1 -1
  24. package/dist/node.d.cts +41 -6
  25. package/dist/node.d.ts +41 -6
  26. package/dist/node.js +8 -6
  27. package/dist/node.js.map +1 -1
  28. package/dist/testing.cjs.map +1 -1
  29. package/dist/testing.d.cts +1 -1
  30. package/dist/testing.d.ts +1 -1
  31. package/dist/testing.js +1 -1
  32. package/dist/{types-_8y8vBDI.d.ts → types-ocy70g_p.d.cts} +1 -1
  33. package/dist/{types-_8y8vBDI.d.cts → types-ocy70g_p.d.ts} +1 -1
  34. package/package.json +1 -1
  35. package/dist/chunk-5MDYIJXC.js.map +0 -1
  36. package/dist/chunk-FAN2R3GW.js.map +0 -1
  37. package/dist/chunk-VDY5V7ZG.js.map +0 -1
  38. /package/dist/{chunk-OZBJNTML.js.map → chunk-ESLFS3FY.js.map} +0 -0
  39. /package/dist/{chunk-5LRYJKUI.js.map → chunk-FUDTSAOZ.js.map} +0 -0
@@ -246,7 +246,7 @@ type CodeSessionEvent = CodeSessionEventData & {
246
246
  createdAt: number;
247
247
  };
248
248
  /** Closed set of effects an agent container may request from its trusted broker. */
249
- type HarnessToolName = "sandbox.read" | "sandbox.list" | "sandbox.search" | "sandbox.overview" | "sandbox.where_is" | "sandbox.who_imports" | "sandbox.who_touches" | "sandbox.apply_patch" | "sandbox.run_recipe";
249
+ type HarnessToolName = "sandbox.read" | "sandbox.list" | "sandbox.search" | "sandbox.overview" | "sandbox.where_is" | "sandbox.who_imports" | "sandbox.who_touches" | "sandbox.apply_patch" | "sandbox.edit" | "sandbox.run_recipe";
250
250
  /** Correlated, structured tool request emitted by an untrusted agent container. */
251
251
  interface HarnessToolRequest {
252
252
  requestId: string;
@@ -246,7 +246,7 @@ type CodeSessionEvent = CodeSessionEventData & {
246
246
  createdAt: number;
247
247
  };
248
248
  /** Closed set of effects an agent container may request from its trusted broker. */
249
- type HarnessToolName = "sandbox.read" | "sandbox.list" | "sandbox.search" | "sandbox.overview" | "sandbox.where_is" | "sandbox.who_imports" | "sandbox.who_touches" | "sandbox.apply_patch" | "sandbox.run_recipe";
249
+ type HarnessToolName = "sandbox.read" | "sandbox.list" | "sandbox.search" | "sandbox.overview" | "sandbox.where_is" | "sandbox.who_imports" | "sandbox.who_touches" | "sandbox.apply_patch" | "sandbox.edit" | "sandbox.run_recipe";
250
250
  /** Correlated, structured tool request emitted by an untrusted agent container. */
251
251
  interface HarnessToolRequest {
252
252
  requestId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odla-ai/harness",
3
- "version": "0.10.0",
3
+ "version": "0.10.2",
4
4
  "description": "Safe, inspectable coding-task protocol and credentialless container runner for odla Studio.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://odla.ai/docs/packages/harness",