Claude Report — 2026-06-26
- Anthropic launches Claude Tag for Slack (June 23): async AI teammate with persistent channel memory, beta for Enterprise/Team customers
- Claude Code v2.1.193 (June 25): `autoMode.classifyAllShell`, OpenTelemetry assistant-response logging, live bash path autocomplete, phantom subagent fix
- knowledge-work-plugins adds Dropbox connector (June 24) and Monday.com integration to the sales plugin (June 23)
- claude-agent-sdk-typescript v0.3.193 (June 25): `promptSuggestions` for Browser SDK `query()`; v0.3.187 (June 23): `sandbox.credentials` settings type
🚀 Anthropic Official
Claude Tag — Async AI Teammate for Slack (June 23)
Claude Tag lets teams @-mention Claude in Slack channels; it breaks tasks into stages, executes them with connected tools and data sources, remembers channel context over time, and proactively follows up on unresolved items. Available in beta to Claude Enterprise and Team customers; admins configure per-channel data and tool permissions, and each department can run its own isolated Claude identity. Internally, 65% of Anthropic's product team code is created with their own Claude Tag instance.
Claude Code v2.1.193 (June 25)
Adds autoMode.classifyAllShell setting to route all Bash/PowerShell commands through the auto-mode classifier (not just arbitrary-code-execution patterns); adds a claude_code.assistant_response OpenTelemetry log event containing model response text (redacted by default, enable via OTEL_LOG_ASSISTANT_RESPONSES=1); adds live file-path autocomplete in bash mode (!); adds startup notice when MCP servers need authentication; adds automatic memory-pressure reaping for idle background shell processes (disable with CLAUDE_CODE_DISABLE_BG_SHELL_PRESSURE_REAP=1). Fixes phantom "general-purpose (resumed)" subagent that re-ran main conversation after backgrounding; fixes backgrounding spuriously cancelling with "N background tasks would be abandoned" when tasks carry over; improves MCP headersHelper auth to re-run and reconnect on 401/403; improves plugin auto-rename to follow marketplace renames maps automatically.
knowledge-work-plugins: Dropbox connector added (June 24)
Adds an official Dropbox plugin enabling file reading, writing, and search from within Claude Cowork, contributed by bryan-anthropic.
knowledge-work-plugins: Monday.com connector in sales plugin (June 23)
Adds a Monday.com connector to the sales plugin, enabling task and board management inside sales workflows; co-authored by bryan-anthropic and Claude.
claude-code-action v1.0.155 (June 23)
Fixes PR reviews and inline review comments to filter correctly to trigger time; allows @ characters in branch names (valid per git check-ref-format); adds content-type fallback coverage for format-turns.
🔌 Claude Code Plugins
Plugin ranking cache unavailable — no feature-level plugin updates confirmed in the window.
Unchanged in window: tracking skipped — plugin ranking cache unavailable this cycle
🛠️ Skills
None of the top 5 updated in window.
Unchanged in window: anthropics/knowledge-work-plugins (plugin-level additions covered under Anthropic Official), alirezarezvani/claude-skills, Piebald-AI/claude-code-system-prompts, glebis/claude-skills, ComposioHQ/awesome-claude-skills
🤖 Agents & Subagents
claude-agent-sdk-typescript v0.3.193 (June 25)
Adds promptSuggestions option to Browser SDK query() to opt the remote CLI into emitting follow-up prompt suggestions; fixes brief console window flashes on Windows when spawning CLI subprocesses.
claude-agent-sdk-typescript v0.3.187 (June 23)
Adds sandbox.credentials to SDK settings types, enabling programmatic configuration of credential-file and environment-variable denial in sandboxed agent commands — closes the last typing gap for credential-isolation workflows.
Unchanged in window: nicobailon/pi-subagents, Chachamaru127/claude-code-harness
🔗 MCPs & Integrations
None of the top 5 updated in window.
Unchanged in window: awslabs/mcp (last: June 25 release, covered in previous report — no new release since), github/github-mcp-server (last: June 18 v1.4.0), modelcontextprotocol/python-sdk (last: June 16 v2.0.0a2), modelcontextprotocol/typescript-sdk (last: June 16), portainer/portainer-mcp (last: June 18 v2.42.6)
💡 Community — Workflows & Ideas
No relevant news today.
📰 Quick Mentions
Relevant links that don't warrant a section of their own:
- claude-agent-sdk-python v0.2.108 (June 23) — bundles Claude CLI v2.1.187, routine CLI update
- claude-agent-sdk-python v0.2.109 (June 24) — bundles Claude CLI v2.1.190, routine CLI update
- claude-code-action v1.0.158 (June 25) — new release, no published changelog;
@latestCI pipelines pick it up automatically