Skip to content

v1.0.11

Latest

Choose a tag to compare

@github-app-releaser github-app-releaser released this 29 Jun 21:21
· 1 commit to main since this release

What's new in v1.0.11

Highlights

  • Local automations now support custom CRON expressions, letting you schedule workflows at any cadence using a segmented expression editor with inline validation and a human-readable preview.
  • Screen readers now announce agent activity in Sessions and Quick Chats — including replies, tool calls, and CLI commands — with new per-category announcement toggles in Settings > Accessibility.
  • The Manage Sessions filter bar now supports "is not" exclusion on all four filters, and the State filter offers distinct values (Open, Draft, Merged, Closed, No pull request) instead of a two-bucket grouping.
  • Fixed workflows failing to run when configured with a local or custom provider model (e.g. Ollama or Foundry) — scheduled and manual runs now correctly route to the selected model.
  • Added a folder icon button next to the session path in the workspace dropdown to reveal the session folder in your native file manager.

Added

  • Added a folder icon button next to the session path in the workspace dropdown to reveal the session folder in the native file manager (Finder, Explorer, or Files).
  • Local automations now support custom CRON expressions, letting you schedule a workflow at any cadence (e.g. "every 15 minutes on weekdays") using a segmented expression editor with inline validation and a human-readable preview.
  • Screen readers now announce agent activity in Sessions and Quick Chats — including replies, tool calls, CLI commands, and a loading heartbeat — so non-sighted users get real-time feedback without leaving the prompt field. New per-category announcement toggles are available in Settings > Accessibility.

Changed

  • Plugin marketplace groups in Settings > Plugins are now collapsed by default, reducing visual clutter when opening the page.
  • The "Open in" app list in session context menus is now collapsed into a single "Open in…" submenu, keeping the menus more compact when multiple apps are configured.
  • The issue timeline now shows a reference card (status icon, title, and issue number) when a sub-issue or parent issue is added or removed, instead of a bare action line.
  • The Manage Sessions filter bar now supports "is not" exclusion on all four filters (Status, State, Repository, Environment), and the State filter now offers distinct values — Open, Draft, Merged, Closed, and No pull request — instead of the previous two-bucket Open/Closed grouping.
  • The prompt composer's borders, focus rings, and send button now consistently reflect the active mode color — neutral for interactive, blue for plan, green for autopilot, and orange for shell.

Fixed

  • Editing an automation's project now saves correctly even after the automation has run at least once.
  • Fixed an issue where the fork button disappeared after a model change, skills reload, or agent switch notice appeared in the conversation.
  • Fixed an issue where the scrollbar in the conversation timeline area was nearly impossible to grab when timeline markers were visible.
  • Fixed an issue where typing an org name in the sidebar clone search could skip repos that belong to that org.
  • Fixed missing Changes pill, command palette session actions, and side-panel toggle for existing sessions when the right panel started closed.
  • Fixed the horizontal scrollbar in Manage sessions: it now scrolls to reveal all columns when they overflow, and disappears when all columns fit.
  • Fixed workflows failing to run when configured with a local or custom provider model (e.g. Ollama, Foundry, or custom OpenAI-compatible). Scheduled and manual workflow runs now correctly route to the selected provider model instead of returning "model not available".
  • Forking a session that had been idle for ~10 minutes no longer fails with a "not found" error.
  • Page Up and Page Down now scroll the conversation transcript when focus is on the conversation area.
  • Scrolling the slash-command and mention menus no longer dismisses the menu on Windows — dragging the scrollbar now scrolls as expected.
  • The checks panel now shows a "Checks are starting" pending state instead of the neutral "No checks have run yet" message when GitHub has queued checks that haven't reported individual results yet, preventing the empty state from being misleadingly reassuring.