@ask-llm/plugin 0.16.2 → 0.16.3

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ask-llm",
3
- "version": "0.16.2",
3
+ "version": "0.16.3",
4
4
  "description": "AI-to-AI collaboration — review code and debate plans across Codex, Grok, Antigravity, Ollama, and Gemini",
5
5
  "author": {
6
6
  "name": "Anton Lykhoyda",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ask-llm",
3
3
  "displayName": "Ask LLM",
4
- "version": "0.16.2",
4
+ "version": "0.16.3",
5
5
  "description": "Portable AI-to-AI review and pairing workflows for Cursor Agent with explicit provider transports.",
6
6
  "author": {
7
7
  "name": "Anton Lykhoyda"
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @ask-llm/plugin
2
2
 
3
+ ## 0.16.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#323](https://github.com/Lykhoyda/ask-llm/pull/323) [`2d335c8`](https://github.com/Lykhoyda/ask-llm/commit/2d335c84db3ff9507cda128e0fc40154ba19bb08) Thanks [@Lykhoyda](https://github.com/Lykhoyda)! - No functional change. Republish the eight public packages so each new tarball's npm gitHead matches the version-introducing commit and per-package source tags can be created. The versions currently on npm were published from a later SHA than the version bump, and gitHead is immutable.
8
+ - Updated dependencies [[`2d335c8`](https://github.com/Lykhoyda/ask-llm/commit/2d335c84db3ff9507cda128e0fc40154ba19bb08)]:
9
+ - @ask-llm/antigravity-mcp@0.7.5
10
+ - @ask-llm/codex-mcp@0.7.8
11
+ - @ask-llm/gemini-mcp@1.9.1
12
+ - @ask-llm/grok-mcp@0.1.5
13
+ - @ask-llm/ollama-mcp@0.6.2
14
+ - @ask-llm/mcp@0.9.3
15
+
3
16
  ## 0.16.2
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ask-llm/plugin",
3
- "version": "0.16.2",
3
+ "version": "0.16.3",
4
4
  "description": "Ask LLM review, comparison, brainstorming, image, verification, and pairing workflows for Claude Code, Cursor Agent, and Pi",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -83,12 +83,12 @@
83
83
  ]
84
84
  },
85
85
  "dependencies": {
86
- "@ask-llm/antigravity-mcp": "^0.7.4",
87
- "@ask-llm/codex-mcp": "^0.7.7",
88
- "@ask-llm/gemini-mcp": "^1.9.0",
89
- "@ask-llm/grok-mcp": "^0.1.4",
90
- "@ask-llm/mcp": "^0.9.2",
91
- "@ask-llm/ollama-mcp": "^0.6.1"
86
+ "@ask-llm/antigravity-mcp": "^0.7.5",
87
+ "@ask-llm/codex-mcp": "^0.7.8",
88
+ "@ask-llm/gemini-mcp": "^1.9.1",
89
+ "@ask-llm/grok-mcp": "^0.1.5",
90
+ "@ask-llm/mcp": "^0.9.3",
91
+ "@ask-llm/ollama-mcp": "^0.6.2"
92
92
  },
93
93
  "peerDependencies": {
94
94
  "@earendil-works/pi-ai": "*",