hermes-agent/hermes_cli
Teknium e3983f91eb feat(plugins): capability-gated ctx.platform_actions facade (#64176)
Minimal v1 platform action surface for plugins, routed through the live
gateway adapter registry — the sanctioned alternative to monkeypatching an
adapter:

- ctx.platform_actions.add_reaction(platform, chat_id, message_id, emoji)
- ctx.platform_actions.set_thread_title(platform, chat_id, thread_id, title)

Gated behind a new 'gateway.platform_actions' capability in
CAPABILITY_REGISTRY (legacy key plugins.entries.<id>.allow_platform_actions,
default OFF), re-checked on every call via plugin_capability_granted (the
#84912 consent registry). Verbs validate the adapter exists and is connected,
return structured {ok, error, detail} results with stable error codes, and
never raise into hook dispatch. Every action is audit-logged with plugin id,
verb, platform, and outcome.

Telegram routes to _set_reaction / rename_dm_topic; Discord to
fetch_message().add_reaction / rename_thread. No adapter handles or raw SDK
objects are exposed.

Docs: plugins.md platform-actions section with the security note and the
explicit raw-SDK-not-shipped statement.
2026-08-12 20:10:51 -07:00
..
dashboard_auth fix(plugins): isolate ownership by profile 2026-08-12 19:13:32 -07:00
data feat(plugins): community plugin index + hermes plugins search (#64181) 2026-08-12 18:52:08 -07:00
observability
proxy
subcommands feat(plugins): plugin packs — declarative, shareable plugin sets (#64166) 2026-08-12 19:56:44 -07:00
web_routers fix(cron): managed-cron fires execute in the gateway process (live adapters + dashboard forwarder) (#84339) 2026-08-12 17:04:44 +10:00
__init__.py
_early_recovery.py
_parser.py
_scan_venv_blockers.py
_startup_fast.py
_subprocess_compat.py fix(hooks): kill the whole process tree when a shell hook times out 2026-08-12 19:44:04 -07:00
active_sessions.py
agent_import.py
agent_plugins.py
approval_mode.py
approval_transport.py fix(plugins): harden approval transport boundaries 2026-08-12 16:26:55 -07:00
approvals_suggest.py
approvals_test.py
auth.py cleanup: remove references to simple-term-menu 2026-08-10 15:13:29 -04:00
auth_commands.py
azure_detect.py
backup.py feat: auto-install gateway service during setup and import 2026-08-12 16:59:37 -07:00
bang_shell.py
banner.py perf(cli): sub-400ms warm startup — probe-mode check_fns, lazy MCP SDK, banner snapshot, parallel worktree add 2026-08-10 10:40:19 -07:00
blueprint_cmd.py
browser_connect.py
build_info.py
bundles.py
callbacks.py
checkpoints.py
claw.py
cli_agent_setup_mixin.py perf(cli): sub-400ms warm startup — probe-mode check_fns, lazy MCP SDK, banner snapshot, parallel worktree add 2026-08-10 10:40:19 -07:00
cli_billing_mixin.py
cli_commands_mixin.py fix(browser): rm secrets from browser_exec subprocess; /browser off; hide windows console 2026-08-10 10:45:44 -07:00
cli_output.py
clipboard.py
codex_models.py
codex_runtime_plugin_migration.py
codex_runtime_switch.py
colors.py
commands.py Inspired by Perplexity Computer: Model Council mode for Mixture of Agents 2026-08-12 19:44:09 -07:00
completion.py
config.py feat(plugins): community plugin index + hermes plugins search (#64181) 2026-08-12 18:52:08 -07:00
config_defaults.py Merge PR #41236 (Linux keychain auto-detect) onto current main 2026-08-12 17:07:45 -07:00
config_migrations.py
console_engine.py fix: Windows agent-loop papercuts — path splitting, hashing, autocomplete, screenshots, OS detection (#84419) 2026-08-12 01:45:18 -07:00
container_boot.py
context_switch_guard.py
copilot_auth.py
credential_lifecycle.py
cron.py
curator.py
curses_ui.py cleanup: remove references to simple-term-menu 2026-08-10 15:13:29 -04:00
dashboard_procs.py fix: use psutil.pid_exists for orphan-reap liveness probe (Windows footgun lint) 2026-08-10 17:02:56 -07:00
dashboard_register.py
debug.py
default_soul.py
dep_ensure.py
diagnostics_upload.py
dingtalk_auth.py
doctor.py
doctor_live.py
dump.py
env_loader.py fix(plugins): isolate ownership by profile 2026-08-12 19:13:32 -07:00
fallback_cmd.py
fallback_config.py
focus_view.py
gateway.py feat: auto-install gateway service during setup and import 2026-08-12 16:59:37 -07:00
gateway_enroll.py
gateway_windows.py
goals.py fix: complete kanban review lifecycle 2026-08-10 12:43:46 -07:00
gui_uninstall.py
heartbeat.py
hooks.py feat(plugins): add pre_transcription hook and STT prompt threading 2026-08-12 19:01:30 -07:00
init_command.py
input_sanitize.py
inventory.py
journey.py
kanban.py fix(kanban): query show graph before closing database 2026-08-12 13:20:38 +05:30
kanban_db.py fix(kanban): PASSIVE not TRUNCATE for the dispatcher WAL checkpoint 2026-08-12 19:43:22 -07:00
kanban_decompose.py
kanban_diagnostics.py fix: complete kanban review lifecycle 2026-08-10 12:43:46 -07:00
kanban_specify.py
kanban_swarm.py fix(kanban): make write_txn nesting explicit opt-in 2026-08-10 12:43:46 -07:00
lifecycle.py
linux_desktop_entry.py
logs.py
main.py Merge PR #41236 (Linux keychain auto-detect) onto current main 2026-08-12 17:07:45 -07:00
managed_scope.py
managed_uv.py
mcp_catalog.py
mcp_config.py
mcp_picker.py
mcp_security.py
mcp_startup.py
mem_trim.py
memory_oauth.py
memory_setup.py
middleware.py
migrate.py
moa_cmd.py Inspired by Perplexity Computer: Model Council mode for Mixture of Agents 2026-08-12 19:44:09 -07:00
moa_config.py Inspired by Perplexity Computer: Model Council mode for Mixture of Agents 2026-08-12 19:44:09 -07:00
model_catalog.py
model_cost_guard.py
model_normalize.py
model_search.py
model_setup_flows.py
model_switch.py
models.py Port from PrimeIntellect-ai/prime-agent#1258: derive OpenRouter reasoning support and effort levels from catalog metadata 2026-08-12 19:44:32 -07:00
nous_account.py
nous_auth_keepalive.py
nous_billing.py
nous_subscription.py
npm_engine.py
onepassword_secrets_cli.py
oneshot.py
pairing.py
partial_compress.py
personality.py
pets.py
platform_actions.py feat(plugins): capability-gated ctx.platform_actions facade (#64176) 2026-08-12 20:10:51 -07:00
platforms.py
plugin_capabilities.py feat(plugins): capability-gated ctx.platform_actions facade (#64176) 2026-08-12 20:10:51 -07:00
plugin_dev.py feat(plugins): manifest v2 — schema version, api_version, inter-plugin deps, pip-dependency declaration seam, config schema (#64165) 2026-08-12 18:39:22 -07:00
plugin_index.py feat(plugins): community plugin index + hermes plugins search (#64181) 2026-08-12 18:52:08 -07:00
plugin_packs.py feat(plugins): plugin packs — declarative, shareable plugin sets (#64166) 2026-08-12 19:56:44 -07:00
plugins.py feat(gateway): more normalized gateway_platform_event types (#64176) 2026-08-12 20:10:51 -07:00
plugins_cmd.py feat(plugins): plugin packs — declarative, shareable plugin sets (#64166) 2026-08-12 19:56:44 -07:00
portal_cli.py
profile_describer.py
profile_distribution.py
profiles.py feat(gateway): allow selective multiplex profile serving 2026-08-10 22:48:24 -07:00
projects_cmd.py
projects_db.py
prompt_size.py
prompt_stash.py
provider_catalog.py
providers.py
proxy_cli.py
psutil_android.py
pt_input_extras.py
pty_bridge.py
pty_session.py
relaunch.py
resource_limits.py fix(gateway): persist RLIMIT_NOFILE floor into the generated launchd plist 2026-08-10 17:02:56 -07:00
route_identity.py
runtime_provider.py
secret_prompt.py
secrets_cli.py
security_advisories.py
security_audit.py
security_audit_startup.py
send_cmd.py
service_manager.py
session_export.py
session_export_html.py
session_export_md.py
session_filters.py
session_listing.py
session_lost_and_found.py fix(sessions): probe sqlite3 CLI for .recover capability, not just PATH presence 2026-08-12 19:43:47 -07:00
session_recap.py
session_recovery.py fix(sessions): recover budget exhaustion + lost_and_found last-resort lane 2026-08-12 19:43:47 -07:00
sessions_cmd.py fix(sessions): recover budget exhaustion + lost_and_found last-resort lane 2026-08-12 19:43:47 -07:00
setup.py feat: auto-install gateway service during setup and import 2026-08-12 16:59:37 -07:00
setup_hidden_env.py
setup_whatsapp_cloud.py
sizefmt.py
skills_config.py
skills_hub.py
skin_cmd.py
skin_engine.py
slack_cli.py
slash_exec.py
sqlite_runtime.py
sqlite_safe_read.py
sqlite_util.py
status.py
stdio.py
suggestions_cmd.py
telegram_managed_bot.py
timefmt.py
timeouts.py
tips.py
tools_config.py fix(plugins): isolate ownership by profile 2026-08-12 19:13:32 -07:00
toolset_validation.py
uninstall.py
update_cmd.py fix(windows): SSH ControlMaster gating + stop hijacking the user's python (#84452) 2026-08-12 02:56:33 -07:00
update_lock.py
urllib_security.py
vercel_auth.py
verify_cmd.py
voice.py
web_deps.py
web_git.py
web_models.py
web_server.py fix(cron): managed-cron fires execute in the gateway process (live adapters + dashboard forwarder) (#84339) 2026-08-12 17:04:44 +10:00
webhook.py
win_pty_bridge.py
windows_ssh_runtime.py
write_approval_commands.py
xai_retirement.py