Releases: delimit-ai/delimit-mcp-server
v4.1.38
What's New in v4.1.29-4.1.38
Persistent Memory
delimit remember "context"-- save memories across sessions and modelsdelimit recall [query]-- search, filter by tag, export as markdowndelimit forget <id>-- delete a memory
Local Governance Gates
delimit check-- pre-commit check (exits non-zero on breaking changes)delimit hooks install-- install git pre-commit/pre-push hooksdelimit ci-- generate GitHub Action workflow in one command
Session Lifecycle
- Stop hook -- session handoff on exit, pushes ledger for cross-model continuity
- </> branding -- < on session start, /> on exit
Scan Improvements
- Governance readiness score (5-point checklist)
delimit try owner/repo-- try governance on any GitHub repo
Pro
- Activation telemetry
- Social daemon: SQLite caching, AI voice filter, digest emails
- PostToolUse hook pattern fix
Distribution
- VS Code Marketplace, MCP Registry, mcp.so all live
- FAQ with Obsidian Mind comparison
v3.10.3
v3.9.2 — Pro IP Protection + Governance Loop
What's New
IP Protection:
- Pro tool source removed from public repo (stubs only)
- Crown jewels (deliberation, governance, license) compiled with Nuitka to native binaries
- 6 platform builds: Linux x64 + macOS ARM × Python 3.10-3.12
- Git history scrubbed of Pro source code
Licensing:
- Runtime license gate blocks 32 Pro tools without valid key
- 30-day re-validation against Lemon Squeezy (privacy-preserving)
- 7-day grace period, 14-day hard block
- 3 free deliberations/month for free tier
Governance Loop:
- Every tool routes through governance
- Ledger_context is first required next_step (not a suggestion)
- Milestone auto-ledger for deploys, publishes, consensus
Install:
npx delimit-cli setupFree tools work immediately. Pro modules download at install time.
v3.8.1 — One Workspace for Every AI Assistant
What's New
Cross-model continuity — Your tasks, memory, and governance carry between Claude Code, Codex, and Gemini CLI. Switch models without losing context.
Project scan — delimit_scan discovers OpenAPI specs, frameworks, security issues, and tests in your project. The first-run "aha moment."
CLI-first deliberation — Uses your existing CLI subscriptions (Claude Pro, Codex Pro, Gemini Ultra) instead of separate API keys. No extra cost.
Governance trigger — AI assistants automatically check the ledger on session start. Works across Claude Code, Codex, Cursor, and Gemini CLI.
Security hardening:
- Pinned Python dependencies with isolated venv
- Fixed command injection in test_smoke (shell=True removed)
- All internal paths removed from shipped package
- Input validation on subprocess calls
GitHub Action v1.5.2:
- Enforce mode now posts PR comment before failing CI
- YAML detection fix for base branch specs
- Live demo with 6 breaking changes
81 tools including: scan, release_sync, models configure, deploy_npm
Install
npx delimit-cli setupNo API keys. No account. 10 seconds. Works with Claude Code, Codex, Cursor, and Gemini CLI.
Full Changelog: https://github.com/delimit-ai/delimit/commits/main
v3.6.11 — Multi-Model Deliberation + Security Hardening
What's New
Multi-model deliberation — Run consensus across Grok, Gemini, GPT-4o, Claude, or Codex CLI. Setup silently auto-detects your API keys.
Security hardening:
- Pinned Python dependencies with isolated venv install
- All internal paths removed from shipped package
- No hardcoded credentials, tokens, or infrastructure details
Gemini CLI support — Full MCP integration with all 79 tools. Fixed type parameter naming that broke Gemini's function calling API.
GitHub Action v1.5.0 — Fixed YAML detection for base branch specs. Live PR comment demo.
Blog auto-publish — 10 posts scheduled through April 5, each with targeted CTA.
Install:
npx delimit-cli setupNo API keys. No account. 10 seconds. Works with Claude Code, Codex, Cursor, and Gemini CLI.
Full Changelog: https://github.com/delimit-ai/delimit/commits/main
v3.2.0
Delimit v3.2.0
AI agent guardrails for developers. Install governance tools into Claude Code with one command.
What's included
- 5 MCP tools: lint, diff, policy, impact, ledger
- CLI:
delimit lint,delimit diff,delimit explain,delimit doctor - GitHub Action:
delimit-ai/delimit-action@v1 - Policy presets: strict, default, relaxed
- Zero-Spec extraction: FastAPI, NestJS, Express
- Docker support:
docker buildready
Install
npx delimit-cli setup