@carllee1983/dbcli 1.18.0 → 1.19.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,35 @@ All notable changes to dbcli are documented here.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+
9
+ ## [1.19.1] - 2026-05-14
10
+
11
+ ### Changed
12
+
13
+ - Stabilized agent-facing command contracts after v1.19.0 with typed engine capability boundaries and safer guide/inspect/report/recovery JSON shapes.
14
+ - Kept generated UI assets deterministic by pinning the UI bundle build to production mode and preserving release formatting gates.
15
+ - Refactored the HTML dashboard React template to extract pure formatting, KPI, and table-column helpers for easier unit coverage.
16
+
17
+ ### Fixed
18
+
19
+ - Aligned adapter creation and command capability checks with the documented feature matrix to avoid unsupported engine paths leaking into agent guidance.
20
+ - Tightened saved recovery command redaction and strict envelope validation so recovery artifacts do not expose raw SQL or sensitive flag values.
21
+ - Ensured UI report output and browser-opening paths remain covered by smoke tests without shipping stale bundled assets.
22
+
23
+ ### Tests
24
+
25
+ - Added contract tests for inspect, report, guide, recovery envelopes, engine capabilities, and sensitive-output redaction.
26
+ - Added UI helper unit tests and React render smoke coverage for dashboard payload rendering.
27
+
28
+ ## [1.19.0] - 2026-05-11
29
+
30
+ ### Added
31
+
32
+ - **Expanded Antigravity Protocol**: Added Phase 0 (Scout) for research and Phase 3 (Auditor) for validation to the core agentic workflow.
33
+ - **Enhanced Agent Support**: `dbcli skill --install` now supports **Codex (OMX)** and **Windsurf**.
34
+ - **Cursor Rules Update**: `dbcli skill --install cursor` now uses the modern `.cursor/rules/*.mdc` project-local format.
35
+ - New `GEMINI.md` project-level instruction file with full Antigravity lifecycle guidance.
36
+
8
37
  ## [1.18.0] - 2026-05-11
9
38
 
10
39
  ### Added