@x-otto/plugin-weather 0.1.0-alpha.4 → 0.1.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,7 +8,7 @@ Provides a single `get_weather` tool that fetches current weather and a 3-day fo
8
8
 
9
9
  This plugin contributes two things:
10
10
 
11
- 1. **Tool** (`get_weather`) — Geocodes a city name, fetches the 7-day forecast from Open-Meteo, and returns structured data with current conditions + 3-day summary.
11
+ 1. **Tool** (`get_weather`) — Geocodes a city name, fetches the 3-day forecast from Open-Meteo, and returns structured data with current conditions + 3-day summary.
12
12
  2. **Renderer** — A terminal card renderer (`matcher.toolName: "get_weather"`) that formats the tool result as a pretty TUI card with temperature, description, and forecast details.
13
13
 
14
14
  The tool returns both a plain-text summary (for the conversation stream) and structured `details` (for the renderer to consume without string parsing).
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@x-otto/plugin-weather",
3
- "version": "0.1.0-alpha.4",
3
+ "version": "0.1.0-alpha.6",
4
4
  "private": false,
5
5
  "description": "Weather forecast plugin — get_weather tool (Open-Meteo, no API key) + terminal card renderer",
6
6
  "devDependencies": {
7
- "@x-otto/interchange": "0.1.0-alpha.1"
7
+ "@x-otto/interchange": "0.1.0-alpha.8"
8
8
  },
9
9
  "type": "module",
10
10
  "files": [
@@ -12,6 +12,8 @@
12
12
  "README.md",
13
13
  "plugin.ts",
14
14
  "src",
15
+ "renderers",
16
+ "renderers-dist",
15
17
  "plugin-dist"
16
18
  ],
17
19
  "publishConfig": {
@@ -20,7 +22,7 @@
20
22
  "tag": "alpha"
21
23
  },
22
24
  "dependencies": {
23
- "@x-otto/plugin": "0.1.0-alpha.2"
25
+ "@x-otto/plugin": "0.1.0-alpha.8"
24
26
  },
25
27
  "scripts": {
26
28
  "typecheck": "tsc --noEmit",
@@ -1 +1 @@
1
- {"apiVersion":1,"compilerVersion":"0.1.0-alpha.4","sourceHash":"d2ffa33cead95591212a6a854e2aca8bd0313c3695ab0904b0913a2fd9a218e8"}
1
+ {"apiVersion":1,"compilerVersion":"0.1.0-alpha.8","sourceHash":"77c57e232f4a06a5f27a09c936273f194f49cbbd4655c0e53eeca6a79c6c2748"}