Docs/Getting Started

Getting Started

DevLog is a fully self-contained VS Code / Cursor extension. No CLI. No terminal. Install, add a key, and code.

Requirements

  • VS Code 1.88+ or Cursor
  • A free API key from Groq or Gemini โ€” no credit card required

Step 1 โ€” Install

Search DevLog in the Extensions panel, or install from the VS Code Marketplace. Works identically in VS Code and Cursor.

After installing, reload the window (Cmd+Shift+P โ†’ Developer: Reload Window). Look for ๐Ÿ““ DevLog in the bottom-right status bar.

Step 2 โ€” Add your API key

On first use, DevLog walks you through setup:

  1. Choose provider โ€” Groq or Gemini
  2. Paste your API key (password-masked input)
  3. Key is saved to VS Code global settings โ€” never asked again

Or set it manually in Settings (Cmd+, โ†’ search devlog):

settings.json
{
"devlog.apiKey": "gsk_..."
}
Free API keys โ€” no credit card required

Step 3 โ€” Code like normal

DevLog captures file saves, git commits (filtered to your email only), errors, and debug sessions silently in the background.

Step 4 โ€” Synthesize

Cmd+Shift+P โ†’ DevLog: Synthesize Now

DevLog reads today's activity, enriches any commit messages from git history, calls your AI provider, and opens your daily log webview with branch activity, commit descriptions, work areas, and a Copy standup button.

First-run bootstrap

On first install, DevLog reads your last 90 days of git history across all branches โ€” filtered to your commits โ€” and generates daily logs automatically. You'll see a notification:

DevLog: Welcome! Generated 47 daily logs from your git history.
[View Performance Review]

Click View Performance Review to see your quarter immediately.