@zachjxyz/moxie 0.4.5 → 0.4.6

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/bin/moxie CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  set -euo pipefail
19
19
 
20
- MOXIE_VERSION="0.4.5"
20
+ MOXIE_VERSION="0.4.6"
21
21
  # Resolve symlinks (npm installs bin as a symlink)
22
22
  _self="$0"
23
23
  while [ -L "$_self" ]; do
package/lib/phases.sh CHANGED
@@ -268,7 +268,8 @@ _select_agents() {
268
268
  item_meta+=("type provider/model-name")
269
269
  item_types+=("custom_add")
270
270
  item_sources+=("-1")
271
- local len=${#item_labels[-1]}
271
+ local _custom_label="+ Add custom model..."
272
+ local len=${#_custom_label}
272
273
  [ "$len" -gt "$max_label_len" ] && max_label_len=$len
273
274
 
274
275
  # Track custom models added during this session
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zachjxyz/moxie",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "Run multiple AI coding agents through spec-driven phases with quorum convergence. Supports CLI agents (Claude, Codex, Qwen, Aider, Goose, Amp, Cline, Roo) and Vercel AI Gateway models.",
5
5
  "bin": {
6
6
  "moxie": "bin/moxie"