> ## Documentation Index
> Fetch the complete documentation index at: https://agentlogs.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Product updates and announcements

<Update label="April 18, 2026">
  ## OpenAI-Compatible Summary Backends

  * Self-hosted AgentLogs deployments can now generate transcript titles through any OpenAI-compatible API
  * New server env vars: `AI_BASE_URL`, `AI_MODEL`, and optional `AI_API_KEY`
  * OpenRouter remains supported as the hosted fallback for summary generation
  * See the updated [Hosting guide](/docs/server/hosting#ai-features) for configuration examples
</Update>

<Update label="March 18, 2026">
  ## Codex Support Is Now Stable

  * Codex integration has graduated from experimental to stable in the docs and UI
  * Codex transcript capture stays transcript-only, so git commit tracking remains off by default
  * The Codex installer and help text now use stable terminology
  * Codex hooks now prefer `AGENTLOGS_CLI_PATH` for local CLI development and otherwise fall back to `agentlogs@latest`
</Update>

<Update label="March 14, 2026">
  ## GitLab Login Support

  * AgentLogs server now supports GitLab authentication in addition to GitHub
</Update>

<Update label="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](/docs/server/hosting)
</Update>

<Update label="February 8, 2026">
  ## CLI Login Hostname Required

  `agentlogs login` now requires an explicit hostname:

  ```bash theme={null}
  npx agentlogs login agentlogs.ai
  ```

  * Removed `--dev` special-casing from authentication commands
  * You can now authenticate against any host by passing it directly
  * `logout` accepts an optional hostname and logs out from all hosts when omitted
</Update>

<Update label="February 4, 2025">
  ## Pi Support

  Added support for [Pi](https://github.com/mariozechner/pi-coding-agent) 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`

  Install the extension (run inside Pi or from the terminal):

  ```bash theme={null}
  pi install npm:@agentlogs/pi
  ```

  See the [Pi integration guide](/docs/agents/pi) for full setup instructions.
</Update>

<Update label="February 1, 2025">
  ## Interactive Upload Command

  New `npx 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

  See the [CLI commands reference](/docs/cli/commands#upload) for full usage details.
</Update>

<Update label="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
</Update>

<Update label="January 31, 2025">
  ## Transcript Deletion

  Transcript owners and team admins can now delete transcripts directly from the dashboard.
</Update>

<Update label="January 25, 2025">
  ## Codex Support (Experimental)

  Added experimental support for [OpenAI Codex](https://github.com/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

  See the [Codex integration guide](/docs/agents/codex) for setup instructions.
</Update>

<Update label="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
</Update>

<Update label="January 23, 2025">
  ## OpenCode Plugin

  Added support for [OpenCode](https://opencode.ai) transcripts.

  * Upload OpenCode sessions via the CLI
  * View OpenCode transcripts in the dashboard
  * Transcripts are marked with the OpenCode icon for easy identification
</Update>
