Getting Started
DevLog is a fully self-contained VS Code / Cursor extension. No CLI. No terminal. Install, add a key, and code.
Requirements
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:
- Choose provider โ Groq or Gemini
- Paste your API key (password-masked input)
- Key is saved to VS Code global settings โ never asked again
Or set it manually in Settings (Cmd+, โ search devlog):
- Groq: console.groq.com โ key starts with
gsk_ - Gemini: aistudio.google.com/apikey โ key starts with
AIza
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:
Click View Performance Review to see your quarter immediately.