File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased]
9+
10+ ### Added
11+
12+ - ** Agent Sessions Command** - New ` ai-devkit agent sessions ` command to list historical agent sessions (#79 ).
13+ - ** Security Review Skill** - Added new ` security-review ` skill for security-focused review workflows.
14+ - ** Playwright CLI Skill** - Added Playwright CLI entry to the skills registry.
15+ - ** Google Skills Repository** - Added Google skills repository to ` registry.json ` .
16+
17+ ### Changed
18+
19+ - ** Strip Claude Code Tag** - ` agent-manager ` now strips the Claude Code tag from session output.
20+ - ** Dev Lifecycle Execute Phase** - Improved the dev-lifecycle skill's execute phase guidance.
21+ - ** Branding Updates** - Updated branding across CLI command templates, command files, and skills.
22+
23+ ### Fixed
24+
25+ - ** AppleScript Escape Utility** - Added an AppleScript escape utility in ` agent-manager ` to handle quoting safely.
26+ - ** Native FS Session Finding** - Switched ` agent-manager ` session finding to use native ` fs ` instead of shelling out via ` exec ` .
27+
828## [ 0.27.0] - 2026-04-25
929
1030### Fixed
You can’t perform that action at this time.
0 commit comments