Documentation

What's New

Latest features and updates in TraceLLM.

Version 0.2.0

TraceLLM v0.2.0 focuses on zero-configuration setup and a more personalized CLI experience. Here is what is new:

SQLite Storage

Automatic local database at ~/.tracellm/traces.db. No setup required.

Auto Dashboard Launch

Browser opens automatically when you run tracellm start.

CLI Themes

Personalize the CLI with Matrix, Dracula, Nord, Retro, and Purple themes.

SQLite Storage

TraceLLM now uses SQLite as the default storage engine. The database is automatically created at ~/.tracellm/traces.db on first run.

What changed:

  • No external database setup needed
  • No environment variables for storage
  • Tables created and indexed automatically
  • Zero configuration required

Auto Dashboard Launch

When you run tracellm start, the dashboard now opens in your browser automatically. No more manual navigation or separate commands.

The startup sequence:

  • Starts the FastAPI backend
  • Initializes SQLite storage
  • Launches the WebSocket server
  • Opens the dashboard in your default browser

CLI Themes

Personalize your terminal with built-in CLI themes. Six themes are available:

Available commands:

TerminalCopy
bash
# List all available themes
tracellm theme list

# Show current theme
tracellm theme current

# Set a theme
tracellm theme set matrix
tracellm theme set dracula
tracellm theme set retro

# Reset to default
tracellm theme reset