Skip to content
Merged
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
8 changes: 8 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Tip>

<Update label="Jul 03, 2026" tags={["Fixes", "CLI"]}>
## 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.
Comment thread
indykish marked this conversation as resolved.
- **`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.
</Update>

<Update label="Jul 03, 2026" tags={["What's new", "UI"]}>
## Add a workspace template from the dashboard

Expand Down
Loading