Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 10 Aug 22:46
· 5 commits to main since this release

Self-host fleet worker for writ-agent-fleet.

Each archive unpacks to a directory containing the binary and the Playwright driver it
needs (playwright-driver/) — keep them together, the worker finds the driver beside
itself. Chromium installs itself on first browser use.

tar -xzf writ-agent-fleet-linux-x86_64.tar.gz
cd writ-agent-fleet-linux-x86_64
WRIT_SERVICE_TOKEN=… WRIT_COORDINATOR_URL=https://… ./writ-agent-fleet

Verify a download against its .sha256 before running it. Container image:
ghcr.io/usewrit/writ-agent:v1.0.1.

See CHANGELOG.md for what changed, and the
coordinator for the control plane this connects to.

Full Changelog: v1.0.0...v1.0.1