docs(m109-001): changelog — CLI logs/credential fixes + approval durability#120
Merged
Conversation
…bility 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) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog entry for the user-visible fixes in agentsfleet#473:
agentsfleet fleet logsno longer crashes on a malformed timestampagentsfleet workspace credentialsnames the realagentsfleet credentialgroup🤖 Generated with Claude Code
Greptile Summary
Adds a single
<Update>changelog entry documenting three user-visible reliability fixes shipped in agentsfleet#473. The entry is dated Jul 03, 2026 and taggedFixes/CLI.agentsfleet fleet logs— malformed timestamp no longer throwsRangeError; the affected row renders—and the stream continues.agentsfleet workspace credentials— help text now points at the realagentsfleet credentialcommand group.Confidence Score: 5/5
Documentation-only change adding a changelog entry; no runtime code is touched.
The change is a single new
<Update>block in the changelog. The prose accurately describes the three fixes, the date matches adjacent entries, and the MDX structure is well-formed. There is nothing here that could affect runtime behavior or introduce regressions.No files require special attention.
Important Files Changed
Sequence Diagram
%%{init: {'theme': 'neutral'}}%% sequenceDiagram participant Fleet as Fleet Lease Path participant Redis as Redis Mirror participant DB as Durable Database Fleet->>Redis: Write approval/denial decision alt Redis write succeeds Redis-->>Fleet: OK Fleet->>Fleet: Enforce decision from Redis else Redis write fails Redis-->>Fleet: Error Fleet->>DB: Fallback — read decision from DB DB-->>Fleet: Approved / Denied Fleet->>Fleet: Enforce decision from DB row end%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%% sequenceDiagram participant Fleet as Fleet Lease Path participant Redis as Redis Mirror participant DB as Durable Database Fleet->>Redis: Write approval/denial decision alt Redis write succeeds Redis-->>Fleet: OK Fleet->>Fleet: Enforce decision from Redis else Redis write fails Redis-->>Fleet: Error Fleet->>DB: Fallback — read decision from DB DB-->>Fleet: Approved / Denied Fleet->>Fleet: Enforce decision from DB row endReviews (2): Last reviewed commit: "Update changelog.mdx" | Re-trigger Greptile