Skip to content

Commit 6990fe9

Browse files
github-actions[bot]prosdev
authored andcommitted
chore: release packages
1 parent a25dcc6 commit 6990fe9

3 files changed

Lines changed: 14 additions & 13 deletions

File tree

.changeset/antfly-lifecycle-resilience.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/dev-agent/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @prosdevlab/dev-agent
22

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- a6d08da: Antfly lifecycle resilience: graceful MCP startup, `dev doctor`, Podman support, captured startup logs
8+
9+
- **MCP server no longer dies when Antfly is down.** The stdio handshake completes immediately; backend init (Antfly auto-start, index load, watcher catchup) runs behind a gate. Tool calls wait for it, and a failed init returns a legible error pointing at `dev doctor` — with automatic retry on the next call once the backend is reachable.
10+
- **New `dev doctor` command** diagnoses the stack from the CLI (install, server reachability, port conflicts, embedding model, repository index) — works when the MCP server itself can't start.
11+
- **Podman support.** All container fallbacks detect Docker or Podman instead of assuming Docker.
12+
- **Antfly startup output is captured** to `~/.antfly/antfly.log` (rotated at 5MB) instead of being discarded, so failed starts are diagnosable.
13+
- **`dev search`, `dev refs`, and `dev map` auto-start the backend** like `dev index` already did.
14+
- One shared lifecycle implementation in core replaces three divergent copies (CLI utils, MCP entry point, adapter registry) — the MCP copies were missing `--data-dir` and port-conflict detection.
15+
316
## 0.12.2
417

518
### Patch Changes

packages/dev-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prosdevlab/dev-agent",
3-
"version": "0.12.2",
3+
"version": "0.13.0",
44
"private": false,
55
"description": "Deep code intelligence + AI subagents via MCP. Local-first semantic code search, GitHub integration, and development planning for AI tools like Cursor and Claude Code.",
66
"keywords": [

0 commit comments

Comments
 (0)