@odla-ai/cli 0.41.1 → 0.42.0

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/index.d.cts CHANGED
@@ -92,7 +92,7 @@ interface CodeHostCapabilities {
92
92
  };
93
93
  }
94
94
  type Output$1 = Pick<typeof console, "log" | "error">;
95
- /** Inputs for enrolling the current checkout and running its foreground Pi host. */
95
+ /** Inputs for enrolling the current checkout and running its foreground Theseus host. */
96
96
  interface CodeConnectOptions {
97
97
  configPath: string;
98
98
  /** Repository root. Defaults to the current directory. */
@@ -139,11 +139,11 @@ interface CodeRuntimeInput {
139
139
  sourceDir: string;
140
140
  };
141
141
  }
142
- /** Enroll this machine from an odla project and keep the embedded Pi runtime
142
+ /** Enroll this machine from an odla project and keep the Theseus runtime
143
143
  * online. Both the approval grant and host credential hashes are stored in
144
144
  * odla-ai/db; plaintext host authority exists only in this running process. */
145
145
  declare function codeConnect(options: CodeConnectOptions): Promise<void>;
146
- /** Run outbound presence and fenced Pi commands without opening a listener. */
146
+ /** Run outbound presence and fenced Theseus commands without opening a listener. */
147
147
  declare function runCodeRuntime(input: CodeRuntimeInput): Promise<void>;
148
148
 
149
149
  interface RunResult {
package/dist/index.d.ts CHANGED
@@ -92,7 +92,7 @@ interface CodeHostCapabilities {
92
92
  };
93
93
  }
94
94
  type Output$1 = Pick<typeof console, "log" | "error">;
95
- /** Inputs for enrolling the current checkout and running its foreground Pi host. */
95
+ /** Inputs for enrolling the current checkout and running its foreground Theseus host. */
96
96
  interface CodeConnectOptions {
97
97
  configPath: string;
98
98
  /** Repository root. Defaults to the current directory. */
@@ -139,11 +139,11 @@ interface CodeRuntimeInput {
139
139
  sourceDir: string;
140
140
  };
141
141
  }
142
- /** Enroll this machine from an odla project and keep the embedded Pi runtime
142
+ /** Enroll this machine from an odla project and keep the Theseus runtime
143
143
  * online. Both the approval grant and host credential hashes are stored in
144
144
  * odla-ai/db; plaintext host authority exists only in this running process. */
145
145
  declare function codeConnect(options: CodeConnectOptions): Promise<void>;
146
- /** Run outbound presence and fenced Pi commands without opening a listener. */
146
+ /** Run outbound presence and fenced Theseus commands without opening a listener. */
147
147
  declare function runCodeRuntime(input: CodeRuntimeInput): Promise<void>;
148
148
 
149
149
  interface RunResult {
package/dist/index.js CHANGED
@@ -56,7 +56,7 @@ import {
56
56
  startHostedSecurityJob,
57
57
  surfacePaths,
58
58
  validateInvocation
59
- } from "./chunk-6RGM4W73.js";
59
+ } from "./chunk-74DXL2MT.js";
60
60
  import {
61
61
  exitCodeFor,
62
62
  redactSecrets
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odla-ai/cli",
3
- "version": "0.41.1",
3
+ "version": "0.42.0",
4
4
  "description": "Agent-operable CLI for odla provisioning, calendar consent and connection lifecycle, System AI administration, Worker secrets, security jobs, and smoke checks.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://odla.ai/docs/packages/cli",