From be46b9728679c649c0c08df04e8af925820bc90d Mon Sep 17 00:00:00 2001 From: Kishore Kumar Date: Fri, 3 Jul 2026 15:16:13 +0530 Subject: [PATCH 1/2] =?UTF-8?q?docs(m109-001):=20changelog=20=E2=80=94=20C?= =?UTF-8?q?LI=20logs/credential=20fixes=20+=20approval=20durability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User-visible fixes from PR agentsfleet#473: `agentsfleet fleet logs` no longer crashes on a malformed timestamp, `agentsfleet workspace credentials` names the real `agentsfleet credential` group, and an approved/denied grant survives a failed Redis mirror write via a database fallback. Co-Authored-By: Claude Opus 4.8 (1M context) --- changelog.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 4a7a39d..9119e3d 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -22,6 +22,16 @@ 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 + + ## Fixes + + - **`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 From 32892610f4a6fbf01c2f7eea74607fcda78d4866 Mon Sep 17 00:00:00 2001 From: Kishorekumar Neelamegam Date: Fri, 3 Jul 2026 19:27:52 +0530 Subject: [PATCH 2/2] Update changelog.mdx Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- changelog.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index 9119e3d..aee513f 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -25,8 +25,6 @@ export const STAGE_SELF_MANAGED_M66 = "$0.0001"; ## Reliability fixes for logs, credential help, and approval enforcement - ## Fixes - - **`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.