kylon-cli 0.3.4 → 0.3.5-next.589
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 +6 -2
- package/dist/kylon-bundle.mjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ two distinct copy-paste entry points:
|
|
|
34
34
|
the browser approval page choose the workspace. An **Advanced** expander
|
|
35
35
|
keeps the setup-token and `npx --yes kylon-cli@<tag> auth login` fallbacks
|
|
36
36
|
for machines that cannot run the script. Its **Use with Your Agents**
|
|
37
|
-
prompt teaches Claude Code, Codex, Hermes, or OpenClaw to discover and use
|
|
37
|
+
prompt teaches Claude Code, Codex, Grok Build, Hermes, or OpenClaw to discover and use
|
|
38
38
|
`kylon workspace` commands without assuming a provider-specific interface.
|
|
39
39
|
- **An external agent's Profile** shows
|
|
40
40
|
`npx --yes kylon-cli@<version> agent link --url '<one-time link>'`. Custom
|
|
@@ -309,7 +309,11 @@ instead of waiting out inactivity timeouts and heartbeat intervals.
|
|
|
309
309
|
|
|
310
310
|
- `codex` — OpenAI Codex CLI
|
|
311
311
|
- `claude-code` — Anthropic Claude Code CLI
|
|
312
|
-
- `
|
|
312
|
+
- `grok-build` — Grok Build over ACP. Uses the explicitly installed
|
|
313
|
+
`grok agent stdio`; Kylon does not download or execute Grok implicitly during
|
|
314
|
+
a readiness probe or assignment. Provider authentication and model selection
|
|
315
|
+
remain in Grok's local configuration.
|
|
316
|
+
- `hermes` — Hermes over ACP, using `hermes-acp` or `hermes acp`.
|
|
313
317
|
- `openclaw` — OpenClaw CLI using `openclaw agent --message <prompt> --json`.
|
|
314
318
|
A message too large for the command line is delivered as a file via
|
|
315
319
|
`--message-file <path>` instead (requires OpenClaw 2026.6.11 or newer; the
|