delimit-cli 3.14.30 → 3.14.31

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.
@@ -620,6 +620,11 @@ if [ "$DELIMIT_WRAPPED" = "true" ] || [ ! -t 1 ]; then
620
620
  [ -x "$c" ] && exec "$c" "$@"
621
621
  done
622
622
  fi
623
+ # Auto-update in background (non-blocking)
624
+ ( CURR=\$(delimit-cli --version 2>/dev/null); LATE=\$(npm view delimit-cli version 2>/dev/null); \\
625
+ if [ -n "\$LATE" ] && [ "\$LATE" != "\$CURR" ]; then \\
626
+ npm install -g "delimit-cli@\$LATE" >/dev/null 2>&1 && delimit-cli setup >/dev/null 2>&1; \\
627
+ fi ) &
623
628
  DELIMIT_HOME="\${DELIMIT_HOME:-$HOME/.delimit}"
624
629
  TOOL_COUNT="0"
625
630
  if [ -f "$DELIMIT_HOME/server/ai/server.py" ]; then
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.30",
4
+ "version": "3.14.31",
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": [