burnwatch 0.7.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ All notable changes to burnwatch will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.8.0] - 2026-03-25
9
+
10
+ ### Added
11
+
12
+ - **Agent-driven interview** (`burnwatch interview --json`): Exports full project state as structured JSON — detected services, current plans, budgets, API key status, probe results, and available plan options. Designed for an AI agent to read, ask the user questions conversationally, and write answers back.
13
+ - **Agent configure command** (`burnwatch configure --service <id> [opts]`): Machine-friendly command for the agent to write back interview answers one service at a time. Supports `--plan` (fuzzy matches against registry), `--budget`, `--key`, and `--exclude`. Outputs JSON confirmation.
14
+ - **`/burnwatch-interview` skill**: Claude Code skill that orchestrates the conversational interview. The agent groups services by risk, leads with probe data, and asks natural questions instead of forcing a terminal readline flow.
15
+
16
+ ### Changed
17
+
18
+ - **Interview bypasses readline entirely in agent context**: Instead of fighting non-TTY stdin, the agent IS the UI. `burnwatch init` still auto-configures with defaults, then `/burnwatch-interview` lets the user confirm/correct everything conversationally.
19
+
8
20
  ## [0.7.0] - 2026-03-25
9
21
 
10
22
  ### Added
@@ -121,6 +133,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121
133
  - Snapshot system for delta computation across sessions
122
134
  - Claude Code skills: `/spend` (on-demand brief), `/setup-burnwatch` (guided onboarding)
123
135
 
136
+ [0.8.0]: https://github.com/RaleighSF/burnwatch/compare/v0.7.0...v0.8.0
124
137
  [0.7.0]: https://github.com/RaleighSF/burnwatch/compare/v0.6.0...v0.7.0
125
138
  [0.6.0]: https://github.com/RaleighSF/burnwatch/compare/v0.5.2...v0.6.0
126
139
  [0.5.2]: https://github.com/RaleighSF/burnwatch/compare/v0.5.1...v0.5.2