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:
- @omaryassery1 — requested the Notion tools (#117)