You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added per-process success_exit_codes to treat selected non-zero exit codes (e.g. 130 from a signal-driven shutdown) as a success, addresses issue #506.
Added process-level extends so a process can inherit and override the configuration of another process in the same project.
Added a PC_NAMESPACES environment variable as an alternative to --namespace/-n for selecting which namespaces to run, addresses issue #491, by @ddanier.
Fixed unfocused interactive processes blocking on a full PTY buffer by ensuring background drainage, addresses issue #508.
Fixed a readiness cascade where dependents of an updated or restarted process could spuriously fail on a stale, cancelled process object, by @hebo6.
Fixed a deadlock that wedged the logs WebSocket for an entire process under backpressure, by @hebo6.
Fixed reloading a project that uses file-level extends, which previously failed with an "already specified in files to load" error after the first successful load, by @eike-hass.
Changelog
b9b8820 Add BM25 search and dependency graph as tools in the MCP server (#479)
a4038d6 Add macOS runner to Go CI and optimize linter (#486)