# Changelog ## 1.1.0 — 2026-06-19 ### Added - **Progress streaming**: delegation runs emit step/status lines to stderr and include a `progress` array in the JSON response. - **Timeout enforcement**: `CURSOR_TIMEOUT_SECONDS` is honored; overdue runs are cancelled. - **Git repo validation**: optional `CURSOR_REQUIRE_GIT_REPO` (default `true`) checks `git rev-parse` before delegate. - **Resume cwd fix**: `cursor_resume` preserves the original session `cwd` in session history. - Documentation: `docs/CONFIGURATION.md`, expanded `README.md`. - Unit tests for repo validation and session cwd lookup. ### Changed - `delegate_once` no longer uses `Agent.prompt`; uses streamed `send` + `wait` for observability. ## 1.0.0 — 2026-06-18 - Initial MCP server with delegate, session, resume, list, and test tools.