From b7872d1c163fe69656c9b6b5cf179dbf20822063 Mon Sep 17 00:00:00 2001 From: Vojtech <119944107+cvrysanek@users.noreply.github.com> Date: Tue, 19 May 2026 21:18:51 +0400 Subject: [PATCH] =?UTF-8?q?release:=200.55.5=20=E2=80=94=20override-mode?= =?UTF-8?q?=20hook=20chmod=20+=20/home=20=20chip=20contrast=20(#360)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 957f7d6..1b1ae85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,18 @@ CalVer image tags (`stable-YYYY.MM.N`, `dev-YYYY.MM.N`) are produced for every C ## [Unreleased] +### Added + +### Changed + +### Fixed + +### Removed + +### Internal + +## [0.55.5] — 2026-05-19 + ### Fixed - `agnes init` now runs `_chmod_workspace_hooks(workspace)` for OVERRIDE mode too (Initial Workspace Template seed-repo flow), not just the diff --git a/pyproject.toml b/pyproject.toml index caa2a7f..4ae2ba5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agnes-the-ai-analyst" -version = "0.55.4" +version = "0.55.5" description = "Agnes — AI Data Analyst platform for AI analytical systems" requires-python = ">=3.11,<3.14" license = "MIT"