Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,54 @@ description: "Keep track of changes and updates to Tembo"
icon: "clock-rotate-left"
---

<Update label="2026-01-15" tags={["GPT-5.2-Codex", "Augmentcode", "Trello", "Jira Triggers", "Linear", "Reasoning Levels", "UI"]}>

## GPT-5.2-Codex with Extended Reasoning Levels

Expanded reasoning capabilities for GPT-5.2-Codex model. You can now configure reasoning effort levels to balance between speed and thoroughness for complex coding tasks.

See [Coding Agents](/features/coding-agents).

## Augmentcode Agent Support

Added support for [Augmentcode](https://augmentcode.com) as a new coding agent option. Configure it in your organization settings to use Augmentcode for your tasks.

## Trello Integration

You can now connect Trello boards to Tembo. Import cards as tasks and let Tembo work on your Trello-managed projects.

Key features:
- Connect Trello workspaces via API key
- Sync boards and cards with Tembo
- Automatic card scanning and task creation

## Jira Issue Triggers

Automate task creation from Jira events. Set up triggers that fire when issues are added to specific Jira boards, enabling seamless integration with your existing Jira workflows.

## Linear: Opened by Filter

Enhanced Linear integration with a new "Opened by" filter in issue create triggers. Filter issues by who created them, including support for detecting Tembo-created issues.

## Reasoning Level Selection

Choose your preferred reasoning level when running tasks. Balance between faster responses and more thorough analysis based on task complexity.

## UI Improvements

- New task drawer for viewing logs with improved readability
- Enhanced drawer variants for better log presentation
- Text selection enabled in task drawers

## Bug Fixes

- Fixed sandbox cleanup to properly release VM resources
- Resolved event listener leaks during sandbox initialization
- Fixed socket room naming issues
- Various stability improvements across the platform

</Update>

<Update label="2026-01-09" tags={["Codex", "OpenCode", "Cursor CLI", "Pull Requests", "MCP", "Automations"]}>

![Tembo Codex + OpenAI](/images/tembo-codex-openai.png)
Expand Down