kylon-cli 0.3.0-next.472 → 0.3.1-next.474
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 +1 -1
- package/dist/kylon-bundle.mjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ The CLI is published to npm as
|
|
|
10
10
|
[`kylon-cli`](https://www.npmjs.com/package/kylon-cli). The Web UI provides
|
|
11
11
|
two distinct copy-paste entry points:
|
|
12
12
|
|
|
13
|
-
- **
|
|
13
|
+
- **Settings → Developer tools → Kylon CLI** shows
|
|
14
14
|
`npx --yes kylon-cli@<tag> auth login --workspace <id>` — authorizes this
|
|
15
15
|
installation for human workspace commands. Its **Use with Your Agents**
|
|
16
16
|
prompt teaches Claude Code, Codex, Hermes, or OpenClaw to discover and use
|