@vtstech/pi-ollama-sync 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,7 +25,7 @@ pi install "npm:@vtstech/pi-ollama-sync"
25
25
  - Preserves existing provider config (apiKey, compat settings)
26
26
  - Defaults to `openai-completions` API mode
27
27
  - Sorts models by size (smallest first)
28
- - Auto-detects reasoning-capable models (deepseek-r1, qwq, o1, o3, think, reason)
28
+ - Auto-detects reasoning-capable models (deepseek-r1, qwq, qwen3, o1, o3, think, reason)
29
29
  - Merges with existing per-model settings
30
30
  - Per-model metadata in sync report (parameter size, quantization level, model family)
31
31
  - Registered as both `/ollama-sync` slash command and `ollama_sync` tool
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtstech/pi-ollama-sync",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Ollama model sync extension for Pi Coding Agent",
5
5
  "main": "ollama-sync.js",
6
6
  "keywords": ["pi-extensions"],
@@ -14,7 +14,7 @@
14
14
  "url": "https://github.com/VTSTech/pi-coding-agent"
15
15
  },
16
16
  "dependencies": {
17
- "@vtstech/pi-shared": "1.1.0"
17
+ "@vtstech/pi-shared": "1.1.1"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@mariozechner/pi-coding-agent": ">=0.66"