Skip to content

v0.0.468

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:02
· 1599 commits to main since this release
4be84b5

Version 0.0.468 (July 18, 2026)

  • OneDrive, SharePoint & Outlook Mail connectors fixed end to end (#710) — "Test credentials" for the Microsoft Graph file connectors no longer fails with a spurious "No access_token…" (the pre-save test was dropping the credentials for these clients); Outlook Mail's "Sign in with Microsoft" works (its per-user OAuth was unsupported and missing the Mail.Read scope); and a file tool addressed by a source's name instead of its internal id now resolves to that connection instead of the agent reporting the source as "disconnected" — a wrong identifier reads as an invalid selection, and reconnecting is only suggested after an actual token check.
  • Mail-native agent tools for Outlook (#710) — a mailbox now exposes list_emails / read_email / search_email instead of the file tools, so the planner stops treating a mailbox as "files" and reliably opens a message after searching. Drive/SharePoint agents keep the file tools; a mixed agent gets both, each scoped to its own connection.
  • Provider icons and tidier tool rows (#710) — file, email and MCP tool-call rows in the conversation now show the source's brand icon (OneDrive, SharePoint, Gmail, Notion, …) via a shared resolver, and the "Parameters" block moved inside each file tool row's collapsible section, so a collapsed row is just its header line and expanding reveals the results and parameters together.