mirror of
https://github.com/vercel/vercel-plugin.git
synced 2026-09-14 15:39:47 +08:00
95c744e7de
* [vercel-sandbox] rewrite skill as a comprehensive general Sandbox guide The published skill was a stale browser-automation recipe: it installed packages with dnf on Amazon Linux (the default image is Ubuntu/apt) and omitted persistence, regions, images, drives, network policy, credential brokering, multi-agent, the CLI, and limits. Agents loading it were steered wrong on the basics. Rewrite skills/vercel-sandbox/upstream/SKILL.md into a full general Sandbox skill covering the create/run/stop loop, auth, all create options, commands (no shell, exit-code semantics), files, apt packages, ports and preview URLs, persistence/sessions/hooks, snapshots, images, drives, network policy and credential brokering, running AI agents via the AI Gateway, multi-agent isolation, the CLI, limits, and a best-practice checklist. Add a summary field to overlay.yaml as the injection-budget fallback. Every claim is mapped to a vercel.com/docs/sandbox source or a live probe; key runtime behaviors (non-zero exit does not throw, timeout rejects in flight, default user is ubuntu) are BEHAVIOR_CONFIRMED against @vercel/sandbox 3.1.0. Regenerated skill build output and manifest. * [vercel-sandbox] bump plugin version to 0.49.2 Skill content ships to users via a version bump (per #171). Bump the source version in package.json and .claude-plugin/plugin.json, sync the per-harness manifests (.cursor-plugin, .kimi-plugin, .plugin) and the telemetry hook fallback, and regenerate build outputs. Addresses review feedback.