release: 0.49.0 — session capture queue + private session feature (#245)

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).
This commit is contained in:
ZdenekSrotyr 2026-05-11 15:49:11 +02:00 committed by GitHub
parent 19c5a7592a
commit 65342cd1fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,8 @@ CalVer image tags (`stable-YYYY.MM.N`, `dev-YYYY.MM.N`) are produced for every C
## [Unreleased] ## [Unreleased]
## [0.49.0] — 2026-05-11
### Fixed (PR #242 follow-ups) ### Fixed (PR #242 follow-ups)
- **`/agnes-private` legacy-scan gap closed (David #8 from PR review).** - **`/agnes-private` legacy-scan gap closed (David #8 from PR review).**

View file

@ -1,6 +1,6 @@
[project] [project]
name = "agnes-the-ai-analyst" name = "agnes-the-ai-analyst"
version = "0.48.0" version = "0.49.0"
description = "Agnes — AI Data Analyst platform for AI analytical systems" description = "Agnes — AI Data Analyst platform for AI analytical systems"
requires-python = ">=3.11,<3.14" requires-python = ">=3.11,<3.14"
license = "MIT" license = "MIT"