# Progress board > For the owner. What works, how to see it, and what's waiting on you — plain language. **Updated:** 2026-08-13 · **Overall:** Chrome LexAI unchanged; VS Code LexAI v1 ready to try locally ## What works now - Chrome extension (existing): select on any page → AI action → Replace/Copy - VS Code extension (new): select in editor → LexAI context menu / Command Palette → selection replaced - Shared LLM core (`src/lib`) used by both; VS Code key lives in Secret Storage ## See it yourself (VS Code) — about five minutes 1. From repo root: `npm run vscode:install` then `npm run vscode:build` 2. Open `packages/vscode` in VS Code/Cursor → Run and Debug → **Run LexAI Extension** (F5), or `npm run vscode:package` and Install from VSIX 3. Command Palette → **LexAI: Set API Key** → pick provider → paste key 4. Select ≥10 characters in an editor → right-click → **LexAI** → Fix Grammar (or another action) ## Waiting on you | # | Decision | Options (recommended bold) | What it unblocks | | --- | --- | --- | --- | | 1 | Confirm Cursor mid/strong model picker IDs | **Keep written IDs** / send exact picker strings | reliable Task dispatch for builders/critics | | 2 | Grammarly reference screenshots? | **Later** / capture into `docs/reference/` | Chrome UX gauntlet | | 3 | Publish VS Code extension to Marketplace? | **Stay local for now** / set publisher + publish | public install | ## Next up — proceeds without you - Optional: VS Code Prompt Builder / style quick-pick / Marketplace packaging when you ask