Download Latest Version v1.11.3 source code.zip (3.7 MB)
Email in envelope

Get an email when there's a new version of Clawith

Home / v1.11.1
Name Modified Size InfoDownloads / 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_migrations table.
  • 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=false in legacy .env files.
  • 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
Source: README.md, updated 2026-07-18