From 65342cd1fb1fffaa8c77e175259ccd111ae90731 Mon Sep 17 00:00:00 2001 From: ZdenekSrotyr <139972147+ZdenekSrotyr@users.noreply.github.com> Date: Mon, 11 May 2026 15:49:11 +0200 Subject: [PATCH] =?UTF-8?q?release:=200.49.0=20=E2=80=94=20session=20captu?= =?UTF-8?q?re=20queue=20+=20private=20session=20feature=20(#245)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cuts release shipping #242 (Mina's session capture queue + /agnes-private slash command + statusLine indicator) plus the post-review follow-ups (my David #8 legacy-scan filter, S2.7 statusline cache+no-mkdir, David #11 capture-session breadcrumb, plus Mina's bbf63472 batch covering S2.6 docs / S2.9 e2e test / S2.10 truthy edge cases / 4xx loop fix). --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a722e..bb59ab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ CalVer image tags (`stable-YYYY.MM.N`, `dev-YYYY.MM.N`) are produced for every C ## [Unreleased] +## [0.49.0] — 2026-05-11 + ### Fixed (PR #242 follow-ups) - **`/agnes-private` legacy-scan gap closed (David #8 from PR review).** diff --git a/pyproject.toml b/pyproject.toml index 8f7c296..f1fa7a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agnes-the-ai-analyst" -version = "0.48.0" +version = "0.49.0" description = "Agnes — AI Data Analyst platform for AI analytical systems" requires-python = ">=3.11,<3.14" license = "MIT"