@lmctl-ai/lmctl 0.1.35 → 0.1.36

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.
@@ -177,6 +177,12 @@
177
177
  ]
178
178
  }
179
179
  }
180
+ },
181
+ "gemini-2.5-pro": {
182
+ "name": "Gemini 2.5 Pro",
183
+ "provider": {
184
+ "npm": "@ai-sdk/github-copilot"
185
+ }
180
186
  }
181
187
  }
182
188
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lmctl-ai/lmctl",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "description": "A provider-agnostic control plane for teams of AI coding agents — across providers, with independent review and durable memory.",
5
5
  "type": "module",
6
6
  "homepage": "https://lmctl.com",