diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d67e2c3..7704ed12c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -147,6 +147,11 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). `sandbox_root=.cleveragents/sandbox/`, so LLM file output (`FILE:` blocks) is written to disk during the execute phase. (#4222) +- **`agents project delete` JSON/YAML `deleted_at` field** (#6639): The JSON and + YAML output of `agents project delete` now includes a `deleted_at` ISO-8601 + timestamp in the `deletion_summary` object, making it easier to audit when a + project was removed. + - **Robot Framework TDD Listener Guards** (#5436): Added three guard conditions to the `tdd_expected_fail_listener` `end_test()` function to prevent blindly inverting ALL test failures to passes, which was masking infrastructure errors and causing flaky CI behavior.