Skip to content

v0.2.7

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 23:57
· 3 commits to main since this release
  • Pull Request Reviews
    • Large pull request reviews now complete reliably, recovering oversized diffs and resuming without losing patch content, and repository filter selections are preserved across the current session (fb3b3739, 6eb69f0b) by @afollestad
    • Image attachments in reviews now upload through native GitHub attachment support instead of the removed gh-image extension (775bdbb1) by @afollestad
  • Agent Threads & Notifications
    • Fixed a bug where the "finished working" notification and unread mark could silently disappear from the selected thread, and background tasks no longer get killed when their thread's turn ends, with unexpected exits now surfaced in the transcript (aabf9dda, 003397e1) by @afollestad
    • Added a send_prompt_to_thread tool so agents can post prompts into other existing threads, with loop protection and delivery status of sent or queued (a549f3f8) by @afollestad
  • Scheduled Tasks
    • Every scheduled task run now opens its prompt with "This is a scheduled task run.", and the task editor stays saveable after pausing or resuming from it instead of failing with a revision conflict (ccfefdad, f18c6c20) by @afollestad
  • Message Editor
    • Improved inline code editing with proper backtick pairing across lines, whole-span wrapping, caret hops over code delimiters, and fixed a stuck scroll offset (8be2f371) by @afollestad
  • MCP
    • The MCP screen now lists Alveary's built-in tools in a "Built-in" section, showing tool counts and descriptions for scheduled tasks, threads, and pull request actions (f3e33474) by @afollestad

Full Changelog: v0.2.6...v0.2.7