agent-zero/plugins/_editor
Agent Zero b6097bbae6 feat(editor): add Open file button to canvas tab bar
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.
2026-06-17 07:42:47 +01:00
..
api Allow file browser to open root Markdown in Editor 2026-05-22 15:00:03 +02:00
extensions Split text editor and Office artifact ownership 2026-05-22 11:21:04 +02:00
helpers Split text editor and Office artifact ownership 2026-05-22 11:21:04 +02:00
prompts Split Markdown editor into dedicated surface 2026-05-15 02:41:41 +02:00
webui feat(editor): add Open file button to canvas tab bar 2026-06-17 07:42:47 +01:00
plugin.yaml Make Office, Desktop, and Editor toggleable 2026-06-02 17:57:37 +02:00