Commit 4d8153f
committed
fix: ensure all terminal command tags are parsed but not displayed in UI
- Add dyad-run-backend-terminal-cmd and dyad-run-frontend-terminal-cmd to parser arrays
- Make all terminal command tags return null in render (silent execution)
- Remove unused DyadRunTerminalCmd component
- Terminal commands now execute silently in terminals without UI clutter
All terminal command tags (<run_terminal_cmd>, <dyad-run-backend-terminal-cmd>, <dyad-run-frontend-terminal-cmd>) are properly processed by the backend but no longer appear in the chat interface.1 parent 7344d79 commit 4d8153f
File tree
2 files changed
+16
-104
lines changed- dyad/src/components/chat
2 files changed
+16
-104
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| |||
191 | 194 | | |
192 | 195 | | |
193 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
194 | 200 | | |
195 | 201 | | |
196 | 202 | | |
| |||
429 | 435 | | |
430 | 436 | | |
431 | 437 | | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
432 | 448 | | |
433 | 449 | | |
434 | 450 | | |
| |||
This file was deleted.
0 commit comments