@odla-ai/cli 0.23.0 → 0.25.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
@@ -161,9 +161,10 @@ declare function codeConnect(options: CodeConnectOptions): Promise<void>;
161
161
  /** Run outbound presence and fenced Pi commands without opening a listener. */
162
162
  declare function runCodeRuntime(input: CodeRuntimeInput): Promise<void>;
163
163
 
164
- /** Map a CLI failure to its process exit code: 75 (EX_TEMPFAIL) marks a
165
- * handshake that is still awaiting human approvalthe pending state is
166
- * persisted and rerunning the same command resumes it everything else is 1. */
164
+ /** Map a CLI failure to its process exit code: 75 (EX_TEMPFAIL) marks work that
165
+ * has not failed but has not finisheda handshake still awaiting human
166
+ * approval (the pending state is persisted, so rerunning resumes it), or a
167
+ * `discuss watch` that timed out before anyone replied. Everything else is 1. */
167
168
  declare function exitCodeFor(err: unknown): number;
168
169
  /** Injectable side-effect boundaries used to run and test the command dispatcher. */
169
170
  interface CliDependencies {
package/dist/index.d.ts CHANGED
@@ -161,9 +161,10 @@ declare function codeConnect(options: CodeConnectOptions): Promise<void>;
161
161
  /** Run outbound presence and fenced Pi commands without opening a listener. */
162
162
  declare function runCodeRuntime(input: CodeRuntimeInput): Promise<void>;
163
163
 
164
- /** Map a CLI failure to its process exit code: 75 (EX_TEMPFAIL) marks a
165
- * handshake that is still awaiting human approvalthe pending state is
166
- * persisted and rerunning the same command resumes it everything else is 1. */
164
+ /** Map a CLI failure to its process exit code: 75 (EX_TEMPFAIL) marks work that
165
+ * has not failed but has not finisheda handshake still awaiting human
166
+ * approval (the pending state is persisted, so rerunning resumes it), or a
167
+ * `discuss watch` that timed out before anyone replied. Everything else is 1. */
167
168
  declare function exitCodeFor(err: unknown): number;
168
169
  /** Injectable side-effect boundaries used to run and test the command dispatcher. */
169
170
  interface CliDependencies {
package/dist/index.js CHANGED
@@ -49,7 +49,7 @@ import {
49
49
  startHostedSecurityJob,
50
50
  surfacePaths,
51
51
  validateInvocation
52
- } from "./chunk-RZDRUVBT.js";
52
+ } from "./chunk-HG63GLGU.js";
53
53
  export {
54
54
  AGENT_HARNESSES,
55
55
  CAPABILITIES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odla-ai/cli",
3
- "version": "0.23.0",
3
+ "version": "0.25.0",
4
4
  "description": "Agent-operable CLI for odla provisioning, calendar consent and sync lifecycle, System AI administration, Worker secrets, security jobs, and smoke checks.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://odla.ai/docs/packages/cli",