@odla-ai/cli 0.27.2 → 0.27.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/README.md +4 -0
- package/REQUIREMENTS.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -426,6 +426,10 @@ shown-once credential.
|
|
|
426
426
|
`--email <account>` or `ODLA_USER_EMAIL`; the matching existing account must
|
|
427
427
|
sign in, review the exact code, and approve it. Opening the URL alone does
|
|
428
428
|
not claim the request.
|
|
429
|
+
Studio shows the immutable project and capability request without grant
|
|
430
|
+
checkboxes. The owner approves that exact request or declines it with an
|
|
431
|
+
explanation which the CLI returns to the calling agent; different access
|
|
432
|
+
requires a new request.
|
|
429
433
|
Every real CLI handshake prints exactly one canonical `/studio?code=…` URL
|
|
430
434
|
and attempts to open it — including from CI, SSH, display-less, scripted,
|
|
431
435
|
and agent-driven shells. Only `--no-open` suppresses the attempt. Browser
|
package/REQUIREMENTS.md
CHANGED
|
@@ -42,6 +42,10 @@ Agnacl, but none should mention or special-case Agnacl.
|
|
|
42
42
|
`<platform>/studio?code=…` URL. Optional server URL hints must not create a
|
|
43
43
|
second CLI path. Opening it must not claim the request; the matching user must
|
|
44
44
|
explicitly review that exact code before approval controls appear.
|
|
45
|
+
- Studio must display the complete immutable request without grant-editing
|
|
46
|
+
controls. Approval accepts the request digest exactly; denial requires a
|
|
47
|
+
bounded, non-secret explanation returned to the polling agent. Any changed
|
|
48
|
+
scope, project, or capability requires a fresh request.
|
|
45
49
|
- Only one claimed pending or approved-but-uncollected request may be active per
|
|
46
50
|
user. Unclaimed issued codes must not occupy that slot.
|
|
47
51
|
- Every real CLI handshake must attempt to open that canonical approval URL,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odla-ai/cli",
|
|
3
|
-
"version": "0.27.
|
|
3
|
+
"version": "0.27.3",
|
|
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",
|