spawn/packages/cli/src
Ahmed Abushagur ccd86005ce
Some checks failed
CLI Release / Build and release CLI (push) Has been cancelled
Lint / ShellCheck (push) Has been cancelled
Lint / Biome Lint (push) Has been cancelled
Lint / macOS Compatibility (push) Has been cancelled
fix: scope local warning to openclaw-only + improve spawn skill docs (#3074)
- Revert local security warning to openclaw-only (was blocking all agents)
- Update spawn skill to document how to run prompts on child VMs:
  - Always use `bash -lc` (binaries in ~/.local/bin/ need login shell)
  - Claude uses `-p` not `--print` or `--headless`
  - Add `--dangerously-skip-permissions` for unattended child VMs
  - Don't waste tokens with `which`/`find` or creating non-root users
- Sync all on-disk skill files with embedded version

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 22:54:24 -07:00
..
__tests__ test: consolidate duplicate agent envVars tests into data-driven table (#3064) 2026-03-27 19:53:19 +07:00
aws fix(ux): suppress duplicate install message and set UTF-8 locale (#2950) 2026-03-24 01:59:11 -07:00
commands fix: reject disabled agents in CLI validation instead of silently proceeding (#3061) 2026-03-27 10:22:18 +00:00
digitalocean fix(digitalocean): fail fast when droplet quota is exhausted, list existing droplets (#3062) 2026-03-27 18:49:18 +07:00
gcp fix: remove docker from --fast and fix docker cp into container (#2976) 2026-03-25 14:52:05 +07:00
hetzner fix: resolve UX issues in spawn claude hetzner (#2977) (#2980) 2026-03-25 15:50:51 +07:00
local fix: scope local warning to openclaw-only + improve spawn skill docs (#3074) 2026-03-27 22:54:24 -07:00
shared fix: scope local warning to openclaw-only + improve spawn skill docs (#3074) 2026-03-27 22:54:24 -07:00
sprite fix(e2e): fix --fast mode for native binary agents on Sprite (#2965) 2026-03-25 02:59:11 +07:00
flags.ts fix: add --yes/-y to KNOWN_FLAGS so spawn delete --name <name> --yes works (#3024) 2026-03-27 02:54:33 +07:00
guidance-data.ts refactor: remove dead exports only used within their own files (#2431) 2026-03-10 08:51:15 -04:00
history.ts feat: recursive spawn (--beta recursive) (#2978) 2026-03-25 10:42:09 -07:00
index.ts feat: recursive spawn tree passback (#3023) 2026-03-26 15:21:50 -07:00
manifest.ts fix: temporarily disable Cursor CLI agent (#3055) 2026-03-27 02:08:04 -07:00
picker.ts refactor: remove dead exported types from picker.ts and spawn-config.ts (#2553) 2026-03-12 21:43:05 -04:00
security.ts fix(security): resolve symlinks in prompt file validation to prevent bypass (#2744) 2026-03-17 22:21:11 -07:00
unicode-detect.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
update-check.ts fix(update-check): redirect install script stdout to stderr in --output json mode (#2919) 2026-03-24 03:18:50 +07:00