@odla-ai/cli 0.11.2 → 0.12.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/README.md CHANGED
@@ -114,7 +114,12 @@ shown-once credential.
114
114
  including from scripted and agent-driven shells; only CI, SSH sessions, and
115
115
  display-less hosts skip the launch. Pass `--open` to force it anyway, or
116
116
  `--no-open` to suppress it. Browser launch is best-effort; the printed URL
117
- and code always remain the fallback.
117
+ and code always remain the fallback and agents must relay that URL to the
118
+ human. The started handshake is persisted privately under `.odla/`, so a
119
+ run killed before approval loses nothing: rerunning resumes the same code.
120
+ Outside an interactive terminal the approval wait is capped (90 seconds by
121
+ default; `--wait <seconds>` overrides), and a still-pending handshake exits
122
+ with code 75 — approve at the URL, then re-run to collect the token.
118
123
  2. Creates the platform app if needed.
119
124
  3. Enables configured services in every configured environment. Calendar
120
125
  config is normalized per env and fixed to Google read-only access.