---
title: "v0.1.9"
description: "January 23, 2026 — v0.1.9"
type: changelog
date: 2026-01-23
changelog:
  version: v0.1.9
  category: FIRE
---

### Added

- FIRE Flow: New flow type with 17 Lit web components for VS Code extension
- VS Code: Flow switcher in toolbar for switching between AI-DLC and FIRE flows
- VS Code: FIRE Runs tab with active run display and completed runs history
- VS Code: FIRE Intents tab with expandable intent cards and progress tracking
- VS Code: Pending work items grouped by intent with dependency visualization
- VS Code: File watcher for `.specs-fire` directory to auto-refresh on state changes
- VS Code: Expandable completed runs showing all markdown files with click-to-open

### Changed

- File watcher now monitors both `memory-bank` and `.specs-fire` directories

### Fixed

- YAML parsing now supports both snake_case and camelCase field names
- Intent expansion state persisted correctly across view refreshes
