@openacp/cli 2026.41.2 → 2026.41.3

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.ts CHANGED
@@ -326,7 +326,7 @@ interface SessionModeState {
326
326
  }
327
327
  interface ConfigSelectChoice {
328
328
  value: string;
329
- label: string;
329
+ name: string;
330
330
  description?: string;
331
331
  }
332
332
  interface ConfigSelectGroup {