polydev-ai 1.10.9 → 1.10.10

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/lib/cliManager.js CHANGED
@@ -628,12 +628,14 @@ This is a known issue with @google/gemini-cli@0.3.4 and older Node.js versions.`
628
628
  if (model && providerId === 'claude_code') {
629
629
  // Map common model names to Claude CLI aliases/full names
630
630
  const claudeModelMap = {
631
+ 'claude-opus-4-6': 'opus',
631
632
  'claude-opus-4-5': 'opus',
632
633
  'claude-opus-4.5': 'opus',
633
634
  'claude-4.5-opus': 'opus',
634
635
  'claude-opus-4-5-20250514': 'opus',
636
+ 'claude-sonnet-4-6': 'sonnet',
635
637
  'claude-sonnet-4-5': 'sonnet',
636
- 'claude-sonnet-4.5': 'sonnet',
638
+ 'claude-sonnet-4.5': 'sonnet',
637
639
  'claude-4.5-sonnet': 'sonnet',
638
640
  'claude-sonnet-4-5-20250514': 'sonnet',
639
641
  'claude-3-5-sonnet': 'sonnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polydev-ai",
3
- "version": "1.10.9",
3
+ "version": "1.10.10",
4
4
  "engines": {
5
5
  "node": ">=20.x <=22.x"
6
6
  },