Notion, Signed Commits, and Stateful Automations
#Cursor CLI Model Support
Added support for new AI models in the Cursor CLI:
- GPT-5.1
- GPT-5.1 Codex
- Gemini 3
#Ask tembo anything in Pull Requests and Slack
Mention @Tembo in GitHub pull requests and Slack messages to ask questions about code, architecture, or project context.
#Stateful Scheduled Automations
Scheduled automations can now get and set state. This allows automations to:
- Store information between runs
- Track progress across executions
- Build on previous results
#Notion Integration
Added Notion integration. Create tasks from Notion pages and sync documentation with your codebase.
See Notion integration documentation.
#Signed Commits
Commits created by Tembo through the GitHub integration are automatically signed and verified. All Tembo commits display the "Verified" badge in GitHub.
See signed commits documentation.
Also various bug fixes and improvements were shipped this week.