You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make default artifact capture render-mode-aware: an HTTP fast-path fetch now returns only the raw body_file, while a browser-backed fetch automatically expands to the full composed-page, DOM, screenshot, network, console, and observation artifact set; an explicit --want is still honored verbatim on either path, so agents no longer pay for browser-only artifacts on plain HTTP responses
Stop the takeover handoff from recommending an auto-discovered endpoint: the suggested 'fetch --takeover' command now pins --endpoint only when the user explicitly preconfigured one, instead of hard-coding an ephemeral discovered host
Add Hermes as a fourth target for 'afhttp skill' install, remove, and status, alongside Codex, Claude Code, and opencode
Rename the skill '--scope project' value to '--scope workspace' and drop the Claude-Code/opencode-only restriction, so scope applies uniformly across all agents
Upgrade the agent-first-data dependency to 0.14.2 and tower-http to 0.7, picking up the shared skill-admin and data-convention updates
Sharpen the README and synopsis marketing copy to a tighter one-liner and add an 'Ask your agent' usage example
Update the embedded skill guidance to match the new defaults: start from a bare 'afhttp fetch', read body_file on the fast path, and escalate to '--render always' or explicit --want only when the raw body looks incomplete