Commit Graph

57 Commits

Author SHA1 Message Date
Forge
aa75e8d8ac fix: replace clears text field - store selection before toolbar shows
Some checks failed
CI — Test & Build / Test & Build (push) Has been cancelled
2026-03-06 13:38:13 +08: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
Forge
7f16bd886f fix: rewrite workflows without GitHub marketplace actions
Some checks failed
CI — Test & Build / Test & Build (push) Failing after 1m13s
- Use native git clone instead of actions/checkout
- Use node:22-bookworm container directly
- Remove dependency on actions/setup-node, upload-artifact
- Use curl for Gitea API calls directly
- Fixes CI failure on self-hosted runner
2026-03-06 13:18:27 +08:00
Forge
41db281824 release: add chrome-mv3 build zip for testing
Some checks failed
CI — Test & Build / Unit Tests (push) Failing after 27s
CI — Test & Build / Build Extension (push) Has been skipped
2026-03-06 13:16:12 +08:00
Forge
310b61439a docs: add PHASE1_SUMMARY.md
Some checks failed
CI — Test & Build / Unit Tests (push) Failing after 29s
CI — Test & Build / Build Extension (push) Has been skipped
2026-03-06 13:12:30 +08:00
Forge
c35ef08531 feat: fix WXT setup — install @wxt-dev/module-react, fix sandbox imports, clean build (closes #1)
Some checks failed
CI — Test & Build / Unit Tests (push) Failing after 34s
CI — Test & Build / Build Extension (push) Has been skipped
2026-03-06 13:11:19 +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