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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,39 @@ All notable changes to bkit-gemini will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.5.5] - 2026-02-25
9
+
10
+
### Added
11
+
12
+
-**Policy TOML Auto-Generation**: `session-start.js` now triggers `policy-migrator.js` when Gemini CLI >= v0.30.0 detected, creating `.gemini/policies/bkit-permissions.toml` automatically
13
+
-**SemVer Validation**: `version-detector.js` validates `GEMINI_CLI_VERSION` env var format and rejects implausible values (>= 2.0.0) to prevent feature flag injection
14
+
-**TOML Structural Validation**: `policy-migrator.js` validates generated TOML before writing (rule count vs decision count match)
15
+
-**TOML String Escaping**: `escapeTomlString()` prevents TOML injection via backslash, quote, and newline characters
16
+
-**Version-Aware Approval Flag**: `spawn-agent-server.js` uses `--approval-mode=yolo` for v0.30.0+ and `--yolo` for older versions
17
+
-**Team Name Sanitization**: Path traversal prevention in `team_create` - only alphanumeric, hyphens, underscores allowed
0 commit comments