Files
LexAI/docs/PROGRESS.md
john kevin asprec 8bc529ef2d
Some checks failed
CI — Test & Build / Test & Build (push) Has been cancelled
feat: add LexAI status bar and suggestion panel
- 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.
2026-08-13 18:06:45 +08:00

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

  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