hermes-agent/website/docs/developer-guide
unsupportedpastels ad8365d533 fix(desktop): preserve multi-pane plugins when closing panes
Closing a pane contributed by a plugin used to disable the entire plugin,
unloading every one of its contributions. For a plugin that owns several
independent panes (e.g. Bot Mode's Cronjobs pane alongside its Bots roster
and composer middleware), closing one pane silently killed the rest.

Now: closing one pane of a multi-pane plugin dismisses only that pane; the
plugin stays enabled and its other panes/commands/middleware keep working.
Reset layout restores dismissed contributed panes. A single-pane plugin
keeps the existing symmetric behavior (Close disables the plugin, with
Settings -> Plugins as the recovery path).

Adds regression coverage for both cases.
2026-08-13 22:18:42 -07:00
..
plugins fix: compose kind classification with capability manifests; per-entry isolation; docs 2026-08-13 13:38:58 -07:00
_category_.json
acp-internals.md
adding-platform-adapters.md feat(platforms): add typed plugin send paths 2026-08-12 16:27:19 -07:00
adding-providers.md
adding-tools.md
agent-loop.md
architecture.md
browser-provider-plugin.md docs: update agent-browser install docs for npx-based resolution 2026-08-13 02:38:28 -07:00
browser-supervisor.md
codebase-ownership.md
context-compression-and-caching.md
context-engine-plugin.md
contributing.md
creating-skills.md
cron-internals.md
desktop-plugin-sdk.md fix(desktop): preserve multi-pane plugins when closing panes 2026-08-13 22:18:42 -07:00
egress-internals.md
extending-the-cli.md
gateway-internals.md
image-gen-provider-plugin.md
memory-provider-plugin.md fix(memory): complete discovery and registration parity for out-of-tree providers 2026-08-13 11:49:14 -07:00
model-provider-plugin.md fix: gate entry-point provider scan on plugins.enabled and skip register(ctx) targets 2026-08-13 11:11:53 -07:00
plugin-llm-access.md
programmatic-integration.md feat(api): steer active runs 2026-08-13 09:34:08 -07:00
prompt-assembly.md
provider-runtime.md
secret-source-plugin.md
session-storage.md
subagent-lifecycle-api.md
tools-runtime.md
trajectory-format.md
video-gen-provider-plugin.md
web-search-provider-plugin.md
worktree-ui-dev.md