Skip to content

Hephaestus v0.4.5

Choose a tag to compare

@jeongmk522-netizen jeongmk522-netizen released this 13 Jun 12:25

Hephaestus Network now treats routing and Hub bundle lookup as selection-only operations. Removed routing-time safety/privacy gates for words such as payment, delete, publish, send, submit, refund, memory, and private data so harmless agent calls do not get blocked before the host runtime can handle execution permissions.

Highlights:

  • Removed keyword risk/privacy blocking from the deterministic router and Hub-only path.
  • Hub lookup no longer requires a Hephaestus cloud_call grant; approve_hub remains as a backwards-compatible no-op.
  • Route and pipeline decisions no longer emit approval_request gates.
  • Explicit Hub invocation with a slug can prepare a BYOM runtime bundle even when search returns propose_new.
  • Updated Codex, Claude, Gemini, Antigravity, Cursor, OpenCode, OpenClaw, and Hermes adapter instructions to rely on host runtime safety for actual tool execution.

Verification:

  • 24 focused network/MCP tests passed.
  • scripts/verify-package.sh passed.
  • scripts/verify-one-touch-install.sh passed.
  • Installed runtime MCP smoke passed with status=prepared, output_status=bundle_ready, local_route_used=false, paid_slug_present=false, has_approval_request=false.