polydev-ai 1.8.2 → 1.8.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.
@@ -686,7 +686,7 @@ class StdioMCPWrapper {
686
686
  // Format CLI responses for logging on the server
687
687
  const cliResponses = localResults.map(result => ({
688
688
  provider_id: result.provider_id,
689
- model: result.model || this.getDefaultModelForCli(result.provider_id),
689
+ model: result.model_used || this.getDefaultModelForCli(result.provider_id),
690
690
  content: result.content || '',
691
691
  tokens_used: result.tokens_used || 0,
692
692
  latency_ms: result.latency_ms || 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polydev-ai",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "Agentic workflow assistant with CLI integration - get diverse perspectives from multiple LLMs when stuck or need enhanced reasoning",
5
5
  "keywords": [
6
6
  "mcp",