Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
# Changelog
## [0.4.2] - 2026-06-16


### Bug Fixes

- **curator**: Parse usage from the result line so curator_runs cost is recorded
- **wizard**: Persist curator circuit knobs + mode in emitted agent.yaml
- **providers**: Require_trusted in handler + no-allowlist secure-default tests
- **providers**: Validate source sandbox mode in handle_provider_copy; clarify env_var in resync
- **providers**: Drop stale dead_code allows; check dest sandbox mode on copy
- **providers**: Address xhigh code-review findings

### Features

- **codegen**: Curator report-only plan schema + prompt
- **providers**: InternalClient provider_peers + provider_copy
- **db**: V48 curator_runs history table
- **focus**: Notify chat on focus update
- **curator**: Pure idle_secs_to_activity helper for the idle gate
- **curator**: Wire IdleTimestamp into the ticker so min_idle_hours works
- **curator**: Pure next_circuit_open_until circuit-breaker decision
- **curator**: Thread circuit knobs into CuratorConfig and the ticker
- **curator**: Open circuit_open_until on repeated failures (B1)
- **curator**: CuratorRunRecord + insert_curator_run writer
- **curator**: Record a curator_runs row per executed apply pass
- **curator**: Report_only mode — read-only plan pass, proposed curator_runs row, no writes
- **dashboard**: Provider peers/import/export handlers
- **dashboard**: Register provider peers/import/export routes
- **config**: CuratorMode + circuit threshold/cooldown knobs (defaults preserve behavior)
- **wizard**: Prompt for curator circuit knobs + mode
- **providers**: Add error variants for cross-agent copy
- **providers**: Pure plan_copy decision logic for cross-agent copy
- **providers**: Provider_peers discovery + require_trusted
- **providers**: Handle_provider_copy executor (import/export core)
- **providers**: Register provider-peers and provider-copy routes
- **mcp**: Log aggregator requests

### Refactor

- **curator**: Dedup invocation builders, usage triple, last_result_line

## [0.4.1] - 2026-06-15

### Cron & Skills
Expand Down
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ members = [
resolver = "3"

[workspace.package]
version = "0.4.1"
version = "0.4.2"
edition = "2024"
license = "Apache-2.0"

Expand Down
Loading