anomalyco/opencode merged Dax's June 11 commit dac0dd53 adding connector authentication, with new connector, credential, migration, API, SDK, and test surfaces.
Facts
- OpenClaw added helpers and tests so Skill Workshop writes through workspace skill symlinks only when the target is on the configured trust list.
- Hermes Agent made Parallel web search and extract run keyless through a hosted Search MCP, or keyed through Parallel's v1 REST APIs.
- Codex added Amazon Bedrock API key as a managed auth mode and explicit rejection when that auth is used with OpenAI-compatible providers.
Evidence
The receipts are OpenCode commit dac0dd53, OpenClaw commit 287b10a8, Hermes commits e0e25717 and 0a5762c7, and Codex commit 06afd63f.
Context
This continues yesterday's guardrails arc, but narrows the pressure: once tools touch external services, local skill files, web search, or cloud model providers, the product surface has to carry credentials, trust lists, labels, and provider limits.
Limits
These are independent patches, not a shared standard. Some are storage or policy groundwork rather than complete user-facing launches. Watch whether connectors, keyless MCP paths, provider-specific auth, and trusted skill directories become visible operator controls.