Skip to content

Commit 91e01da

Browse files
committed
docs: update year from 2025 to 2026
1 parent 2366bca commit 91e01da

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes v1.0.0
22

3-
**Initial Release** - January 29, 2025
3+
**Initial Release** - January 29, 2026
44

55
## Overview
66

@@ -13,7 +13,7 @@
1313
Search 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Shows current configuration status and available tools.
175175
Search for current information:
176176

177177
```
178-
Search the web for TypeScript best practices 2025
178+
Search the web for TypeScript best practices 2026
179179
180180
web_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

0 commit comments

Comments
 (0)