| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-18 | 971 Bytes | |
| v1.11.1 -- Runtime Startup and Upgrade Fixes source code.tar.gz | 2026-07-18 | 3.5 MB | |
| v1.11.1 -- Runtime Startup and Upgrade Fixes source code.zip | 2026-07-18 | 4.0 MB | |
| Totals: 3 Items | 7.6 MB | 0 | |
v1.11.1 — Runtime Startup and Upgrade Fixes
- Fixed a Backend startup failure caused by the missing
checkpoint_migrationstable. - Alembic migrations and LangGraph Checkpoint initialization now run automatically during startup.
- Durable Runtime is enabled by default and is no longer affected by
AGENT_RUNTIME_V2_ENABLED=falsein legacy.envfiles. - Improved concurrency safety during Checkpoint initialization.
- Synchronized Backend and Frontend version display.
Upgrade Guide
Docker Deployment
:::bash
git pull origin main
cd deploy
# Rebuild and restart services
docker compose down && docker compose up -d --build
Source Deployment
:::bash
git pull origin main
cd backend
cd ..
cd frontend
npm install
npm run build
cd ..
./restart.sh
Kubernetes / Helm
:::bash
helm upgrade clawith helm/clawith/ -f values.yaml