hermes-agent/website/docs/developer-guide
Teknium ebcb81b649
docs: document 9 previously undocumented features
New documentation for features that existed in code but had no docs:

New page:
- context-references.md: Full docs for @-syntax inline context
  injection (@file:, @folder:, @diff, @staged, @git:, @url:) with
  line ranges, CLI autocomplete, size limits, sensitive path blocking,
  and error handling

configuration.md additions:
- Environment variable substitution: ${VAR_NAME} syntax in config.yaml
  with expansion, fallback, and multi-reference support
- Gateway streaming: Progressive token delivery on messaging platforms
  via message editing (StreamingConfig: enabled, transport, edit_interval,
  buffer_threshold, cursor) with platform support matrix
- Web search backends: Three providers (Firecrawl, Parallel, Tavily)
  with web.backend config key, capability matrix, auto-detection from
  API keys, self-hosted Firecrawl, and Parallel search modes

security.md additions:
- SSRF protection: Always-on URL validation blocking private networks,
  loopback, link-local, CGNAT, cloud metadata hostnames, with
  fail-closed DNS and redirect chain re-validation
- Tirith pre-exec security scanning: Content-level command scanning
  for homograph URLs, pipe-to-interpreter, terminal injection with
  auto-install, SHA-256/cosign verification, config options, and
  fail-open/fail-closed modes

sessions.md addition:
- Auto-generated session titles: Background LLM-powered title
  generation after first exchange

creating-skills.md additions:
- Conditional skill activation: requires_toolsets, requires_tools,
  fallback_for_toolsets, fallback_for_tools frontmatter fields with
  matching logic and use cases
- Environment variable requirements: required_environment_variables
  frontmatter for automatic env passthrough to sandboxed execution,
  plus terminal.env_passthrough user config
2026-03-24 08:56:21 -07:00
..
_category_.json feat: add documentation website (Docusaurus) 2026-03-05 05:24:55 -08:00
acp-internals.md docs: add ACP and internal systems implementation guides 2026-03-14 00:29:48 -07:00
adding-providers.md docs: align venv path to match installer (venv/ not .venv/) 2026-03-19 18:16:26 -07:00
adding-tools.md feat: add documentation website (Docusaurus) 2026-03-05 05:24:55 -08:00
agent-loop.md docs: fix stale and incorrect documentation across 18 files 2026-03-24 07:53:07 -07:00
architecture.md docs: add provider contribution guide 2026-03-14 19:22:47 -07:00
context-compression-and-caching.md docs: add ACP and internal systems implementation guides 2026-03-14 00:29:48 -07:00
contributing.md chore: remove all remaining mini-swe-agent references 2026-03-24 08:19:23 -07:00
creating-skills.md docs: document 9 previously undocumented features 2026-03-24 08:56:21 -07:00
cron-internals.md feat: add multi-skill cron editing and docs 2026-03-14 19:18:10 -07:00
environments.md docs: stabilize website diagrams 2026-03-14 22:49:57 -07:00
extending-the-cli.md docs: replace ASCII diagrams with Mermaid/lists, add linting note 2026-03-21 17:58:30 -07:00
gateway-internals.md fix(honcho): isolate session routing for multi-user gateway (#1500) 2026-03-16 00:23:47 -07:00
prompt-assembly.md docs: fix stale and incorrect documentation across 18 files 2026-03-24 07:53:07 -07:00
provider-runtime.md docs: update all docs for /model command overhaul and custom provider support 2026-03-24 07:19:26 -07:00
session-storage.md docs: add ACP and internal systems implementation guides 2026-03-14 00:29:48 -07:00
tools-runtime.md docs: add ACP and internal systems implementation guides 2026-03-14 00:29:48 -07:00
trajectory-format.md docs: add ACP and internal systems implementation guides 2026-03-14 00:29:48 -07:00