Skip to content

Commit 87ceda2

Browse files
committed
release: v0.5.7
1 parent edd58cd commit 87ceda2

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.7] - 2026-03-22
9+
10+
### Added
11+
12+
- **Impact analysis tool** — analyze downstream blast radius of dbt model/column changes across the DAG with severity classification (SAFE/LOW/MEDIUM/HIGH) and actionable recommendations (#350)
13+
- **Training import tool** — bulk import training entries from markdown style guides, glossaries, and playbooks with dry-run preview and capacity management (#350)
14+
- **CI check command**`/ci-check` template for pre-merge SQL validation that analyzes changed files, checks dbt integrity, and generates CI-friendly reports (#350)
15+
- **`--max-turns` budget limit** — CLI option to cap agent steps for CI/enterprise governance (#350)
16+
- **LM Studio provider** — local Qwen model support via LM Studio (#340)
17+
- **Improved onboarding** — first-time user hints on home screen, beginner-focused tips, practical quickstart examples (#350)
18+
- **Expanded `/discover`** — detects additional cloud warehouse credentials (Snowflake, BigQuery, PostgreSQL, Databricks, Redshift) (#350)
19+
- **Automated test discovery**`/test-discovery` command for hourly test generation with critic validation (#364, #365, #366, #367)
20+
21+
### Fixed
22+
23+
- Yolo mode now respects explicit deny rules from session config instead of auto-approving everything (#350)
24+
- Training limits increased from 20→50 entries per kind and 16KB→48KB budget for enterprise teams (#350)
25+
26+
### Testing
27+
28+
- E2E tests for trace viewer with adversarial cases (#353)
29+
- Bash tool PATH injection tests (#366)
30+
- `fn()` wrapper and `skillSource` trust classification tests (#367)
31+
- `AsyncQueue`/`work()` utility and `State.invalidate` coverage (#364)
32+
833
## [0.5.6] - 2026-03-22
934

1035
### Added

0 commit comments

Comments
 (0)