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
Copy file name to clipboardExpand all lines: content/docs/latest.mdx
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,31 @@ The **Analytics** extension now includes multi-user management and per-user anal
162
162
163
163
See the [Analytics docs](/docs/features/analytics#user-analytics) for the full walkthrough.
164
164
165
+
## August 18, 2026
166
+
167
+
### Core Agent Tools: `fetch_url` & `grep_search`
168
+
169
+
The built-in `core_tools` extension now includes two new zero-dependency core tools designed to empower AI assistants and coding agents with web reading and fast codebase navigation:
170
+
171
+
#### `fetch_url`
172
+
173
+
A lightweight, dependency-free tool that fetches content from HTTP/HTTPS URLs and converts HTML pages into clean, token-efficient Markdown:
174
+
175
+
-**HTML to Markdown Conversion**: Automatically strips boilerplate elements (`<script>`, `<style>`, `<head>`, `<svg>`, `<noscript>`, `<iframe>`, `<nav>`, `<footer>`, `<aside>`).
-**File Pattern Filtering**: Filter search targets with glob patterns like `*.py`, `*.ts`, or `*.cs`.
188
+
-**Structured Output**: Returns matching relative file paths, 1-indexed line numbers, and line contents, capped at configurable match limits (default: 50).
0 commit comments