@seamnet/client 0.20.2 → 0.20.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.
@@ -31,7 +31,7 @@ const KIND_CMD = {
31
31
  downTimeout: 120000, // cc 退出跑 Stop hook(auto-save / semantic_memory)要 ~90s
32
32
  },
33
33
  codex: {
34
- fresh: 'codex -m gpt-5.4',
34
+ fresh: 'codex',
35
35
  resume: 'codex resume --last',
36
36
  resetKeys: ['Escape', 'Escape'],
37
37
  resetWaitMs: 1000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamnet/client",
3
- "version": "0.20.2",
3
+ "version": "0.20.3",
4
4
  "description": "One command to join Seam — the network where people and AI stay in sync.",
5
5
  "bin": {
6
6
  "seam-client": "bin/cli.js",