@wz927/codedesign 0.3.4 → 0.3.5

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/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  A terminal AI agent for designers. Think "Claude Code, but for design work" — you talk to it in a terminal, and it drives **Figma** for you: creates frames, builds layouts with auto-layout, styles text, exports assets, and reads existing designs.
4
4
 
5
5
  ```
6
- codedesign ●figma:MyApp mode:default model:claude-sonnet-4-5
6
+ codedesign ●figma:MyApp mode:default model:Kimi-K2.6
7
7
  ───────────────────────────────────────────────────────────────
8
8
  › draw me a login screen for a mobile app, iOS style, 390x844
9
9
 
@@ -76,7 +76,7 @@ Or inside the REPL:
76
76
  | `/login anthropic <key>` | Save API key |
77
77
  | `/login figma <token>` | Save Figma token (REST) |
78
78
  | `/mode default\|auto\|plan\|yolo` | Permission mode |
79
- | `/model <id>` | Change Claude model |
79
+ | `/model <id>` | Change model (vision-capable recommended for self-review) |
80
80
  | `/config` | Show config (secrets masked) |
81
81
  | `/clear` | New conversation |
82
82
  | `/exit` | Quit |