Conversation
session_search now supports two modes: browse (empty query returns recent sessions with titles, dates, message counts) and search (FTS5 grouped by session with match counts and surrounding context). New session_read tool loads full session transcripts by ID prefix for drill-down after search. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
feat: add Telegram gateway and related UX improvements
Multi-provider web research layer: Tavily, Z.AI, Exa, Google Custom Search for search; Direct, Z.AI Reader, Firecrawl for fetch. Includes transient cache, HTML/Markdown extraction, safety guard, settings integration, and system prompt guidance for efficient web research via subagents. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- AgentModeTest: update tool count to 27 (added web_search, web_fetch) - AnsiRendererTest: approvePlan now returns defaults in non-interactive mode - DirectFetchProviderTest/ZaiProvidersTest: mock WebRequestGuard to avoid DNS resolution in unit tests - Remove final from WebRequestGuard to enable mocking Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
web_search(Tavily, Z.AI, Exa, Google Custom Search) andweb_fetch(Direct, Z.AI Reader, Firecrawl)Test plan
🤖 Generated with Claude Code