- Changelog
- Agents can now return a CLI sign-in URL and code immediately, then finish after you approve it in any browser.
- Changelog-Category
- docs
- Changelog-Visibility
- public
Publish resumable CLI login documentation
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
docs/openagents-cli/command-reference.md -
modified
docs/openagents-cli/import-github.md -
modified
docs/openagents-cli/install.md -
modified
priv/docs/api-tokens.md -
modified
priv/docs/cli-command-reference.md -
modified
priv/docs/import-github.md -
modified
priv/docs/install-cli.md -
modified
priv/docs/signing-in.md -
modified
test/openagents_web/docs_catalog_test.exs
Diff
9 files changed, +142 -39
docs/openagents-cli/command-reference.md modified +17 -6
@@ -38,6 +38,8 @@ Setting `NO_COLOR` also disables ANSI output.
| 38 | 38 |
|
| 39 | 39 |
|
| 40 | 40 |
|
| 41 |
|
|
| 42 |
|
|
| 41 | 43 |
|
| 42 | 44 |
|
| 43 | 45 |
|
@@ -119,13 +121,22 @@ With `--json`, stdout contains machine-readable output. Human progress and
| 119 | 121 |
|
| 120 | 122 |
|
| 121 | 123 |
|
| 122 |
|
|
| 124 |
|
|
| 125 |
|
|
| 126 |
|
|
| 127 |
|
|
| 123 | 128 |
|
| 124 |
|
|
| 125 |
|
|
| 126 |
|
|
| 127 |
|
|
| 128 |
|
|
| 129 |
|
|
| 130 |
|
|
| 131 |
|
|
| 132 |
|
|
| 133 |
|
|
| 134 |
|
|
| 135 |
|
|
| 136 |
|
|
| 137 |
|
|
| 138 |
|
|
| 139 |
|
|
| 129 | 140 |
|
| 130 | 141 |
|
| 131 | 142 |
|
docs/openagents-cli/import-github.md modified +13 -7
@@ -75,18 +75,24 @@ npx --yes @openagentsinc/cli@latest repo import OWNER/REPOSITORY
| 75 | 75 |
|
| 76 | 76 |
|
| 77 | 77 |
|
| 78 |
|
|
| 78 |
|
|
| 79 | 79 |
|
| 80 | 80 |
|
| 81 | 81 |
|
| 82 | 82 |
|
| 83 | 83 |
|
| 84 | 84 |
|
| 85 |
|
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 89 |
|
|
| 85 |
|
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
|
| 94 |
|
|
| 95 |
|
|
| 90 | 96 |
|
| 91 | 97 |
|
| 92 | 98 |
|
@@ -125,7 +131,7 @@ pointer files without copying the LFS objects.
| 125 | 131 |
|
| 126 | 132 |
|
| 127 | 133 |
|
| 128 |
|
|
| 134 |
|
|
| 129 | 135 |
|
| 130 | 136 |
|
| 131 | 137 |
|
docs/openagents-cli/install.md modified +35 -9
@@ -35,7 +35,7 @@ npx --yes @openagentsinc/cli@latest repo list
| 35 | 35 |
|
| 36 | 36 |
|
| 37 | 37 |
|
| 38 |
|
|
| 38 |
|
|
| 39 | 39 |
|
| 40 | 40 |
|
| 41 | 41 |
|
@@ -67,15 +67,37 @@ Start the browser-assisted device authorization flow:
| 67 | 67 |
|
| 68 | 68 |
|
| 69 | 69 |
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 73 |
|
|
| 73 | 74 |
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 80 |
|
|
| 81 |
|
|
| 82 |
|
|
| 83 |
|
|
| 84 |
|
|
| 85 |
|
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
|
| 94 |
|
|
| 95 |
|
|
| 96 |
|
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 79 | 101 |
|
| 80 | 102 |
|
| 81 | 103 |
|
@@ -114,6 +136,10 @@ For an agent or CI process, set the token in the environment for the process:
| 114 | 136 |
|
| 115 | 137 |
|
| 116 | 138 |
|
| 139 |
|
|
| 140 |
|
|
| 141 |
|
|
| 142 |
|
|
| 117 | 143 |
|
| 118 | 144 |
|
| 119 | 145 |
|
priv/docs/api-tokens.md modified +4
@@ -8,6 +8,10 @@ device authorization and stores it in the operating-system credential store.
| 8 | 8 |
|
| 9 | 9 |
|
| 10 | 10 |
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 11 | 15 |
|
| 12 | 16 |
|
| 13 | 17 |
|
priv/docs/cli-command-reference.md modified +17 -6
@@ -36,6 +36,8 @@ Setting `NO_COLOR` also disables ANSI output.
| 36 | 36 |
|
| 37 | 37 |
|
| 38 | 38 |
|
| 39 |
|
|
| 40 |
|
|
| 39 | 41 |
|
| 40 | 42 |
|
| 41 | 43 |
|
@@ -119,13 +121,22 @@ With `--json`, stdout contains machine-readable output. Human progress and
| 119 | 121 |
|
| 120 | 122 |
|
| 121 | 123 |
|
| 122 |
|
|
| 124 |
|
|
| 125 |
|
|
| 126 |
|
|
| 127 |
|
|
| 123 | 128 |
|
| 124 |
|
|
| 125 |
|
|
| 126 |
|
|
| 127 |
|
|
| 128 |
|
|
| 129 |
|
|
| 130 |
|
|
| 131 |
|
|
| 132 |
|
|
| 133 |
|
|
| 134 |
|
|
| 135 |
|
|
| 136 |
|
|
| 137 |
|
|
| 138 |
|
|
| 139 |
|
|
| 129 | 140 |
|
| 130 | 141 |
|
| 131 | 142 |
|
priv/docs/import-github.md modified +12 -1
@@ -78,7 +78,7 @@ npx --yes @openagentsinc/cli@latest repo import OWNER/REPOSITORY
| 78 | 78 |
|
| 79 | 79 |
|
| 80 | 80 |
|
| 81 |
|
|
| 81 |
|
|
| 82 | 82 |
|
| 83 | 83 |
|
| 84 | 84 |
|
@@ -89,6 +89,17 @@ You can use `npx` for the import and the CLI-managed clone. Install the CLI
| 89 | 89 |
|
| 90 | 90 |
|
| 91 | 91 |
|
| 92 |
|
|
| 93 |
|
|
| 94 |
|
|
| 95 |
|
|
| 96 |
|
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 101 |
|
|
| 102 |
|
|
| 92 | 103 |
|
| 93 | 104 |
|
| 94 | 105 |
|
priv/docs/install-cli.md modified +35 -9
@@ -34,7 +34,7 @@ Pin the package version when a script or qualification run must be
| 34 | 34 |
|
| 35 | 35 |
|
| 36 | 36 |
|
| 37 |
|
|
| 37 |
|
|
| 38 | 38 |
|
| 39 | 39 |
|
| 40 | 40 |
|
@@ -61,15 +61,37 @@ Start the browser-assisted device authorization flow:
| 61 | 61 |
|
| 62 | 62 |
|
| 63 | 63 |
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 67 | 68 |
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 80 |
|
|
| 81 |
|
|
| 82 |
|
|
| 83 |
|
|
| 84 |
|
|
| 85 |
|
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
|
| 94 |
|
|
| 73 | 95 |
|
| 74 | 96 |
|
| 75 | 97 |
|
@@ -108,6 +130,10 @@ For an agent or CI process, set the token for the process:
| 108 | 130 |
|
| 109 | 131 |
|
| 110 | 132 |
|
| 133 |
|
|
| 134 |
|
|
| 135 |
|
|
| 136 |
|
|
| 111 | 137 |
|
| 112 | 138 |
|
| 113 | 139 |
|
priv/docs/signing-in.md modified +5
@@ -29,3 +29,8 @@ Run `openagents auth login` to start a browser-assisted device flow. You review
| 29 | 29 |
|
| 30 | 30 |
|
| 31 | 31 |
|
| 32 |
|
|
| 33 |
|
|
| 34 |
|
|
| 35 |
|
|
| 36 |
|
test/openagents_web/docs_catalog_test.exs modified +4 -1
@@ -70,10 +70,13 @@ defmodule OpenAgentsWeb.DocsCatalogTest do
| 70 | 70 |
|
| 71 | 71 |
|
| 72 | 72 |
|
| 73 |
|
|
| 73 |
|
|
| 74 | 74 |
|
| 75 | 75 |
|
| 76 | 76 |
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 77 | 80 |
|
| 78 | 81 |
|
| 79 | 82 |
|