Agentic Coding Evaluator Changelog
1.3.0 - 2026-02-10
Added task history management with the ability to view, modify, and delete completed tasks:
- Each task displays its status (AI/No AI, Completed/Abandoned) and timing information
- Delete button allows removal of individual tasks, updating all statistics accordingly
- Toggle AI button allows switching tasks between AI and non-AI modes, updating statistics
1.2.0 - 2026-01-06
Added task abandonment tracking, success rate statistics, and streamlined workflow improvements:
- Added "Abandon Task" button to mark tasks as unsuccessful while recording time spent
- Stats modal now displays success rates showing percentage of completed vs abandoned tasks for both AI and non-AI conditions
- Form automatically resets after task completion (3 seconds after notification) for improved workflow
1.1.0 - 2026-01-06
Fixed timer suspension issue when switching browser tabs. Timer now continues counting accurately even when the tab is not active, by storing timing events in localStorage and calculating duration from timestamps rather than relying on setInterval.
1.0.0 - 2025-12-30
Tracks coding task time estimates versus actual duration, randomly assigning AI or non-AI conditions. Provides statistics comparing performance with and without AI assistance.