pikiclaw 0.3.22 → 0.3.23

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.
@@ -937,7 +937,7 @@ function getClaudeSessionMessages(opts) {
937
937
  // Models
938
938
  // ---------------------------------------------------------------------------
939
939
  const CLAUDE_MODELS = [
940
- { id: 'claude-opus-4-6', alias: 'opus' },
940
+ { id: 'claude-opus-4-7', alias: 'opus' },
941
941
  { id: 'claude-sonnet-4-6', alias: 'sonnet' },
942
942
  { id: 'claude-haiku-4-5-20251001', alias: 'haiku' },
943
943
  ];
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import { normalizeClaudeModelId } from '../../agent/index.js';
5
5
  export const DEFAULT_AGENT_MODELS = {
6
- claude: 'claude-opus-4-6',
6
+ claude: 'claude-opus-4-7',
7
7
  codex: 'gpt-5.4',
8
8
  gemini: 'gemini-3.1-pro-preview',
9
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pikiclaw",
3
- "version": "0.3.22",
3
+ "version": "0.3.23",
4
4
  "description": "Put the world's smartest AI agents in your pocket. Command local Claude & Gemini via IM. | 让最好用的 IM 变成你电脑上的顶级 Agent 控制台",
5
5
  "type": "module",
6
6
  "bin": {