Commit Graph

2 Commits

Author SHA1 Message Date
dongsheng123132
a7db8e55f2 Add remote agent distribution: install scripts + binaries
- agent.ps1: Windows one-line install script (irm u-claw.org/agent.ps1 | iex)
- agent.sh: macOS/Linux install script (curl -fsSL u-claw.org/agent.sh | bash)
- downloads/: agent binaries for Windows, macOS, Linux
- vercel.json: add Content-Type headers for binary downloads
2026-03-22 21:11:16 +08:00
dongsheng123132
33a7a4e950 fix: add vercel.json to serve website/ directory
Website files moved to website/ subdirectory, Vercel needs
outputDirectory config to find them.
2026-03-12 11:21:32 +08:00