Skip to content

Commit ddabfdb

Browse files
blackaxgitclaude
andcommitted
chore: bump version to 0.4.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c24ac68 commit ddabfdb

3 files changed

Lines changed: 16 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ All notable changes to CLX will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/),
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8-
## [Unreleased]
8+
## [0.4.0] - 2026-03-27
99

1010
### Added
11-
- `clx health` command: runs 9 concurrent system validators (config, database,
12-
sqlite-vec, Ollama service, validator model, embedding model, hook binary,
13-
MCP binary, validator prompt) and reports status in colored table or JSON
14-
(`--json`). Exits with code 1 if any check fails.
11+
- `clx trust on/off/status` command for managing auto-allow mode with
12+
configurable duration (5m-24h), session scoping, and JSON token metadata
13+
- `clx install` now auto-installs Ollama via Homebrew, starts the server,
14+
and pulls required models automatically
15+
- `clx health` command: runs 9 concurrent system validators and reports
16+
status in colored table or JSON (`--json`)
17+
- Config fields: `trust_mode_max_duration`, `trust_mode_default_duration`
18+
19+
### Fixed
20+
- Flaky hook integration tests eliminated with isolated temp directories

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "0.3.0"
11+
version = "0.4.0"
1212
edition = "2024"
1313
license = "MPL-2.0"
1414
authors = ["CLX Contributors"]

0 commit comments

Comments
 (0)