Commit 0921b05
V4.10.9 (#232)
* Update UI build files - 2025-09-25 17:47:49
* Enhance error logging in build script and update component interfaces for improved clarity and functionality. Added new properties to AssignedTools and SidebarStore, ensuring consistent tool data structure. Updated InputArea.vue to include additional file upload methods.
* 1
* Merge remote-tracking branch 'upstream/main'
* Remove unused codicon font file to streamline asset management.
* upd
* pom
* Update codicon font file to latest version for improved UI consistency.
* Remove deprecated AgentController and AgentManagementController; update API service references in UI components to ToolApiService for improved functionality and consistency. Clean up unused agent configuration files and update localization strings for better user experience.
* Refactor agent classes to remove PromptService dependency and replace with PromptTemplate for message creation. Clean up imports and remove unused classes related to prompt management. Delete obsolete prompt-related files and update localization strings in the UI for improved user experience.
* springstyle
* configuration
* build ui
* Remove force override configuration from ManusProperties and related localization strings to streamline agent settings. Update user input processing prompt for clarity.
* build ui
* upd style
* fix output
* build ui
* build ui
* Refactor dependency injection by removing @Autowired annotations from multiple service classes. Clean up imports and comment out unused variables in PlanningFactory and DynamicAgentPlanCreator for improved code clarity and maintainability.
* Enhance DynamicAgent and related classes with ObjectMapper integration for improved JSON handling. Introduce processToolResult method to handle escaped JSON strings and add structureResult field to PlanExecutionRecord for better data representation. Update ManusController to extract last tool call results and ensure proper serialization. Clean up imports and refactor dependency injection in various components for improved maintainability.
* version
* ignore this file
* ignore
* feat: add code inspector plugin and integrate Ant Design icons in con… (#148)
* feat: add code inspector plugin and integrate Ant Design icons in configuration
Change-Id: I825ba635e1899ff9c9db8935801f3e7a45ce2be6
* refactor: update comments to English for better clarity and consistency
Change-Id: Iee3a693a30a65f2bfeaa6d9f5a342ce675df7950
* chore: update pnpm-lock.yaml for dependency management
Change-Id: Ic29f61aeaaaedfbe3d30d57284c5681467a87795
Co-developed-by: Cursor <noreply@cursor.com>
* chore: bump version to 4.10.9
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
* refactor: optimize ActToolInfoEntity conversion in NewRepoPlanExecutionRecorder
- Replaced stream-based conversion with a for-loop for better performance and clarity when converting ActToolParam to ActToolInfoEntity.
- This change enhances readability and maintains the functionality of setting the actToolInfoList in the thinkActRecord.
* fix
* feat: add "viewTaskFiles" functionality to File Browser
- Introduced a new button in the ResponseSection component to open the file browser for task files.
- Updated localization files for English and Chinese to include the new "viewTaskFiles" string.
- Enhanced the RightPanel component with styles for the new button, improving user interface consistency.
* fix: correct message addition order in DynamicAgent
- Adjusted the order of message additions in the DynamicAgent class to ensure the system message is added after the history memory, improving the clarity of message handling during agent interactions.
- This change enhances the logging output for better debugging and tracking of message history.
* fix: clarify comment in templateStore reset logic
- Updated comment in templateStore to remove unnecessary reference to "old value," enhancing clarity regarding the reset process of the plan template configuration. This change aims to improve code readability and maintainability.
* fix: remove unnecessary blank line in DynamicAgent class
- Eliminated an extra blank line in the DynamicAgent class to enhance code readability and maintainability. This minor adjustment contributes to cleaner code formatting.
---------
Co-authored-by: rainerWJY <answeropensource@alibabacloud.com>
Co-authored-by: mamba <371510756@qq.com>
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>1 parent 14f4d6e commit 0921b05
11 files changed
Lines changed: 141 additions & 47 deletions
File tree
- src/main/java/com/alibaba/cloud/ai/lynxe
- agent
- recorder/service
- ui-vue3/src
- base/i18n
- components
- chat
- right-panel
- sidebar
- composables
- stores/new
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
342 | 341 | | |
343 | 342 | | |
| 343 | + | |
| 344 | + | |
344 | 345 | | |
345 | 346 | | |
346 | 347 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
56 | 64 | | |
57 | 65 | | |
58 | 66 | | |
| |||
70 | 78 | | |
71 | 79 | | |
72 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
73 | 89 | | |
74 | 90 | | |
75 | 91 | | |
| |||
104 | 120 | | |
105 | 121 | | |
106 | 122 | | |
| 123 | + | |
107 | 124 | | |
108 | 125 | | |
109 | 126 | | |
| |||
133 | 150 | | |
134 | 151 | | |
135 | 152 | | |
| 153 | + | |
136 | 154 | | |
137 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
138 | 160 | | |
139 | 161 | | |
140 | 162 | | |
| |||
416 | 438 | | |
417 | 439 | | |
418 | 440 | | |
419 | | - | |
420 | | - | |
421 | 441 | | |
422 | 442 | | |
423 | 443 | | |
| |||
440 | 460 | | |
441 | 461 | | |
442 | 462 | | |
443 | | - | |
444 | | - | |
445 | 463 | | |
446 | | - | |
447 | | - | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
448 | 481 | | |
449 | 482 | | |
450 | 483 | | |
| |||
584 | 617 | | |
585 | 618 | | |
586 | 619 | | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
587 | 634 | | |
588 | 635 | | |
589 | 636 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
| 508 | + | |
| 509 | + | |
508 | 510 | | |
| 511 | + | |
| 512 | + | |
509 | 513 | | |
510 | 514 | | |
511 | 515 | | |
512 | 516 | | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | 517 | | |
525 | 518 | | |
526 | 519 | | |
527 | 520 | | |
528 | 521 | | |
529 | 522 | | |
| 523 | + | |
| 524 | + | |
530 | 525 | | |
531 | 526 | | |
532 | 527 | | |
| |||
1190 | 1185 | | |
1191 | 1186 | | |
1192 | 1187 | | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
1193 | 1217 | | |
1194 | 1218 | | |
1195 | 1219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
79 | 85 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
281 | 292 | | |
282 | 293 | | |
283 | 294 | | |
| |||
369 | 380 | | |
370 | 381 | | |
371 | 382 | | |
| 383 | + | |
372 | 384 | | |
373 | 385 | | |
374 | 386 | | |
| |||
0 commit comments