March 14, 2026
GitLab Login Support
- AgentLogs server now supports GitLab authentication in addition to GitHub
March 7, 2026
Server Architecture Rewrite
- AgentLogs server is no longer tied to Cloudflare-specific infrastructure
- Self-hosting now runs as a single standalone binary or Docker image (
ghcr.io/agentlogs/agentlogs) - On-prem deployment is now much simpler
- See the new Hosting guide
February 8, 2026
CLI Login Hostname Required
agentlogs login now requires an explicit hostname:- Removed
--devspecial-casing from authentication commands - You can now authenticate against any host by passing it directly
logoutaccepts an optional hostname and logs out from all hosts when omitted
February 4, 2025
Pi Support
Added support for Pi transcripts.- Automatic sync: Transcripts upload after each turn and on session exit
- Git commit enhancement: Automatically adds transcript links to commit messages
- Branch-aware: Properly handles Pi’s conversation branching feature
- Interactive upload: Pi sessions now appear in
npx agentlogs upload
February 1, 2025
Interactive Upload Command
Newnpx agentlogs upload command to browse and upload transcripts from any agent.- Interactive picker: Browse all local transcripts with an interactive TUI
- Multi-agent support: Discovers transcripts from Claude Code, Codex, and OpenCode
February 1, 2025
Team Dashboard
The team page now features a comprehensive dashboard with analytics and member management.- Activity metrics: View total team logs, lines added, modified, and removed
- Activity trend chart: Stacked area chart showing daily (or hourly for 24h) activity per team member
- Usage charts: See agent and model usage across your team
January 31, 2025
Transcript Deletion
Transcript owners and team admins can now delete transcripts directly from the dashboard.January 25, 2025
Codex Support (Experimental)
Added experimental support for OpenAI Codex transcripts.- Automatic transcript capture via MCP server integration
- Background service watches for session changes
- Uploads triggered on each agent response completion
- Zero-interaction setup: just add MCP config and go
January 24, 2025
Documentation
We shipped our official documentation site! You’re reading it right now.- Getting started guides for Claude Code and OpenCode
- Full CLI command reference
- Permissions and configuration docs