Skip to content

Commit b81184c

Browse files
committed
Update changelog
1 parent f031e8c commit b81184c

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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+
### Fixed
11+
12+
- **Check Status Path Traversal** - Validated `FEATURE` argument in `check-status.sh` to prevent path traversal (#66).
13+
- **Shell Injection in TerminalFocusManager** - Fixed `execAsync` calls to use array arguments instead of string interpolation, preventing potential shell injection.
14+
15+
### Changed
16+
17+
- **SkillManager Refactor** - Split `SkillManager` into dedicated `SkillIndex` and `SkillRegistry` modules for better separation of concerns.
18+
- **ClaudeCodeAdapter Refactor** - Extracted session parsing logic from `ClaudeCodeAdapter` into a standalone `ClaudeSessionParser` utility.
19+
- **Centralized Error Handling** - Added `withErrorHandler` utility for consistent error handling across CLI commands (`agent`, `channel`, `memory`, `skill`).
20+
- **AgentManager getAdapter** - Added `getAdapter()` method to `AgentManager`, reducing adapter resolution duplication in CLI commands.
21+
- **Standardized Error Types** - Updated all try-catch blocks to use `unknown` error type for type safety.
22+
- **Environment Code Consistency** - Renamed environment code references for consistency across CLI (`init`, `Config`, `EnvironmentSelector`, `TemplateManager`).
23+
- **Code Cleanup** - Removed stray `console.log` statements, cleaned up tests, and added `.editorconfig`.
24+
825
## [0.26.0] - 2026-04-22
926

1027
### Added
@@ -310,7 +327,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
310327
- **Comprehensive Documentation** - Added extensive documentation pages for:
311328
- Getting Started guide
312329
- Supported AI agents reference
313-
- Development with AI DevKit
330+
- Development with AI DevKit
314331
- Debug workflows
315332
- Understanding existing code
316333
- Memory service usage

0 commit comments

Comments
 (0)