Commit Graph

27 Commits

Author SHA1 Message Date
Saumya d9277ff63e imprive presentation tool 2025-08-06 17:18:37 +05:30
Saumya 25ea4bd86f presentation tool 2025-08-06 02:42:46 +05:30
Vukasin 67621f1cd6 feat: visual improvements 2025-08-04 21:43:13 +02:00
Krishav Raj Singh 7632f36a84 fix: typo clear-all 2025-08-02 18:57:57 +05:30
Krishav Raj Singh ab76c95258 ui: include sections 2025-08-01 10:51:52 +05:30
Krishav Raj Singh 61d2ad5df4 feat: ui for task list tool 2025-08-01 10:51:16 +05:30
Saumya 26fd18b6b8 cleanup agent builder tools 2025-07-30 11:37:34 +05:30
LE Quoc Dat ce0e35c4e5 AI:
./src/components/thread/tool-views/file-operation/FileEditToolView.tsx
Attempted import error: 'generateLineDiff' is not exported from './_utils' (imported as 'generateLineDiff').

Import trace for requested module:
./src/components/thread/tool-views/file-operation/FileEditToolView.tsx
./src/components/thread/tool-views/wrapper/ToolViewRegistry.tsx
./src/components/thread/tool-views/wrapper/index.ts
./src/components/thread/tool-call-side-panel.tsx
./src/app/share/[threadId]/page.tsx

./src/components/thread/tool-views/file-operation/FileEditToolView.tsx
Attempted import error: 'calculateDiffStats' is not exported from './_utils' (imported as 'calculateDiffStats').

Import trace for requested module:
./src/components/thread/tool-views/file-operation/FileEditToolView.tsx
./src/components/thread/tool-views/wrapper/ToolViewRegistry.tsx
./src/components/thread/tool-views/wrapper/index.ts
./src/components/thread/tool-call-side-panel.tsx
./src/app/share/[threadId]/page.tsx

 ⚠ Compiled with warnings in 40.0s

./src/components/thread/tool-views/file-operation/FileEditToolView.tsx
Attempted import error: 'generateLineDiff' is not exported from './_utils' (imported as 'generateLineDiff').

Import trace for requested module:
./src/components/thread/tool-views/file-operation/FileEditToolView.tsx
./src/components/thread/tool-views/wrapper/ToolViewRegistry.tsx
./src/components/thread/tool-views/wrapper/index.ts
./src/components/thread/tool-call-side-panel.tsx
./src/app/share/[threadId]/page.tsx

./src/components/thread/tool-views/file-operation/FileEditToolView.tsx
Attempted import error: 'calculateDiffStats' is not exported from './_utils' (imported as 'calculateDiffStats').

Import trace for requested module:
./src/components/thread/tool-views/file-operation/FileEditToolView.tsx
./src/components/thread/tool-views/wrapper/ToolViewRegistry.tsx
./src/components/thread/tool-views/wrapper/index.ts
./src/components/thread/tool-call-side-panel.tsx
./src/app/share/[threadId]/page.tsx
2025-07-28 21:10:59 +02:00
LE Quoc Dat 9a0dc4e200 AI: can we streamline the edit-file just like the create_file tool, in the front end ?
like stream the code-edit output of the agent; Then we should be able to show the diff as well, when the tool complete. We get the original file content, and the full updated code (output of morph) and some how send it to the front end.

the front end should show this properly , concisely so user can see the changes in green / red.

This shouldn't change the content feed to the model btw. Like it will pollute the context.

make a plan what to do first, not make changes yet
2025-07-28 20:46:21 +02:00
Marko Kraemer 159b128ecd
Merge pull request #1057 from dat-lequoc/ai-iteration-20250724-131301
Add FAST APPLY -- Morph LLM -- edit_file tool
2025-07-25 18:24:06 +02:00
Saumya 8150ce94a1 feat: extend agent builder for Suna 2025-07-25 13:24:34 +05:30
LE Quoc Dat b1ac5793ba edit_file 2025-07-24 12:46:57 +02:00
marko-kraemer 9b73d72352 wip 2025-07-10 02:17:18 +02:00
Vukasin c9b16c9330 feat: deploy tool 2025-06-05 20:18:12 +02:00
Soumyadas15 2f835cdd2f Merge branch 'mcp-5' into mcp-5a 2025-05-29 02:12:10 +05:30
Soumyadas15 80d4784f4c chore(dev): refactor xml tool calls 2025-05-29 01:20:30 +05:30
Soumyadas15 f369f69bcd Merge branch 'mcp-5' into mcp-5a 2025-05-27 13:52:55 +05:30
Soumyadas15 83cd357853 chore(ui): ui cleanup & bug fix 2025-05-27 12:40:50 +05:30
Soumyadas15 be600cc3db Merge branch 'mcp-5' into mcp-5a 2025-05-26 22:41:03 +05:30
Soumyadas15 8c3c77f9f8 chore(dev): fixed data provider tool view 2025-05-26 11:23:37 +05:30
Soumyadas15 289823b132 chore(dev): refactor to react query 1 2025-05-25 21:03:50 +05:30
Soumyadas15 e3ef00a165 chore(dev): mcp setup 2025-05-24 23:47:55 +05:30
Soumyadas15 a7dabc45bc chore(ui): payment dialog + live indicator fix 2025-05-23 13:14:29 +05:30
Soumyadas15 76923c2a50 chore(ui): first token stream fix and many improvements 2025-05-22 22:33:01 +05:30
Soumyadas15 1befa7c43d chore(ui): tool side panel revamp 2025-05-20 12:28:14 +05:30
Soumyadas15 67604ea95a chore(ui): tool-panel ui revamp 2025-05-19 22:00:33 +05:30
Soumyadas15 f05ed37fa0 chore(ui): tool panel refactor 2025-05-18 23:07:00 +05:30