From 437acc85063df275a1382f012f7afdec08e1edcb Mon Sep 17 00:00:00 2001 From: "tembo[bot]" <208362400+tembo[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 20:45:57 +0000 Subject: [PATCH] docs: add recent commits to changelog for 2026-02-12 --- changelog.mdx | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 1ae37c3..f5940ef 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,36 @@ description: "Keep track of changes and updates to Tembo" icon: "clock-rotate-left" --- + + +## GitHub Force Merge + +Tembo now supports force merging pull requests using your OAuth token. This enables admin-level PR merging capabilities for users with appropriate permissions. + +## Slack Feedback Loop Improvements + +Slack integration now accepts follow-up feedback requests and queues them with proper dependencies, making it easier to iterate on code changes directly from Slack threads. + +## UI Improvements + +- Added templates tab to view all automations link for easier navigation +- Fixed alignment of the full VM sandbox option dropdown icon +- Fixed PR header button behavior when closing pull requests + +## API Key Validation + +Fixed validation logic for Anthropic API keys - keys are now only validated when using Anthropic models, preventing unnecessary validation errors with other providers. + +## Pricing Updates + +Updated GLM 5 pricing to $1.00/$3.20 per 1M tokens to reflect current model costs. + +## Billing Fixes + +Fixed webhook handling to check for existing plans before awarding full credits, ensuring proper credit allocation. + + + ## New models