agent-zero/plugins/_office
Alessandro bd584da2f4 Improve Editor text file workflows
Generalize the Editor storage/session path from Markdown-only to exact-text .md and .txt documents, including open, save, Save As, and rename refresh behavior.

Expose Open in Editor as a visible row action in the File Browser for Editor-owned text files, keep non-Editor surface opens in the overflow menu, and route Desktop text MIME handling through the Editor bridge.

Tests: node --check webui/components/modals/file-browser/file-browser-store.js; python -m py_compile plugins/_office/helpers/document_store.py plugins/_editor/helpers/markdown_sessions.py plugins/_editor/api/editor_session.py plugins/_editor/api/ws_editor.py plugins/_desktop/helpers/desktop_session.py plugins/_desktop/api/desktop_session.py plugins/_office/api/office_session.py plugins/_office/api/ws_office.py; pytest tests/test_office_document_store.py tests/test_file_browser_navigation.py tests/test_office_canvas_setup.py -q
2026-06-23 14:42:49 +02:00
..
api Improve Editor text file workflows 2026-06-23 14:42:49 +02:00
extensions Split text editor and Office artifact ownership 2026-05-22 11:21:04 +02:00
helpers Improve Editor text file workflows 2026-06-23 14:42:49 +02:00
prompts Split text editor and Office artifact ownership 2026-05-22 11:21:04 +02:00
skills Split text editor and Office artifact ownership 2026-05-22 11:21:04 +02:00
tools Split text editor and Office artifact ownership 2026-05-22 11:21:04 +02:00
webui Split text editor and Office artifact ownership 2026-05-22 11:21:04 +02:00
AGENTS.md Improve Editor text file workflows 2026-06-23 14:42:49 +02:00
hooks.py Split text editor and Office artifact ownership 2026-05-22 11:21:04 +02:00
plugin.yaml Make Office, Desktop, and Editor toggleable 2026-06-02 17:57:37 +02:00