mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-08-28 01:34:53 +00:00
In canvas panel mode the '+' tab button was hardcoded to create a new
Markdown file. The 'Open' option only appeared in the empty-state
screen and in the modal-mode header dropdown (via installHeaderNewMenu)
which is not mounted when the editor runs as a canvas surface.
Adds a folder_open icon button immediately before the '+' button in
the tab bar. It calls the existing runNewMenuAction('open') ->
openFileBrowser() pipeline so no logic changes are needed. Users can
now open an existing file at any time without first closing all tabs.
|
||
|---|---|---|
| .. | ||
| api | ||
| extensions | ||
| helpers | ||
| prompts | ||
| webui | ||
| plugin.yaml | ||