delimit-cli 3.14.24 → 3.14.26

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.
@@ -641,7 +641,12 @@ done
641
641
  REAL=$(PATH=$(echo "$PATH" | tr ':' '\\n' | grep -v '.delimit/shims' | tr '\\n' ':') command -v ${toolName} 2>/dev/null)
642
642
  [ -x "$REAL" ] && exec "$REAL" "$@"
643
643
  echo "[Delimit] ${toolName} not found in PATH" >&2
644
- echo " Install: npm install -g @anthropic-ai/claude-code" >&2
644
+ case "${toolName}" in
645
+ claude) echo " Install: npm install -g @anthropic-ai/claude-code" >&2 ;;
646
+ codex) echo " Install: npm install -g @openai/codex" >&2 ;;
647
+ gemini) echo " Install: pip install gemini-cli" >&2 ;;
648
+ *) echo " Install ${toolName} first" >&2 ;;
649
+ esac
645
650
  exit 127
646
651
  `;
647
652
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "delimit-cli",
3
3
  "mcpName": "io.github.delimit-ai/delimit-mcp-server",
4
- "version": "3.14.24",
4
+ "version": "3.14.26",
5
5
  "description": "Unify Claude Code, Codex, Cursor, and Gemini CLI with persistent context, governance, and multi-model debate.",
6
6
  "main": "index.js",
7
7
  "files": [