waveterm/pkg/wconfig/defaultconfig/widgets.json
Copilot 24de0c1bcd
Deprecate the legacy waveai block UI and add a preview for its replacement state (#3122)
- [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>
2026-03-26 10:39:05 -07:00

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"
}
}
}
}