Changelog
Latest
Added
- Automatic Updates — Watchtower monitors GHCR for new container images and restarts services automatically. Polls every 24 hours by default.
- Dashboard Update Banner — Shows when a new release is available with version info and release notes link. Owners and Admins can click “Update Now” to trigger an immediate update without SSH access.
- GitHub Releases — Each release publishes Docker images to GHCR and creates a GitHub Release with changelog.
- Version Check API —
GET /api/health/version/checkcompares the running version against the latest GitHub Release (1-hour cache). - Engineering Cost Tracking — Per-developer cost breakdown, per-task cost/token attribution, cost trend vs previous period, and monthly AI cost budget with progress bar on the Insights page.
v0.1.0 — Initial Release
Added
- Claude Code Plugin — Install via the plugin marketplace with
/plugin marketplace add sebastiangrebe/tandemu - Skills —
/morning,/finish,/pause,/standup,/createfor terminal-based developer workflows - AI Memory — Persistent context across Claude Code sessions via OpenMemory MCP + Qdrant
- Dashboard — KPI cards, activity charts, AI vs manual code ratio, developer leaderboard
- Activity Page — Session tracking and automatic time logging
- Insights Page — Productivity multiplier, capacity freed, cost per task, AI adoption leaderboard
- Friction Map — Identifies files where developers repeatedly struggle
- AI Memory Dashboard — Browse, search, edit, and manage team knowledge with health scoring
- DORA-Inspired Metrics — Deployment frequency (task completion rate) and lead time (cycle time)
- Integrations — Jira, Linear, ClickUp, GitHub Issues, Asana, and monday.com with real-time API proxying
- Team Management — Role-based access (Owner, Admin, Member) with organization-level isolation
- Self-Hosting — Full Docker Compose stack with 8 services, no gated features
- OpenTelemetry Pipeline — Automatic telemetry collection from Claude Code to ClickHouse
- Row-Level Security — PostgreSQL RLS for tenant data isolation
- API Token Encryption — AES-256-GCM for integration credentials at rest
Last updated on