1fedaf4dfa
fix: zip chrome-mv3 contents at root level + log manifest version
CI — Test & Build / Test & Build (push) Successful in 1m20s
Deploy — Chrome Web Store / Build & Deploy to Chrome Web Store (push) Failing after 1m18s
Release — Package & Publish / Build & Package Release (push) Successful in 1m13s
2026-03-11 08:42:39 +00:00
41b13e5b90
fix: use python3 to parse upload response (handles multiline JSON)
CI — Test & Build / Test & Build (push) Successful in 1m41s
Deploy — Chrome Web Store / Build & Deploy to Chrome Web Store (push) Failing after 1m7s
Release — Package & Publish / Build & Package Release (push) Successful in 1m5s
2026-03-11 08:21:28 +00:00
ecbab9c7ac
fix: use python3 to parse OAuth2 token response (handles spaces in JSON)
CI — Test & Build / Test & Build (push) Successful in 1m0s
Deploy — Chrome Web Store / Build & Deploy to Chrome Web Store (push) Failing after 1m0s
Release — Package & Publish / Build & Package Release (push) Successful in 57s
2026-03-11 08:17:42 +00:00
64c1e65dea
ci: add Chrome Web Store deploy workflow
CI — Test & Build / Test & Build (push) Successful in 54s
2026-03-11 08:06:28 +00:00
a4580cd892
fix: use GITEATOKEN secret (GITEA_TOKEN is reserved by Gitea)
CI — Test & Build / Test & Build (push) Successful in 52s
2026-03-06 22:44:49 +00:00
Forge
a3072dadfb
fix: add timestamp to package version to prevent duplicate conflict
CI — Test & Build / Test & Build (push) Failing after 46s
2026-03-06 14:05:04 +08:00
Forge
0884f2f18a
feat: add Telegram notifications on CI success/failure
CI — Test & Build / Test & Build (push) Failing after 48s
2026-03-06 14:02:25 +08:00
Forge
7732aace54
fix: clone to /tmp/lexai - avoid mounted workspace volume conflicts
CI — Test & Build / Test & Build (push) Failing after 35s
2026-03-06 13:52:30 +08:00
Forge
eb691ebb44
fix: use git fetch+reset instead of clone - workspace is a mounted volume
CI — Test & Build / Test & Build (push) Failing after 10s
2026-03-06 13:51:02 +08:00
Forge
20424af7db
fix: clear /workspace before clone to avoid 'already exists' error
CI — Test & Build / Test & Build (push) Failing after 10s
2026-03-06 13:49:54 +08:00
Forge
7713fb1b1d
fix: ci workflow - fix working-directory, git clone path, env var passing
CI — Test & Build / Test & Build (push) Failing after 10s
2026-03-06 13:45:14 +08:00
Forge
a47b82ab84
feat: publish versioned ZIP to Gitea package registry on CI
2026-03-06 13:43:57 +08:00
Forge
7f16bd886f
fix: rewrite workflows without GitHub marketplace actions
...
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
Nemo
b04076081c
feat: initial LexAI Chrome extension scaffold
...
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