Simon
|
5716966b6d
|
feat: add hooks for step lifecycle
|
2025-10-21 19:39:06 +08:00 |
|
Simon
|
50ccd30433
|
feat: support custom tools
|
2025-10-21 19:29:13 +08:00 |
|
Simon
|
19c2777246
|
chore: clean up
|
2025-10-21 18:47:16 +08:00 |
|
Simon
|
6c2d19eb5b
|
chore(constants): simplify model name defaults
|
2025-10-21 18:46:02 +08:00 |
|
Simon
|
f9ba01a386
|
chore: update CDN URL to version 0.0.2
|
2025-10-21 18:39:32 +08:00 |
|
Simon
|
273c68d531
|
chore: update version to 0.0.2
|
2025-10-21 17:52:35 +08:00 |
|
Simon
|
73b4b301a4
|
feat(panel): improve header update loop and animations
|
2025-10-21 17:51:51 +08:00 |
|
Simon
|
89c065d5c5
|
chore: clean up
|
2025-10-21 17:34:55 +08:00 |
|
Simon
|
0bbc544693
|
fix(docs): remove ai-sdk reference from README
|
2025-10-21 17:34:06 +08:00 |
|
Simon
|
be9591f328
|
fix(eslint): disable prefer-optional-chain rule
|
2025-10-21 17:26:51 +08:00 |
|
Simon
|
f619d05cae
|
fix(docs): update README and quick start for testing
|
2025-10-21 17:22:05 +08:00 |
|
dependabot[bot]
|
e5ca1937e7
|
chore(deps): bump actions/setup-node in the github-actions group (#33)
Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).
Updates `actions/setup-node` from 5 to 6
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-10-21 17:08:24 +08:00 |
|
Simon
|
58debb4965
|
Merge branch 'main' of https://github.com/alibaba/page-agent
|
2025-10-21 17:08:17 +08:00 |
|
Simon
|
b6905962fa
|
chore(version): bump version to 0.0.1
|
2025-10-21 17:08:12 +08:00 |
|
dependabot[bot]
|
ae3bf6c1bf
|
chore(deps-dev): bump the development-dependencies group across 1 directory with 11 updates (#34)
Bumps the development-dependencies group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.37.0` | `9.38.0` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.14` | `4.1.15` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.1` | `19.2.2` |
| [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.38.0` |
| [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin-react-dom) | `2.0.6` | `2.2.2` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.23` | `0.4.24` |
| [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin-react-x) | `2.0.6` | `2.2.2` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.4` | `16.2.5` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.0` | `8.46.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.9` | `7.1.11` |
Updates `@eslint/js` from 9.37.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.38.0/packages/js)
Updates `@tailwindcss/vite` from 4.1.14 to 4.1.15
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.15/packages/@tailwindcss-vite)
Updates `@types/react-dom` from 19.2.1 to 19.2.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)
Updates `eslint` from 9.37.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v9.37.0...v9.38.0)
Updates `eslint-plugin-react-dom` from 2.0.6 to 2.2.2
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v2.2.2/packages/plugins/eslint-plugin-react-dom)
Updates `eslint-plugin-react-refresh` from 0.4.23 to 0.4.24
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.23...v0.4.24)
Updates `eslint-plugin-react-x` from 2.0.6 to 2.2.2
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v2.2.2/packages/plugins/eslint-plugin-react-x)
Updates `lint-staged` from 16.2.4 to 16.2.5
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.2.4...v16.2.5)
Updates `tailwindcss` from 4.1.14 to 4.1.15
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.15/packages/tailwindcss)
Updates `typescript-eslint` from 8.46.0 to 8.46.2
- [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.46.2/packages/typescript-eslint)
Updates `vite` from 7.1.9 to 7.1.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite)
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.38.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@tailwindcss/vite"
dependency-version: 4.1.15
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@types/react-dom"
dependency-version: 19.2.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: eslint
dependency-version: 9.38.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: eslint-plugin-react-dom
dependency-version: 2.2.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: eslint-plugin-react-refresh
dependency-version: 0.4.24
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: eslint-plugin-react-x
dependency-version: 2.2.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: lint-staged
dependency-version: 16.2.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: tailwindcss
dependency-version: 4.1.15
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: typescript-eslint
dependency-version: 8.46.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: vite
dependency-version: 7.1.11
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-10-21 17:07:33 +08:00 |
|
Simon
|
712f0bdf0a
|
feat: enable testing button
|
2025-10-21 17:05:38 +08:00 |
|
Simon
|
f8caf352d2
|
chore(roadmap): check ✅
|
2025-10-21 16:39:38 +08:00 |
|
Simon
|
11d582df49
|
fix(i18n): improve null handling in interpolation
|
2025-10-21 16:25:32 +08:00 |
|
Simon
|
bb59eff79c
|
feat(page): add testing model and API configuration
|
2025-10-21 16:15:14 +08:00 |
|
Simon
|
e30311a077
|
docs(pages): update model names and descriptions
|
2025-10-21 15:17:37 +08:00 |
|
Simon
|
b6bf6fe06a
|
feat: rename config modelName to model
|
2025-10-21 15:13:16 +08:00 |
|
Simon
|
dc7e09b4ad
|
feat(constants): add default temperature and max tokens
|
2025-10-20 22:44:02 +08:00 |
|
Simon
|
f50839aad5
|
chore: clean ups
|
2025-10-20 22:41:48 +08:00 |
|
Simon
|
e8bd1ee31b
|
feat(llm): improve model-specific patches
|
2025-10-20 22:36:36 +08:00 |
|
Simon
|
5162056625
|
chore: docs todo
|
2025-10-20 22:10:16 +08:00 |
|
Simon
|
0d48b71b27
|
feat(llm): auto fixing known llm format errors
|
2025-10-20 22:03:09 +08:00 |
|
Simon
|
48da610732
|
chore: todo; clean up
|
2025-10-20 15:50:41 +08:00 |
|
Simon
|
1e3e089656
|
feat: handle Claude API; update temperature default
|
2025-10-17 19:04:24 +08:00 |
|
Simon
|
6f332aa24a
|
refactor: remove ai-sdk
|
2025-10-17 18:43:41 +08:00 |
|
Simon
|
16694ee86a
|
chore: update lock
|
2025-10-16 16:50:54 +08:00 |
|
Simon
|
b7a6acbbf3
|
fix: panel init timing
|
2025-10-16 16:49:13 +08:00 |
|
Simon
|
c6453584db
|
feat: improve i18n for panel
|
2025-10-15 16:19:52 +08:00 |
|
Simon
|
926686c578
|
fix: eslint format
|
2025-10-15 16:16:48 +08:00 |
|
Simon
|
1bafc23042
|
docs: update roadmap
|
2025-10-15 15:55:43 +08:00 |
|
Simon
|
da266b47a7
|
docs: add todo
|
2025-10-14 17:39:07 +08:00 |
|
Simon
|
7de7ed4dc7
|
refactor: merge vite configs
|
2025-10-12 01:15:14 +08:00 |
|
Simon
|
8ac868ebe2
|
chore: clean up lint warnings
|
2025-10-12 00:34:17 +08:00 |
|
Simon
|
f923e8a6db
|
feat: upgrade deps; fix lint for test pages
|
2025-10-12 00:12:57 +08:00 |
|
Simon
|
9f88439ee4
|
chore: update dependabot
|
2025-10-11 23:26:28 +08:00 |
|
Simon
|
ddea5d018a
|
chore: dependabot schedule
|
2025-10-11 22:56:58 +08:00 |
|
Simon
|
c0446f6db9
|
chore(demo): simplify footer
|
2025-10-11 22:56:38 +08:00 |
|
Simon
|
45004fd4da
|
chore: remove public folder
|
2025-10-11 22:45:54 +08:00 |
|
Simon
|
c5f2d05395
|
chore: simplify env config
|
2025-10-11 22:33:47 +08:00 |
|
Simon
|
23a69e34b2
|
docs: update roadmap
|
2025-10-11 17:27:38 +08:00 |
|
Simon
|
4585a66c52
|
docs: update roadmap
|
2025-10-11 15:43:22 +08:00 |
|
Simon
|
4e43ebdc5f
|
chore: agents.md
|
2025-10-11 15:29:03 +08:00 |
|
Simon
|
47eec103ff
|
chore: support .env in local dev env
|
2025-10-10 19:57:23 +08:00 |
|
Simon
|
3415e0bc3b
|
chore: parse config method
|
2025-10-10 17:46:40 +08:00 |
|
Simon
|
abe58e5950
|
chore: lint md
|
2025-10-10 17:24:00 +08:00 |
|
Simon
|
47454fdeb6
|
chore: clean up structure; fix ai-motion warning
|
2025-10-10 17:20:14 +08:00 |
|