Commit Graph

3413 Commits

Author SHA1 Message Date
GuanMu
1b0140bef7 Remove wrapperClassName prop from VibePanel modal. 2025-12-29 13:47:49 +08:00
GuanMu
1ad308be06 Merge upstream/feat/vibe-wf and resolve conflict by keeping z-index fix 2025-12-29 12:56:31 +08:00
GuanMu
1e1efb4813 refactor: replace highPriority prop with wrapperClassName for VibePanel z-index. 2025-12-29 12:52:53 +08:00
yyh
33e2f96647 refactor: Extract Go to Anything search logic into a new useSearch hook. 2025-12-29 10:42:25 +08:00
yyh
2ac47114f7 feat: improve search UX by adding keepPreviousData to useQuery and clearing results for empty queries. 2025-12-29 10:42:24 +08:00
yyh
1367497deb refactor goto-anything scopes and registry 2025-12-29 10:42:24 +08:00
yyh
e5a98b10a9 refactor: Replace goto-anything actions with a new scope registry system, simplifying command management and registration. 2025-12-29 10:42:24 +08:00
yyh
b7b263d54e chore: remove duplicate tests 2025-12-29 10:42:24 +08:00
yyh
0f40afafe2 fix: sync vibe apply immediately 2025-12-29 10:42:24 +08:00
yyh
de7d39d388 chore: test for vibe-panel 2025-12-29 10:42:24 +08:00
yyh
aa37e8fa4c fix: prevent stale vibe preview on invalid flow 2025-12-29 10:42:23 +08:00
yyh
cfb54a0e7d fix: enhance version management and validation in workflow hooks
- Updated `useVibeFlowData` to prevent adding empty graphs and ensure the current version is correctly derived from available versions.
- Improved error handling in `applyFlowchartToWorkflow` to notify users when the current flow graph is invalid.
- Added checks to only add valid workflow graphs to the versions list, enhancing data integrity.
2025-12-29 10:42:23 +08:00
yyh
75b7d269e1 refactor: centralize action keys and internationalization mappings
- Introduced a new `constants.ts` file to centralize action keys and i18n mappings for slash commands and scope actions.
- Updated `command-selector` and various action files to utilize the new constants for improved maintainability and readability.
- Removed hardcoded strings in favor of the new mappings, ensuring consistency across the application.
2025-12-29 10:42:23 +08:00
yyh
68c220d25e feat: implement banana command with search and registration functionality
- Added `bananaCommand` to handle vibe-related actions, including search and command registration.
- Updated `command-selector` to utilize new internationalization maps for slash commands and scope actions.
- Removed deprecated banana action from the actions index and adjusted related filtering logic.
- Added unit tests for the banana command to ensure correct behavior in various scenarios.
- Deleted obsolete banana action tests and files.
2025-12-29 10:42:23 +08:00
yyh
8294759200 feat: add highPriority prop to VibePanel for improved rendering 2025-12-29 10:42:23 +08:00
WTW0313
99e5669a66 fix: ensure storageKey defaults to an empty string in Vibe panel and workflow hooks 2025-12-29 10:42:23 +08:00
WTW0313
4879795cb9 feat: update Vibe panel to use new event handling and versioning for flowcharts 2025-12-29 10:42:22 +08:00
yyh
bcef6e8216 chore: some tests 2025-12-29 10:42:22 +08:00
crazywoola
f2363fc458 feat: use new styles 2025-12-29 10:42:22 +08:00
WTW0313
0f69e2f6ab feat: implement Vibe panel for workflow with regeneration and acceptance features 2025-12-29 10:42:22 +08:00
crazywoola
9d496ed3dc feat: add MCP tools 2025-12-29 10:42:22 +08:00
crazywoola
336769deb1 feat: use @banana 2025-12-29 10:42:21 +08:00
crazywoola
5705fa898f feat: v1 2025-12-29 10:42:21 +08:00
crazywoola
a5c6c8638e feat: v1 2025-12-29 10:42:21 +08:00
yyh
446df6b50d
fix(web): rollback React Scan dynamic import (#30294) 2025-12-29 10:40:56 +08:00
lif
b71a0d3f04
fix(web): handle null/undefined message in log list (#30253)
Signed-off-by: majiayu000 <1835304752@qq.com>
2025-12-29 10:34:20 +08:00
wangxiaolei
8b38e3f79d
feat: document batch operation tool add re-index operation (#30275) 2025-12-29 10:03:15 +08:00
非法操作
44ab8a3376
fix: Workflow Start node optional enum parameter is treated as required (#30287) 2025-12-29 10:02:40 +08:00
yyh
1e86535c4a
refactor(web): Migrate to Unified TanStack Devtools (#30279) 2025-12-29 09:43:44 +08:00
dependabot[bot]
6202c566e9
chore(deps): bump scheduler from 0.26.0 to 0.27.0 in /web (#30284)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-29 09:42:17 +08:00
wangxiaolei
bf56c2e9db
fix: fix custom tool content is not update (#30250) 2025-12-28 17:50:30 +08:00
Sara Rasool
b067ad2f0a
chore(web): remove unused dev-preview page (#30226)
Co-authored-by: Dev <dev@Devs-MacBook-Pro-4.local>
2025-12-28 03:01:57 +09:00
Wu Tianwei
b85564cae5
fix: remove unused CSS styles and fix HitTestingPage layout (#30235) 2025-12-28 03:00:30 +09:00
yyh
300d2822b4
refactor: Extract Go to Anything search logic into a new useSearch hook. 2025-12-27 22:50:19 +08:00
yyh
1212d98e75
feat: improve search UX by adding keepPreviousData to useQuery and clearing results for empty queries. 2025-12-27 22:46:59 +08:00
yyh
d413bea1c9
refactor goto-anything scopes and registry 2025-12-27 22:31:38 +08:00
yyh
283df5df88
refactor: Replace goto-anything actions with a new scope registry system, simplifying command management and registration. 2025-12-27 22:27:10 +08:00
yyh
0fd8d5c4e4
chore: remove duplicate tests 2025-12-27 22:12:37 +08:00
yyh
6b6d6e9434
fix: sync vibe apply immediately 2025-12-27 15:36:02 +08:00
yyh
f4427241b1
chore: test for vibe-panel 2025-12-27 15:27:43 +08:00
yyh
de84b031f4
fix: prevent stale vibe preview on invalid flow 2025-12-27 15:23:14 +08:00
yyh
e2e0eb51de
fix: enhance version management and validation in workflow hooks
- Updated `useVibeFlowData` to prevent adding empty graphs and ensure the current version is correctly derived from available versions.
- Improved error handling in `applyFlowchartToWorkflow` to notify users when the current flow graph is invalid.
- Added checks to only add valid workflow graphs to the versions list, enhancing data integrity.
2025-12-27 15:06:32 +08:00
yyh
2c2d63f4bc
refactor: centralize action keys and internationalization mappings
- Introduced a new `constants.ts` file to centralize action keys and i18n mappings for slash commands and scope actions.
- Updated `command-selector` and various action files to utilize the new constants for improved maintainability and readability.
- Removed hardcoded strings in favor of the new mappings, ensuring consistency across the application.
2025-12-27 14:54:01 +08:00
yyh
09019cb9f3
feat: implement banana command with search and registration functionality
- Added `bananaCommand` to handle vibe-related actions, including search and command registration.
- Updated `command-selector` to utilize new internationalization maps for slash commands and scope actions.
- Removed deprecated banana action from the actions index and adjusted related filtering logic.
- Added unit tests for the banana command to ensure correct behavior in various scenarios.
- Deleted obsolete banana action tests and files.
2025-12-27 14:49:55 +08:00
yyh
7765e36528
Merge remote-tracking branch 'origin/main' into feat/vibe-wf 2025-12-27 14:09:34 +08:00
yyh
a31f6e0318
feat: add highPriority prop to VibePanel for improved rendering 2025-12-27 13:49:24 +08:00
WTW0313
4548760d41 fix: ensure storageKey defaults to an empty string in Vibe panel and workflow hooks 2025-12-27 13:40:58 +08:00
WTW0313
9341b2c4c2 feat: update Vibe panel to use new event handling and versioning for flowcharts 2025-12-27 13:28:55 +08:00
Shemol
c393d7a2dc
test(web): add unit tests for Avatar component (#30201) 2025-12-27 10:07:10 +08:00
yyh
61f3fbbe2f
chore: some tests 2025-12-26 18:45:17 +08:00