File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Release Notes v1.0.0
22
3- ** Initial Release** - January 29, 2025
3+ ** Initial Release** - January 29, 2026
44
55## Overview
66
1313Search the web for current information with rich results:
1414
1515``` typescript
16- web_search ({ query: " TypeScript best practices 2025 " })
16+ web_search ({ query: " TypeScript best practices 2026 " })
1717```
1818
1919** Returns:**
@@ -95,10 +95,10 @@ This extension includes built-in skills to guide the LLM:
9595
9696### API Endpoints
9797
98- | Tool | Endpoint | Payload |
99- | ------| ----------| ---------|
100- | web_search | ` POST {host}/v1/coding_plan/search ` | ` {"q": query} ` |
101- | understand_image | ` POST {host}/v1/coding_plan/vlm ` | ` {"prompt": p, "image_url": base64} ` |
98+ | Tool | Endpoint | Payload |
99+ | ---------------- | ----------------------------------- | ------------------------------------ |
100+ | web_search | ` POST {host}/v1/coding_plan/search ` | ` {"q": query} ` |
101+ | understand_image | ` POST {host}/v1/coding_plan/vlm ` | ` {"prompt": p, "image_url": base64} ` |
102102
103103### Authentication
104104
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ Shows current configuration status and available tools.
175175Search for current information:
176176
177177```
178- Search the web for TypeScript best practices 2025
178+ Search the web for TypeScript best practices 2026
179179
180180web_search({
181181 query: "latest React 19 features announcement"
@@ -434,7 +434,7 @@ MIT License - see [LICENSE](LICENSE) file for details.
434434
435435## Changelog
436436
437- ### v1.0.0 (2025 -01-29)
437+ ### v1.0.0 (2026 -01-29)
438438
439439- ✨ Initial release
440440- 🔍 web_search tool with rich results
You can’t perform that action at this time.
0 commit comments