@odla-ai/harness 0.5.0 → 0.5.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/node.d.cts CHANGED
@@ -714,7 +714,6 @@ declare function runCodeAgent(options: RunCodeAgentOptions): Promise<CodeAgentRu
714
714
  */
715
715
  interface CodeInteractionBudgetState {
716
716
  tokens: number;
717
- noticeEmitted: boolean;
718
717
  costUsd: number;
719
718
  costKnown: boolean;
720
719
  }
package/dist/node.d.ts CHANGED
@@ -714,7 +714,6 @@ declare function runCodeAgent(options: RunCodeAgentOptions): Promise<CodeAgentRu
714
714
  */
715
715
  interface CodeInteractionBudgetState {
716
716
  tokens: number;
717
- noticeEmitted: boolean;
718
717
  costUsd: number;
719
718
  costKnown: boolean;
720
719
  }
package/dist/node.js CHANGED
@@ -44,7 +44,7 @@ import {
44
44
  validateMemory,
45
45
  validateRelativePath,
46
46
  verifyCodeCandidate
47
- } from "./chunk-UVGZHNLW.js";
47
+ } from "./chunk-5HX5LWTG.js";
48
48
  import {
49
49
  assertPinnedImage,
50
50
  buildContainerRunArgs,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odla-ai/harness",
3
- "version": "0.5.0",
3
+ "version": "0.5.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",