Simon
d8ec4cf1ab
feat: better action key in prompt example
2026-02-02 13:39:04 +08:00
Simon
da440f63c3
chore(version): bump version to 1.0.1
2026-01-30 16:59:11 +08:00
Simon
622fbff790
docs: simplify layout; rm useless CDN-setup
2026-01-30 16:54:31 +08:00
Simon
68c944c3a4
docs: remove i18n dep
2026-01-30 16:47:23 +08:00
Simon
6cd3e3726c
docs: typography
2026-01-30 16:34:27 +08:00
Simon
d11a2593b3
docs: pretty chrome extension entry
2026-01-30 15:19:54 +08:00
Simon
5e936c35d7
docs: simplify i18n
2026-01-30 15:13:31 +08:00
Simon
97cdb1e1cd
docs: Add Custom UI doc
2026-01-30 14:58:33 +08:00
Simon
7470c1987b
chore(ext): update extension version
2026-01-29 22:34:15 +08:00
Simon
b767f10a85
feat(ext): extending execute api
2026-01-29 22:26:31 +08:00
Simon
8a03391c95
fix(core): change emitActivity to #emitActivity
2026-01-29 21:15:24 +08:00
Simon
5cfaa292d3
feat(ext): add agent heart beat check
2026-01-29 19:21:57 +08:00
Simon
4e87940127
fix(ext): update message handlers
...
> If multiple listeners are registered for onMessage,
> only the first listener to respond, reject, or throw
> an error will affect the sender; all other listeners
> will run, but their results will be ignored.
2026-01-29 18:37:42 +08:00
Simon
5d77990187
feat(docs): add Chrome extension documentation
2026-01-28 23:27:11 +08:00
Simon
b0e07d5180
feat(ext): monitor to tab change
2026-01-28 23:03:03 +08:00
Simon
cf4eeb9481
fix(docs): update extension reference in README
2026-01-28 20:48:22 +08:00
Simon
d67ca95925
chore(ext): build extension 0.1.0-beta.1
2026-01-28 20:35:42 +08:00
Simon
f67ec5a2c2
feat(ext): require llmConfig when calling from main world
2026-01-28 20:28:21 +08:00
Simon
0f3ae38cb3
fix(ConfigPanel): correct auth token storage key
2026-01-28 20:19:16 +08:00
Simon
d6323f1488
feat(ext): improve token validation and error handling
2026-01-28 19:59:55 +08:00
Simon
ef2d115742
feat(ext): expose extension to main-world and auth with token
2026-01-28 19:47:15 +08:00
Simon
ff75aebc20
feat(core): remove unused .disposed
2026-01-28 19:17:23 +08:00
Simon
04d51c566d
feat: delay mask import
2026-01-28 17:16:39 +08:00
Simon
142231a16c
fix(PageController): use local svg for cursor mask to fix CSP errors
2026-01-28 17:04:54 +08:00
Simon
d712ea7041
chore(scripts): skip version update for extension package
2026-01-28 15:43:54 +08:00
Simon
9d37a452e4
feat(ext): improve tabs sum
2026-01-28 15:38:42 +08:00
Simon
94ae80ff6a
chore: move title line from Agent to PageController
2026-01-28 15:38:05 +08:00
Simon
d7b17facb6
feat(ext): UI for debugging
2026-01-28 15:26:11 +08:00
Simon
501411b254
feat: improve date format and error message for llm
2026-01-28 15:24:08 +08:00
Simon
f6394a04b1
feat(core): add rawRequest in history for debug
2026-01-28 14:30:04 +08:00
Simon
c80de93d3b
fix(ext): sw calling robust
2026-01-28 14:13:28 +08:00
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
6ff2a032d6
Merge pull request #122 from alibaba/feat/ext
...
[WIP] feat: the browser extension
2026-01-27 17:41:10 +08: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