@@ -2,6 +2,28 @@ so # Changelog
22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 1.3.0]
6+
7+ ### Added
8+ - Event Automations (BETA) — AI agents triggered by IDE events (file open/save, build failure, test failure, commit, process crash)
9+ - Built-in agents: Code Review, Build Fix, Debug, Test Generator, Code Explainer, plus Custom agents
10+ - Event Automation settings panel with enable/disable, custom prompts, and auto-run per mapping
11+ - Template engine for agent prompts with ` {{context}} ` , ` {{content}} ` , ` {{files}} ` , ` {{event}} ` , ` {{timestamp}} ` , ` {{meta.KEY}} ` variables
12+ - Before-commit automation includes full staged diff (before/after file content) for line-level code review
13+ - "More Info" help link in Event Automations settings panel linking to documentation
14+ - Event Automations Docusaurus documentation page with settings screenshot
15+
16+ ### Fixed
17+ - Event automations ensure DevoxxGenie tool window is initialized before dispatching prompts (prevents silent prompt loss)
18+ - ` TestExecutionListener ` uses project-aware ` testSuiteFinished(root, project) ` overload for correct project in multi-project sessions
19+ - Removed 10 unsupported ` IdeEventType ` enum values and 3 ` AgentType ` entries that had no backing listeners
20+ - CLI runner error message readability on test connection failure (#971 )
21+
22+ ### Testing
23+ - ` IdeEventTypeTest ` validates enum values match wired listeners to catch future drift
24+ - ` EventAutomationSettingsTest ` validates default mappings, agent/event type integrity, and boundary checks
25+ - Compose theme state retention test coverage
26+
527## [ 1.2.0]
628
729### Added
0 commit comments