Commit Graph

4 Commits

Author SHA1 Message Date
john kevin asprec
04a4a2dc99 chore: remove unused deps, pin toolchain, single-source version, quarantine e2e
- Uninstall zustand, tailwindcss, autoprefixer, tweetnacl-util (all
  unused); README no longer advertises Tailwind/Zustand.
- Fix stale 'Tone' -> 'Explain' copy in Options.
- Add .nvmrc/engines/packageManager (Node 22 to match CI).
- wxt.config.ts reads manifest version from package.json so the two
  can never drift.
- Ignore *.zip build artifacts.
- Skip the two e2e specs with literal [EXTENSION_ID] placeholders
  (cannot pass; TODO references the e2e-ID-resolution task).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 21:26:51 +08:00
50df1b5d93 chore: bump manifest version to 1.0.0 in wxt.config.ts
All checks were successful
CI — Test & Build / Test & Build (push) Successful in 1m46s
Deploy — Chrome Web Store / Build & Deploy to Chrome Web Store (push) Successful in 1m53s
Release — Package & Publish / Build & Package Release (push) Successful in 1m46s
2026-03-11 09:37:44 +00:00
Forge
3b1386bb4f feat: add LexAI icon (16/32/48/128px) - purple + lightning bolt
Some checks failed
CI — Test & Build / Test & Build (push) Failing after 23s
2026-03-06 13:33:48 +08:00
Nemo
b04076081c feat: initial LexAI Chrome extension scaffold
Some checks failed
CI — Test & Build / Unit Tests (push) Failing after 54s
CI — Test & Build / Build Extension (push) Has been skipped
- WXT + React 18 + TypeScript setup
- Background service worker (LLM API proxy)
- Content script (floating toolbar + text selection)
- Options page (provider/model/API key config)
- Popup UI
- Gitea Actions workflows (CI, preview, release)
- Vitest unit tests + Playwright E2E setup
- Supports: OpenAI, Anthropic, Groq, OpenRouter
2026-03-06 09:34:15 +08:00