hermes-agent/website/docs/developer-guide
Teknium b53a091b97
remove: BOOT.md built-in hook (#17093)
BOOT.md was merged in PR #3733 before the feature was ready — the
built-in hook spawned a bare AIAgent() with no model/runtime kwargs,
which immediately 401s on any provider with a custom endpoint. Three
separate community PRs (#5240, #12514, #14992) tried to paper over it.

Remove the BOOT.md hook entirely and its user-facing docs/tips. Keep
the gateway/builtin_hooks/ package and the HookRegistry._register_builtin_hooks()
hook-point intact as the extension surface for future always-on
gateway hooks.

Closes #5239.

Co-authored-by: teknium1 <teknium@users.noreply.github.com>
2026-04-28 09:50:27 -07:00
..
_category_.json
acp-internals.md
adding-platform-adapters.md docs: add platform adapter developer guide + WeCom Callback docs (#7969) 2026-04-11 15:50:54 -07:00
adding-providers.md Rename _api_call_with_interrupt to _interruptible_api_call 2026-04-23 02:32:56 -07:00
adding-tools.md docs: update tool-adding instructions for auto-discovery 2026-04-14 21:12:29 -07:00
agent-loop.md Rename API call function to _interruptible_api_call 2026-04-23 02:32:56 -07:00
architecture.md remove: BOOT.md built-in hook (#17093) 2026-04-28 09:50:27 -07:00
browser-supervisor.md feat(browser): CDP supervisor — dialog detection + response + cross-origin iframe eval (#14540) 2026-04-23 22:23:37 -07:00
context-compression-and-caching.md feat: read prompt caching cache_ttl from config 2026-04-24 03:21:29 -07:00
context-engine-plugin.md docs: context engine plugin system + unified hermes plugins UI 2026-04-10 19:15:50 -07:00
contributing.md docs(contributing): align Node requirement in repo + docs site 2026-04-22 21:28:13 -07:00
creating-skills.md feat(skills+terminal): make bundled skill scripts runnable out of the box (#13384) 2026-04-21 00:39:19 -07:00
cron-internals.md docs: add QQBot to all 14 docs pages (full platform parity) 2026-04-14 00:11:49 -07:00
environments.md
extending-the-cli.md
gateway-internals.md remove: BOOT.md built-in hook (#17093) 2026-04-28 09:50:27 -07:00
memory-provider-plugin.md docs: context engine plugin system + unified hermes plugins UI 2026-04-10 19:15:50 -07:00
prompt-assembly.md
provider-runtime.md
session-storage.md fix(agent): preserve Codex message items for replay 2026-04-25 18:22:06 -07:00
tools-runtime.md docs: update tool-adding instructions for auto-discovery 2026-04-14 21:12:29 -07:00
trajectory-format.md