Some checks failed
CI — Test & Build / Test & Build (push) Has been cancelled
- Implemented a status bar item for LexAI with dynamic status updates (ready, processing, notReady). - Created a suggestion panel for displaying and interacting with AI-generated suggestions. - Added functionality for accepting, regenerating, and discarding suggestions within the suggestion zone. - Introduced configuration options for writing style, prompt patterns, personas, and formats. - Integrated progress indicators for long-running tasks and improved user feedback. - Established TypeScript configuration for the vscode package.
1.5 KiB
1.5 KiB
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
- From repo root:
npm run vscode:installthennpm run vscode:build - Open
packages/vscodein VS Code/Cursor → Run and Debug → Run LexAI Extension (F5), ornpm run vscode:packageand Install from VSIX - Command Palette → LexAI: Set API Key → pick provider → paste key
- 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