
2026/6/22 · 0:19
AI product updates, June 21: Hermes locks down setup, Cursor automates workflows
A weekend briefing on operational AI product changes: Hermes adds a locked-down setup mode, TrueFoundry proxies Claude Code through an enterprise gateway, Josh.ai ships AI X OS publicly, Cursor expands Automations, and Google Cloud pushes MCP and SecOps controls deeper into production workflows.
The weekend update skewed toward agent tooling and operational controls rather than new frontier-model drops. The most actionable changes: Nous added a locked-down Hermes setup mode, TrueFoundry published a Claude Code proxy path for enterprise gateways, Josh.ai moved AI X OS from dealer beta to public release, Cursor expanded always-on automations, and Google Cloud's MCP surface kept expanding into storage and SecOps workflows.
Coverage note: late-Friday and weekend items are included when the source published after the previous briefing or when the update was verified today but carries an earlier release-note date.
At a glance
| Product | Releasing entity | Release date | What changed | Availability / action |
|---|---|---|---|---|
| Hermes Agent Blank Slate | Nous Research | Jun. 20, 2026 | New setup mode starts with only provider/model, file operations, and terminal enabled; web, browser, code execution, vision, memory, delegation, cron, skills, plugins, and MCP servers stay off until manually enabled. 1 2 | Available through hermes setup; useful for security-sensitive or reproducible team installs. |
| Claude Code Proxy via TrueFoundry AI Gateway | TrueFoundry | Jun. 20, 2026 | TrueFoundry describes an Anthropic-compatible proxy path for Claude Code using ANTHROPIC_BASE_URL, with centralized budget limits, rate limits, multi-provider routing, guardrails, and audit logs. 3 | Available through TrueFoundry AI Gateway; aimed at teams standardizing coding-agent governance. |
| AI X OS public release | Josh.ai | Jun. 16, 2026; reported Jun. 21 | AI X OS is now in the public version of Josh.ai after a closed dealer beta that began in September 2025; the release integrates AI across the control ecosystem. 4 | Public Josh.ai release; relevant to integrators watching smart-home AI latency and automation features. |
| Google SecOps Gemini Cloud Assist + Secret Manager | Google Cloud / Google SecOps | Jun. 16-19, 2026 | SecOps added an Ask Gemini Cloud Assist button inside Feed Management, and Google staff announced a Secret Manager integration for SOAR response integration credentials, connectors, and jobs. 5 6 | Available to Google SecOps users; GCA gives guidance only and does not make feed changes for the user. |
| NetApp Volumes remote MCP server | Google Cloud | Jun. 9, 2026; verified today | Google Cloud NetApp Volumes remote MCP server is GA and lets AI apps manage storage pools, volumes, backup vaults, backup policies, backups, and snapshots. 7 | Endpoint: https://netapp.googleapis.com/mcp; API keys are not accepted, and OAuth/IAM roles are required. 8 |
| Copilot usage metrics API credit reporting | GitHub | Jun. 19, 2026 | GitHub added ai_credits_used to Copilot user-level reports for single-day and 28-day windows at enterprise and organization levels. 9 | Available to enterprise admins and organization owners with Copilot usage-metrics API access. |
| Cursor Automations 3.8 | Cursor | Jun. 18, 2026 | Automations added the /automate skill, Slack emoji triggers, five new GitHub triggers, and computer-use support for cloud agents. 10 | Available by updating Cursor; most relevant to teams turning coding agents into persistent workflow automation. |

Agent tooling: less magic, more control
Hermes Agent's Blank Slate mode is the clearest product signal today. The default quick path still exists, but Blank Slate gives teams a minimal starting surface: provider and model, file operations, and terminal. Everything else starts disabled. The Hermes docs say the setup writes an explicit
platform_toolsets.cli list plus agent.disabled_toolsets, so skipped capabilities do not reappear after an update. 2コンテンツカードを読み込んでいます…
For developers running agents on personal machines, that may feel like extra work. For teams deploying persistent agents into shared environments, it solves a practical problem: the default safe configuration can be defined as absence, not as trust in everyone remembering to switch risky tools off.
TrueFoundry is attacking the same governance problem from the gateway side. Its Claude Code proxy guide uses Claude Code's
ANTHROPIC_BASE_URL setting to route requests through TrueFoundry AI Gateway rather than directly to Anthropic. From there, the gateway can route Anthropic-format calls to Anthropic, OpenAI, Google Vertex AI, Bedrock, Azure OpenAI, xAI, or on-prem models, while enforcing rate limits, budget rules, guardrails, and audit logging. 3The concrete buyer question is simple: if Claude Code use is spreading across an engineering org, direct laptop-level API keys leave cost, routing, and logging scattered. A proxy centralizes those decisions without asking each developer to use a different coding assistant.
Enterprise and cloud AI: MCP becomes operational infrastructure
Google Cloud's NetApp Volumes remote MCP server is not a brand-new weekend release, but it matters because it extends MCP beyond developer toys and into storage operations. The official release notes mark the remote MCP server as generally available, and the docs list the HTTP endpoint, OAuth/IAM requirements, and blocked operations. Create, update, and delete operations for storage pools and volumes are blocked, while discovery, inventory, backup, and snapshot workflows are exposed through defined tools. 8
That constraint is the important part. Google is not handing every AI client a blank check over storage. The design pushes agent access through IAM, MCP Tool User permissions, NetApp Volumes Viewer/Admin roles, and auditable remote endpoints.
Google SecOps moved in a similar direction. The June 16 release notes add Gemini Cloud Assist to Feed Management, but the note is explicit that GCA answers questions and recommends steps; users still apply changes manually. 5 The separate Secret Manager integration gives SecOps teams a way to map response integration, connector, and job credentials to Google Cloud Secret Manager entries, then sync them through a job. 6
Josh.ai's AI X OS is the consumer-facing counterpoint. CE Pro reports that the OS moved into the public Josh.ai release on June 16 after a closed beta, bringing AI across the control ecosystem. Earlier coverage described AI Scenes, lighting intelligence, JoshGPT 3.0, updated app/touchscreen/remote interfaces, and integrator sales/support tooling as part of the AI X OS package. 11
The product risk is latency. In smart homes, the AI feature is only good if the command still feels like control, not a ticket submitted to a remote assistant. That makes Josh.ai's public rollout a useful test case for whether natural-language scenes and proactive recommendations can survive real household expectations.
Developer launch radar
Product Hunt's June 21 AI-heavy board had two launches worth logging for builders, though both should be treated as discovery-stage products until their own docs and customer evidence are checked.
| Launch | What it claims | Why it matters |
|---|---|---|
| Agent 37 Cloud | Managed hosting for persistent agents such as Hermes, OpenClaw, and Claude Code; the Product Hunt page says one API call can give each customer an always-on agent, with pricing from $3.44/month. 12 | Another sign that agent hosting is becoming an infrastructure category rather than a hobbyist VPS setup. |
| Laguna by Poolside | Product Hunt lists Laguna as foundation models for agentic coding and long-horizon work from Poolside. 13 | Relevant to teams tracking coding models beyond the OpenAI/Anthropic/Gemini default set. |
| Cloudback MCP Server | Product Hunt's June 21 leaderboard lists Cloudback MCP Server as a way to manage backups from Claude, Cursor, and VS Code. 14 | Backup management is a natural MCP use case, but it needs permission and audit scrutiny before production use. |
Coding assistant follow-up: Cursor Automations 3.8
Cursor's June 18 Automations 3.8 release pushes the coding assistant further into always-on workflow territory. The new
/automate skill creates an automation from a local agent session by asking for the task in plain language, then configuring triggers, instructions, and tools. The same release adds Slack emoji triggers, five GitHub triggers covering issue comments, PR review activity, review-thread state changes, and completed workflow runs, plus computer-use support for cloud agents that need to produce demos or artifacts. 10The important buyer question is not whether every team needs another automation surface. It is whether a coding agent can be promoted from one-off assistant to repeatable workflow runner without losing visibility over the trigger, tool set, and artifact it leaves behind.
What was missing
No verified new OpenAI, Anthropic, Gemini, Mistral, or xAI frontier-model drop surfaced in today's checked sources. No new major API pricing change or product deprecation made the final cut either. The day's useful signal is narrower: AI product work is moving into controllable execution surfaces, with setup modes, gateways, IAM-scoped MCP endpoints, and admin-visible usage metrics doing more of the work than splashy model launches.
参考ソース
- 1Nous Research X announcement
- 2Hermes Agent quickstart
- 3TrueFoundry Claude Code Proxy guide
- 4CE Pro June 21 recap
- 5Google SecOps release notes
- 6Google Cloud Security community Secret Manager post
- 7Google Cloud NetApp Volumes release notes
- 8Use the NetApp Volumes remote MCP server
- 9GitHub Changelog: AI credits consumed per user
- 10Cursor changelog: Automations 3.8
- 11CE Pro: Josh.ai unveils AI X OS operating system
- 12Agent 37 Cloud on Product Hunt
- 13Laguna by Poolside on Product Hunt
- 14Best of Product Hunt: June 21, 2026





このコンテンツについて、さらに観点や背景を補足しましょう。