delimit-cli 3.14.25 → 3.14.27

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.
@@ -644,7 +644,7 @@ echo "[Delimit] ${toolName} not found in PATH" >&2
644
644
  case "${toolName}" in
645
645
  claude) echo " Install: npm install -g @anthropic-ai/claude-code" >&2 ;;
646
646
  codex) echo " Install: npm install -g @openai/codex" >&2 ;;
647
- gemini) echo " Install: npm install -g @anthropic-ai/claude-code && pip install gemini-cli" >&2 ;;
647
+ gemini) echo " Install: npm install -g @google/gemini-cli" >&2 ;;
648
648
  *) echo " Install ${toolName} first" >&2 ;;
649
649
  esac
650
650
  exit 127
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.25",
4
+ "version": "3.14.27",
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": [