diff --git a/changelog.mdx b/changelog.mdx index 4a7a39d..aee513f 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -22,6 +22,14 @@ export const STAGE_SELF_MANAGED_M66 = "$0.0001"; agentsfleet is in **stealth-mode testing** and pre-production. APIs and agent behavior may change between releases without long deprecation windows. Email [agentsfleet@agentmail.to](mailto:agentsfleet@agentmail.to) if you want a hand calibrating an agent or to join as a design partner. + + ## Reliability fixes for logs, credential help, and approval enforcement + + - **`agentsfleet fleet logs`** — a malformed event timestamp no longer throws `RangeError` and aborts the command; that row renders `—` and the log stream continues. + - **`agentsfleet workspace credentials`** — the redirect now points at the real `agentsfleet credential` command group instead of a non-existent `agentsfleet agent credential`. + - **Approval enforcement** — an approved or denied grant is honored by the fleet's lease path even when the Redis mirror of that decision fails to write. The durable database row is consulted as a fallback, so enforcement can no longer diverge from the approval audit trail. + + ## Add a workspace template from the dashboard