@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/bin/odla-ai.js +2 -3
- package/bin/workspace-build.d.ts +1 -0
- package/bin/workspace-build.js +8 -0
- package/dist/bin.cjs +36 -22
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-6RGM4W73.js → chunk-74DXL2MT.js} +36 -22
- package/dist/chunk-74DXL2MT.js.map +1 -0
- package/dist/{cli-N5PASRYU.js → cli-EGZGMIKB.js} +2 -2
- package/dist/index.cjs +35 -21
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-6RGM4W73.js.map +0 -1
- /package/dist/{cli-N5PASRYU.js.map → cli-EGZGMIKB.js.map} +0 -0
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odla-ai/cli",
|
|
3
|
-
"version": "0.
|
|
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",
|