Skip to content

Commit 0f057ca

Browse files
committed
Update changelog
1 parent 0eff64c commit 0f057ca

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)