mirror of
https://github.com/wavetermdev/waveterm
synced 2026-04-21 22:47:16 +00:00
- [x] Inspect the current legacy Wave AI block UI and widget config references - [x] Restyle the deprecated `waveai` block message to remove the inner card/icon and position it slightly above center - [x] Remove `defwidget@ai` from default widgets and delete the related frontend special-case filtering - [x] Update the widgets preview mock data and scenarios to reflect the removed AI default widget - [x] Re-run targeted validation, review, and security scan <!-- START COPILOT CODING AGENT TIPS --> --- 📍 Connect Copilot coding agent with [Jira](https://gh.io/cca-jira-docs), [Azure Boards](https://gh.io/cca-azure-boards-docs) or [Linear](https://gh.io/cca-linear-docs) to delegate work to Copilot in one click without leaving your project management tool. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: sawka <2722291+sawka@users.noreply.github.com>
44 lines
942 B
JSON
44 lines
942 B
JSON
{
|
|
"defwidget@terminal": {
|
|
"display:order": -5,
|
|
"icon": "square-terminal",
|
|
"label": "terminal",
|
|
"blockdef": {
|
|
"meta": {
|
|
"view": "term",
|
|
"controller": "shell"
|
|
}
|
|
}
|
|
},
|
|
"defwidget@files": {
|
|
"display:order": -4,
|
|
"icon": "folder",
|
|
"label": "files",
|
|
"blockdef": {
|
|
"meta": {
|
|
"view": "preview",
|
|
"file": "~"
|
|
}
|
|
}
|
|
},
|
|
"defwidget@web": {
|
|
"display:order": -3,
|
|
"icon": "globe",
|
|
"label": "web",
|
|
"blockdef": {
|
|
"meta": {
|
|
"view": "web"
|
|
}
|
|
}
|
|
},
|
|
"defwidget@sysinfo": {
|
|
"display:order": -2,
|
|
"icon": "chart-line",
|
|
"label": "sysinfo",
|
|
"blockdef": {
|
|
"meta": {
|
|
"view": "sysinfo"
|
|
}
|
|
}
|
|
}
|
|
}
|