# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.2] - 2026-02-21
### Fixed
- Fix `which` to run through shell to properly get nvm PATH
- Previous which fix didn't work because which itself lacked nvm environment
## [0.1.1] - 2026-02-21
### Fixed
- Fix ignore pattern: `.flighter` -> `.agentlog` in config and snapshot
- Fix command resolution for nvm/rbenv/pyenv managed tools using `which`
- Interactive mode now properly resolves command paths through `which`
## [0.1.0] - 2026-02-21
### Added
- Initial release of AgentLog
- SQLite database storage for events
- Real-time file change detection during AI agent sessions
- Policy enforcement system with built-in rules for sensitive files
- Search functionality with filters (date, agent, file patterns)
- Timeline view of all captured sessions
- Replay functionality for step-by-step session review
- Blame command to track AI modifications per file
- Export to JSONL format
- Comprehensive test suite (40 tests)
- CI/CD pipeline with GitHub Actions
[0.1.0]: https://github.com/dbarabashh/agentlog/releases/tag/v0.1.0