Commit Graph

46 Commits

Author SHA1 Message Date
Simon
0cad8a1159 feat(ext): use full task for tab group name 2026-01-28 14:12:30 +08:00
Simon
77a771f0b6 chore(ext): react misc 2026-01-28 14:11:44 +08:00
Simon
dd593f77e9 chore(ext): refine MultiPageAgent api and clean up 2026-01-28 13:36:46 +08:00
Simon
55ffbb8f08 refactor(ext): improve folder structure 2026-01-28 13:15:34 +08:00
Simon
e425a3ed9f fix(ext): wait for new tab to load 2026-01-27 21:49:06 +08:00
Simon
87c3fe36d2 feat(ext): new prompt 2026-01-27 21:45:51 +08:00
Simon
d64e144ab4 chore(ext): clean up package.json; rebuild lock 2026-01-27 18:47:32 +08:00
Simon
5c3e3d1066 Merge pull request #127 from alibaba/dependabot/npm_and_yarn/production-dependencies-e7b19cf5cb
chore(deps): bump the production-dependencies group across 1 directory with 2 updates
2026-01-27 18:39:21 +08:00
Simon
a243f158d7 Merge pull request #128 from alibaba/dependabot/npm_and_yarn/development-dependencies-7b2f699698
chore(deps-dev): bump the development-dependencies group across 1 directory with 3 updates
2026-01-27 18:39:02 +08:00
Simon
96a51d3674 fix(ext): prevent submit on composing state 2026-01-27 17:47:56 +08:00
dependabot[bot]
06f2f8be6c chore(deps-dev): bump the development-dependencies group across 1 directory with 3 updates
Bumps the development-dependencies group with 3 updates in the / directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint), [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom).


Updates `typescript-eslint` from 8.53.1 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint)

Updates `react` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `react-dom` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-27 09:44:01 +00:00
dependabot[bot]
bb68d218cc chore(deps): bump the production-dependencies group across 1 directory with 2 updates
Bumps the production-dependencies group with 2 updates in the / directory: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) and [motion](https://github.com/motiondivision/motion).


Updates `lucide-react` from 0.562.0 to 0.563.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.563.0/packages/lucide-react)

Updates `motion` from 12.29.0 to 12.29.2
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/motiondivision/motion/compare/v12.29.0...v12.29.2)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 0.563.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: motion
  dependency-version: 12.29.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-27 09:42:47 +00:00
Simon
fdc3cf4e6d feat(ext): handcraft the whole ext from scratch
AI coding doesn't work for MV3 extensions.
Threading was an unfixable mess.
Removed everything and rebuilt by hand.
2026-01-27 17:21:32 +08:00
Simon
8efa8e18c1 refactor(ext): rewrite ext. totally-broken -> still-broken; THIS IS NOT WORKING 2026-01-26 21:03:51 +08:00
Simon
cdecf3cc3d refactor(ext): mv files 2026-01-26 19:33:57 +08:00
Simon
89d6835a99 chore(ext): highlight cleanup with mask 2026-01-26 19:25:00 +08:00
Simon
3bf616dde1 fix: remove ensureResponseListener; remove isPageAgentMessage 2026-01-26 19:17:52 +08:00
Simon
f18b756390 chore: add isPageAgentMessage to message 2026-01-26 18:55:54 +08:00
Simon
c4bcad04bd chore(ext): debug logging 2026-01-26 16:16:04 +08:00
Simon
6141c0f669 feat(ext): update mask controller 2026-01-24 19:37:46 +08:00
Simon
fa5ab9d567 feat: multi tabs control 2026-01-24 19:29:27 +08:00
Simon
7a560341aa chore(ext): add privacy policy document 2026-01-22 16:08:21 +08:00
Simon
2024a417c6 chore: sync version 2026-01-22 15:45:17 +08:00
Simon
1f3e51eeb4 chore: sync version 2026-01-22 15:31:52 +08:00
Simon
8c43fe1409 feat: update historical event types 2026-01-22 15:15:18 +08:00
Simon
53d3aaa67f refactor: update event types 2026-01-22 14:57:21 +08:00
Simon
5c4777fe7a chore: remove unnecessary permissions from extension config 2026-01-22 14:46:14 +08:00
Simon
c1ae196bdc feat: update extension description and homepage URL 2026-01-21 19:54:11 +08:00
Simon
c06742b8ed chore(ext): sync version to 1.0.0-beta.4 2026-01-21 19:21:09 +08:00
Simon
af133470e1 feat: add error handling for content scripts 2026-01-21 19:17:54 +08:00
Simon
4153db866f Merge branch 'main' into feat/ext 2026-01-21 19:06:12 +08:00
Simon
3fea74faa9 feat(ext): handling page reload/redirect/close 2026-01-21 18:46:50 +08:00
Simon
570c79623b feat(ext): update API Key input to use password type for enhanced security 2026-01-21 17:37:27 +08:00
Simon
7dcfad42f5 feat(ext): refactor event card; the result also counts as a step 2026-01-21 17:25:44 +08:00
Simon
189e9f3d39 feat(ext): display step index in event card 2026-01-21 17:14:51 +08:00
Simon
9531fcff5a feat(ext): enhance error handling and improve UI structure 2026-01-21 16:50:55 +08:00
Simon
a18ebfd6c1 chore(ext): wxt configuration 2026-01-21 14:04:26 +08:00
Simon
5402cdecc2 style: update text sizes and spacing in components 2026-01-21 02:22:12 +08:00
Simon
969c00b2d1 feat(ext): auto fold reflections 2026-01-21 01:54:44 +08:00
Simon
4200c78327 feat(ext): style; code split 2026-01-20 21:13:44 +08:00
Simon
f500445965 feat: show rawResponse in cards 2026-01-20 20:38:02 +08:00
Simon
ba7e79251f docs(ext): update PageController lifecycle and tab binding 2026-01-20 19:17:39 +08:00
Simon
b4d17aa907 fix: no mask for new task after stop prev task 2026-01-20 19:08:52 +08:00
Simon
1a0c533cb4 fix: lost control of tab when window inactive 2026-01-20 19:03:15 +08:00
Simon
37332cbb9d feat(ext): icon; set chrome profile 2026-01-20 18:56:39 +08:00
Simon
db3b24a5ea feat(ext): draft extension structure (single-page mode) 2026-01-20 17:36:33 +08:00