Skip to content

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 13:33
5dae6f1

Highlights

Pull requests from any host

The GitHub integration is now a repository integration. GitLab, Gitea, Forgejo and Bitbucket
send their pull request events to the same URL. Your automations work with all of them: magic
words, move on merge, move on open.

Charts in the chat

An agent can draw a chart in its answer. You get the chart instead of a table of numbers.
There are nine chart types, and you can save each chart as an image.

A field that holds a person or starts an agent

member is a new field type. One issue can now carry a reviewer, a QA and an owner. You can
connect an agent to one of these fields. The agent starts its work when someone sets it as the
value.

Notion

Give an agent your Notion token. The agent can then search pages, read them, change them and
add comments. There are six tools. A project stores one token.

One runner, many agents

One runner now holds more than one API key. A review-only agent and a full-access agent can
use the same process. Antigravity CLI replaces the Gemini preset. Antigravity and Copilot now
write their answer into the chat while they make it, and they keep the conversation between
messages.

Also in this release

  • A state can assign each issue that enters it to the same person. Review goes to the lead, QA
    goes to the tester.
  • You can add more than one tool at a time. The dialog stays open until you finish.
  • Enter creates the issue in the new issue dialog.
  • The daily telemetry snapshot includes the features that we added after we wrote it.
  • The Display settings on initiative and cycle boards now work: links, subtask cards, nested
    subtasks.
  • A link from an agent opens in a new browser tab.
  • An expired session opens the sign-in screen. Before, the app stayed on a page that loaded no
    data.
  • The readme feature list agrees with the app again.

Upgrade

The api applies the migrations when it starts. Repositories that you connected before this
release continue to send events to their old URL.

Update the runner to 0.3.0 if you use it.
agent: "gemini" does not exist now. Use "antigravity". Copilot needs
--additional-mcp-config @.mcp.json in its args. For more information, read
docs/runner.md.

Contributors

Thank you to everyone who contributed to this release:

Changelog

Full diff: v0.12.0...v0.13.0

Features

  • accept pull request webhooks from GitLab, Gitea, Forgejo, and Bitbucket (#188) (682f301)
  • add a member custom field that can trigger an agent (#191) (ef788e6)
  • add an Antigravity preset and resume Copilot sessions (#195) (eb6b00c)
  • agent-tools: add Notion integration with page and comment tools (#181) (566fb7c)
  • auto-assign issues entering a state to a chosen member (#183) (6f34ead)
  • let agents draw charts in the chat (#187) (a9df467)
  • runner: serve several agents from one runner (#193) (0b969ee)

Improvements

  • web: select several tools at once when adding tools (#186) (5f95ca1)
  • web: submit the new issue dialog with Enter (#189) (806b5bb)
  • worker: widen the daily telemetry snapshot (#190) (afde4bb)

Bug Fixes

  • web: apply link and subtask display settings on initiative and cycle boards (#196) (e264ed0)
  • web: open links in agent chat in a new tab (#184) (02fb622)
  • web: sign out and redirect to login on an expired session (#185) (5a4c989)

Documentation