From 8595679a8d995cf65326922353187e8878d44f15 Mon Sep 17 00:00:00 2001 From: "tembo[bot]" <208362400+tembo[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:11:32 +0000 Subject: [PATCH] docs: document recent product improvements for billing and automations --- admin/billing.mdx | 10 ++++++++++ features/automations.mdx | 8 +++++--- features/coding-agents.mdx | 16 +++++++++++----- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/admin/billing.mdx b/admin/billing.mdx index 853925c..df2863a 100644 --- a/admin/billing.mdx +++ b/admin/billing.mdx @@ -56,6 +56,16 @@ All subscription plans include a credit allocation. If you need additional credi To get started or change your subscription plan, visit the [Billing page](https://app.tembo.io/settings/billing) within the Tembo app. +## Payment Methods + +When upgrading your subscription plan, Tembo now automatically sets your payment method as the default during the upgrade process. This ensures smooth billing transitions and reduces payment failures on your upgraded plan. + +### Default Payment Method Setup + +- **Automatic setup** - When you upgrade to a paid plan, your selected payment method becomes the default automatically +- **No extra steps** - You won't need to manually configure payment methods after upgrading +- **Billing consistency** - Ensures all future charges use your preferred payment method + ## Auto-Reload Auto-reload automatically purchases credits when your balance falls below a threshold, ensuring uninterrupted service. diff --git a/features/automations.mdx b/features/automations.mdx index b8c1932..280ae70 100644 --- a/features/automations.mdx +++ b/features/automations.mdx @@ -38,9 +38,10 @@ React to events from your connected integrations: | Integration | Events | |-------------|--------| | **GitHub** | PR opened, PR merged, issue created, comment added | -| **GitLab** | Merge request opened, merged, issue created | +| **GitLab** | Merge request opened/updated/merged, issue created, issue comments, pipeline failures, new refs | +| **Jira** | Issue created, issue assigned to user, ticket added to board, with advanced filtering by labels and more | | **Sentry** | New error, error spike, regression detected | -| **Linear** | Issue created, issue updated, status changed | +| **Linear** | Issue created, issue updated, status changed, with label filtering | | **Slack** | Message in channel, @tembo mention | Event triggers respond in real-time. A Sentry error can have a fix PR opened within seconds of detection. @@ -104,9 +105,10 @@ Enable the [MCP servers](/features/mcp-servers) your automation needs. Common co - **Code changes**: GitHub/GitLab - **Bug fixes**: GitHub + Sentry -- **Issue triage**: GitHub + Linear +- **Issue triage**: GitHub + Linear or GitHub + Jira (with Atlassian MCP) - **Team updates**: GitHub + Slack - **Full workflow**: GitHub + Linear + Slack + Sentry +- **Atlassian workflows**: Enable the Atlassian MCP server to give agents direct access to Jira and Confluence actions ### Agent Selection diff --git a/features/coding-agents.mdx b/features/coding-agents.mdx index 0797788..3aaa933 100644 --- a/features/coding-agents.mdx +++ b/features/coding-agents.mdx @@ -14,6 +14,7 @@ Use these model IDs with your agent key (`agent:model` or `agent:model:reasoning **Anthropic (no API key required)** - `claude-opus-4-5` (default for Claude Code/Opencode/Cursor/Amp) +- `claude-opus-4-6` - `claude-4-5-sonnet` - `claude-4.1-opus` - `claude-4-5-haiku` @@ -23,11 +24,13 @@ Use these model IDs with your agent key (`agent:model` or `agent:model:reasoning **OpenAI (API key required)** - `gpt-5`, `gpt-5-minimal`, `gpt-5-low`, `gpt-5-medium`, `gpt-5-high` -- `gpt-5.1`, `gpt-5.2` +- `gpt-5.1`, `gpt-5.1-minimal`, `gpt-5.1-low`, `gpt-5.1-medium`, `gpt-5.1-high` +- `gpt-5.2` - `gpt-5-codex`, `gpt-5-codex-high` - `gpt-5.1-codex`, `gpt-5.1-codex-max`, `gpt-5.1-codex-mini`, `gpt-5.1-codex-high` - `gpt-5.2-codex` -- `zai-glm-4.7` (OpenAI-compatible) +- `gpt-oss` (OpenAI-compatible, OpenCode only) +- `zai-glm-4.7` (OpenAI-compatible, OpenCode only) **Google (no API key required)** - `gemini-2.5-pro` @@ -43,6 +46,9 @@ Use these model IDs with your agent key (`agent:model` or `agent:model:reasoning **XAI (XAI API key required)** - `grok` +**Meta (OpenCode only)** +- `llama-3.3-70b` + For GPT-5 and GPT-5.2 families you can append a reasoning effort (`:minimal`, `:low`, `:medium`, `:high`) when the agent supports it. ## Available Coding Agents @@ -65,11 +71,11 @@ Add `:minimal`, `:low`, `:medium`, or `:high` to `gpt-5.2` to control reasoning ### Opencode -Alternative agent supporting multiple model providers. +Alternative agent supporting multiple model providers including Anthropic, OpenAI, Google, and Meta. -**Models:** `claude-opus-4-5` (default), `claude-4-5-sonnet`, `claude-4.1-opus`, `claude-4-5-haiku`, `claude-4-sonnet`, `gpt-5.2`, `gpt-5.1-codex`, `gpt-5.1-codex-max`, `gpt-5.1-codex-mini` +**Models:** `claude-opus-4-5` (default), `claude-opus-4-6`, `claude-4-5-sonnet`, `claude-4.1-opus`, `claude-4-5-haiku`, `claude-4-sonnet`, `gpt-5.2`, `gpt-oss`, `gpt-5.1-codex`, `gpt-5.1-codex-max`, `gpt-5.1-codex-mini`, `llama-3.3-70b`, `zai-glm-4.7` -Also supports OpenAI models. +Supports extensive model selection with flexible provider options. ### Amp