Kombai Logo

Changelog

1.4.279

February 11, 2026

Patch fixes

  • Fixed an issue that prevented large folders from attaching to the chat context.
  • Fixed a bug that prevented history from loading in workspaces with multiple folders.
  • General UI improvements.

1.4.276

February 10, 2026

Product enhancements

  • You can now also edit the CSS code of an element in the CSS tab next to the Design tab.
  • To-dos just got a UI refresh.
  • Kombai chat now supports GitHub-flavored Markdown across all markdown files.
  • Design tokens defined in your code can now be used when editing CSS in the Kombai Browser.
  • General UI improvements.

Patch fixes

  • Fixed a bug that caused "Open All" button to not work properly while opening Kombai-generated wireframes.
  • Fixed a bug that prevented the "Enter" key from working when multiple slashes (/) were present in the chat input.
  • Browser stability improvements.
  • Minor improvements and bug fixes.

1.4.275

February 6, 2026

Patch fixes

Minor improvements and bug fixes.

1.4.274

February 5, 2026

Improvements

Kombai Browser Extension now opens by default every time you lauch Kombai Browser.

Patch fixes

  • Browser stability improvements.
  • Minor improvements and bug fixes.

1.4.272

February 3, 2026

Introducing text editing tool in Kombai Browser

You can now use Kombai Browser to live-edit text on any site you visit. This allows you to test content changes safely without affecting the live website.

Simply click the text icon to enable editing mode. Click on any text element to start typing. Once you are happy with your changes, send them to the Agent for code implementation.

Patch fixes

Browser stability improvements.

1.4.269

February 2, 2026

Browser extension improvements

Added support for backgrounds, animations, border, and font selection in the Design tab.

Patch fixes

Chat streaming improvements.

1.4.266

January 31, 2026

Introducing Todos

For medium and high-complexity tasks, Kombai now generates a Todo list directly within the chat stream. As the task progresses, Kombai automatically verifies and strikes through completed steps, reflecting the current status of the task.

Browser extension improvements

  • Added support for ellipsis, text decoration, and background colors in the Design tab.
  • Clicking the yellow pill in the browser's chat context now navigates you directly to the highlighted element.

Patch fixes

Minor improvements and bug fixes.

1.4.265

January 29, 2026

Patch fixes

Browser stability improvements.

1.4.264

January 29, 2026

Introducing Kombai Browser Extension

Kombai Browser now has a dedicated browser extension to use the element selection tools.

It also lets you visually edit your project's CSS styles inside the browser to preview changes instantly. Once you have made your changes, you can send the applied CSS changes directly to the Agent for code implementation.

Read more about the Kombai Browser Extension here.

Patch fixes

Fixed a bug that caused the Kombai Browser to react slowly.

1.4.263

January 27, 2026

Patch fixes

Fixed a bug that caused the Kombai screen to get stuck when switching away from the IDE window.

1.4.262

January 23, 2026

Introducing Debug mode

Kombai now has a specialized debug mode to diagnose and resolve complex frontend bugs.

Use Debug mode when a bug is hard to reproduce consistently, the root cause is unclear, multiple systems may be involved (e.g. API calls, state management, side effects, etc.), earlier fixes didn’t work, or you expect to introduce temporary changes to the codebase that must be cleaned up afterwards.

Read more about Debug mode here.

Improvements

  • Chat streaming improvements.
  • You can now attach multiple Figma designs in the @Figma modal through comma separation.
  • General UI improvements.

Patch fixes

  • Minor improvements and bug fixes.
  • Browser stability improvements.

1.4.261

January 22, 2026

Patch fixes

Minor improvements and bug fixes.

1.4.260

January 16, 2026

Introducing Compaction

Kombai now auto-compacts older messages in a thread to save tokens, letting you continue long threads without hitting context limits.

Compaction is enabled by default and automatically triggered by Kombai at certain stages but you can also manually trigger it by clicking the Compact thread button under the button in the chat response.

Read more about Compaction here.

New "Ultra" Agent Variant

We've added the Ultra variant powered by Claude's Opus 4.5 model, best for hard tasks and deep reasoning. To use it, simply select Ultra from the Agent Variants dropdown before sending your next message in Kombai.

Patch fixes

  • Fixed an issue preventing users from checking credit logs of deleted threads.
  • Fixed the bug causing the List Directory tool to break.

Product improvements

  • Description of the indexed components are also shown apart from the component name inside the component accordions.
  • Refined component indexing logic to reuse existing components more accurately.
  • You can now send your Figma designs in the chat even if your Figma account is not connected. Kombai will let you connect your Figma account via chat response.
  • General UI improvements and bug fixes.

1.4.256

January 13, 2026

Patch fixes

  • Minor improvements and bug fixes.

1.4.255

January 12, 2026

Patch fixes

  • Fixed an issue causing slow like/dislike response times.

1.4.254

January 9, 2026

Patch fixes

  • Fixed a bug in shell integration.
  • Minor improvements and bug fixes.

Product enhancements

  • "Suggested Themes" and "Suggested Wireframes" blocks now show theme and wireframe descriptions.
  • Active terminal commands now glow in the Kombai chat to differentiate them from other terminal commands.
  • You can now undo your last selected tech stack on the tech stack config page.
  • Now you can paste a Figma link into the Kombai chat to generate code for the design.

1.4.250

January 7, 2026

Introducing Queued Messages

Kombai now supports queued messages. Any message sent to Kombai will be queued if the Agent is already occupied with a task. Queued messages will be automatically sent to Kombai when the current task is complete.

UI improvements

  • Design Skills, Web Dev Skills, Project Commands, and User Commands are properly separated in the UI when you type a slash (/) in the chat input.
  • Added individual "Suggested Wireframes", "Review Design (UI/UX)", and "Suggested Themes" blocks for "Create Wireframes", "Review Design (UI/UX)", and "Suggest Themes" respectively. The Agent generates these blocks when you run these skills.
  • Links, highlighted sections from the terminal, and code blocks are now styled as badges in the chat input.

1.4.248

January 5, 2026

Revamped Kombai browser

Kombai now has a single, merged browser with the abilities of the earlier user and agent browsers. You can use it to attach DOM elements and console outputs to the Kombai chat, or ask the Agent to autonomously perform tasks and test your applications in the browser.

Read more about the Kombai Browser here.

1.4.247

December 30, 2025

Introducing @Terminal

Now you can use @Terminal to share your terminal logs with Kombai. It gives the Agent the full context it needs to debug errors. This saves you from manually copy-pasting giant error logs. Kombai can just read the output directly and fix the underlying issue.

Patch fixes

  • Minor improvements and bug fixes.

1.4.246

December 26, 2025

Introducing Frontend Skills

Kombai's new frontend skills let you improve your projects' designs. With these skills, you can ask Kombai to suggest and visualize themes, review your current designs, and create wireframes for new pages and sections in your project.

Read more about the Frontend Skills here.

Improvements

  • Improved the process of extracting icons from Figma designs.
  • General UI improvements.
  • Browser stability improvements.

1.4.245

December 24, 2025

Improvements

  • Kombai chat now displays the screenshot that it captured from the browser.
  • General UI improvements.

Patch fixes

  • Browser stability improvements.
  • Support for VS Code versions 1.84.1 and above.
  • Minor improvements and bug fixes.

1.4.243

December 22, 2025

Introducing custom slash commands

Kombai now supports custom slash commands. You can create new slash commands as Markdown files under the ./kombai/commands directory or use the existing slash commands (e.g., Spec Kit, OpenSpec commands) by adding the directory path in Kombai.

Read more about the custom slash commands here.

Extended thinking for agent variants

Kombai now supports extended thinking for agent variants. It helps them think more deeply about your task and generate detailed and accurate responses. You can toggle extended thinking under the agent variants dropdown.

Improvements

General UI improvements.

1.4.242

December 19, 2025

Patch fixes

Minor improvements and bug fixes.

1.4.241

December 18, 2025

Patch fixes

Browser stability improvements.

1.4.240

December 15, 2025

Patch fixes

Minor improvements and bug fixes.

1.4.238

December 14, 2025

Patch fixes

Minor improvements and bug fixes.

1.4.237

December 13, 2025

Patch fixes

Minor improvements and bug fixes.

1.4.236

December 12, 2025

Introducing Agent Variants

Kombai's new "Agent Variants" are distinct modes that determine the underlying Large Language Model (LLM), tools, and resource allocations for a task.

They provide you granular control over the trade-offs between quality, agentic capabilities, credit consumption and speed. There are three supported variants: High, Medium, and Mini.

Read more about the Agent Variants here.

Product improvements

  • Added "All Design Inspirations" option under "@resources" to attach all design inspiration resources under the same header.
  • You can now attach images using "@" search.
  • Improved file search logic to give better results with "@" search.

Patch fixes

  • Browser stability improvements.

1.4.235

December 10, 2025

Product improvements

  • You can now access the images you attached to the Kombai chat inside the user browser. Use this to easily iterate on your uploaded images by prompting Kombai to refine specific elements from the screenshot. Use the icon to use this feature.
  • Added "Ignore Stack" button to proceed the conversation without saving a stack.
  • "@" now shows the top-three recently opened files from the repo.

Patch fixes

  • Each image pasted from the clipboard now has a unique name.
  • Fixed the width of Kombai bar in the user browser.
  • You can now snip DOM elements with the browser developer tools open.

1.4.233

December 9, 2025

Patch fixes

  • Minor improvements and bug fixes.

1.4.232

December 8, 2025

Patch fixes

  • Fixed "Auto-run all commands" resetting to default when you load a chat from history

1.4.231

December 6, 2025

Patch fixes

  • Resources button UI improvement.

1.4.230

December 5, 2025

Patch fixes

  • Browser stability improvements.

1.4.229

December 4, 2025

Introducing Resource library

Resource library lets you use external frontend resources such as colors, fonts, animations, UI components for your tasks in Kombai.

Type @resources in the chat input, select a resource category and click on the resource you want to use. Now, prompt Kombai to use the attached resource for your task.

Patch fixes

  • Browser stability improvements.

1.4.227

December 3, 2025

Updated tech stack config

Kombai has entirely rebuilt the tech stack config for better customization and ease of use. You can now:

  • Choose from 400+ libraries and frameworks
  • Use chat input to save libraries and frameworks to your tech stack
  • Add custom libraries to your tech stack manually or via AI suggestions

Improvements

  • Browser chat input now appears in each tab of the user-controlled browser.

1.4.226

December 2, 2025

Introducing Slash commands

Kombai’s new slash (/) commands feature brings SEO and accessibility audits directly into your IDE. It also helps you instantly fix any issues found in the audit.

Kombai supports four slash commands- /audit-seo, /audit-accessibility, /improve-seo, and /improve-accessibility.

Read more about the Slash commands here.

Improvements

  • Added a snipping tool in the browser chat window to easily capture large DOM elements as context.
  • Selecting DOM elements now displays the component name alongside the HTML element name.
  • The browser chat input can now be repositioned to any corner of the screen.

Patch fixes

  • Improved error messaging for Figma Make and Figma Sites URLs.
  • Resolved an issue that prevented enterprise users from previewing Kombai-generated output.

1.4.225

November 27, 2025

Patch fixes

  • Browser stability improvements.

1.4.224

November 26, 2025

Patch fixes

  • Removed unnecessary binaries for faster load times.
  • Fixed a bug in shell integration.

1.4.223

November 24, 2025

UX Improvements

  • Hover on the icon in Kombai chat input box now shows "Browser: Mode name" (e.g. "Browser: User")
  • Browser chat input now expands when you click on the collapsed chat input bar.
  • Kombai Browser tab now shows the real page title instead of "Kombai Debug".
  • Improved user-facing error message for Figma account reconnection.

1.4.222

November 21, 2025

UX Improvements

  • You can now toggle between the user-controlled browser and the agent-controlled browser using the icon in the chat box.
  • All links in the chat now open in the user-controlled browser.
  • Improved text contrast in agent responses for better readability.

Patch fixes

Fixed issues causing Figma account connection with Kombai to break.

1.4.216 - 1.4.219

November 19, 2025

Patch fixes

Minor improvements and bug fixes.

1.4.215

November 14, 2025

Introducing Plan mode

Kombai now has a separate Plan mode, replacing the "Plan for complex tasks" features in the Agent mode. Use plan mode to generate a plan for your features. Once you approve the plan, Kombai will auto-switch to Code mode to generate the code based on the plan.

Kombai can autonomously control the browser

Kombai can now autonomously navigate and interact with the browser to perform tasks. Ask Kombai to navigate to different pages, click on buttons, and fill out forms to test your applications.

UX improvements

  • You can now drag and drop a code file from your repo to the Kombai chat input.
  • Kombai can now auto-continue non-terminating commands.
  • Kombai now supports GitHub-flavored markdown for chat responses. It can render links, tables, blockquotes, checkbox, and more.

Patch fixes

Minor improvements and bug fixes.

1.4.213 - 1.4.214

November 11, 2025

Patch fixes

Minor improvements and bug fixes.

1.4.212

November 7, 2025

Performance tab and network requests

We have improved the capabilities of the Kombai browser. It now has access to the performance tab, and network requests in the browser dev tools.

Now, you can directly ask Kombai to inspect and improve the performance of the page and fix network request issues in the browser.

Patch fixes

Minor improvements and bug fixes.

1.4.206-1.4.211

November 6, 2025

Patch fixes

Minor improvements and bug fixes.

1.4.205

October 22, 2025

Introducing Kombai Browser (Beta)

You can now send DOM elements and console errors back to Kombai from the browser. Go to Start Preview, then Kombai Browser to open the preview with the chat window.

Read more about the Kombai Browser here.

Patch fixes

Minor improvements and bug fixes.

1.4.197 - 1.4.204

October 18, 2025

Patch fixes

Minor improvements and bug fixes.

1.4.196

October 11, 2025

Introducing the new pricing model

Kombai has updated its pricing model. We now offer three tiers: Free, Pro, and Enterprise.

Pro plan users can choose from multiple credit bundles based on their usage needs. The plan rates and billing cycle for existing paid users will remain unchanged.

Read more about the pricing changes here.

"Credits and Billing" has replaced the Account page

Credits and Billing page has replaced the earlier Account page. You can explore plans, manage your existing plan, and view your remaining plan credits through this page.

Introducing Credit logs

You can now track your credit usage and allocation history through the new Credit logs page.

Log out is now part of help section

Log out is now part of help section. Click the in the top menubar. Then click on the icon besides your email ID to log out.

Patch fixes

Minor improvements and bug fixes.

1.4.195

October 10, 2025

Patch fixes

Minor improvements and bug fixes.

1.4.194

October 9, 2025

Improvements

New Agent mode is now the default way to use Code mode. To use the old Code mode, disable New Agent mode under "Ask / Code" dropdown.

1.4.186 - 1.4.193

October 9, 2025

Patch fixes

Minor improvements and bug fixes.

1.4.185

September 26, 2025

New Agent mode

Kombai can now write code directly to your repository. To use this feature, enable New Agent mode in quick settings.

Read more about the New Agent mode here.

Patch fixes

Minor improvements and bug fixes.

1.4.178 - 1.4.184

September 22, 2025

Patch fixes

Minor improvements and bug fixes.

1.4.177

September 5, 2025

Kombai now supports Rules

Kombai has officially added support for rules. You can now define project-level or global rules for Kombai to follow while generating code.

Rules can be added via ./kombai/rules directory or AGENTS.md.

Read the Rules doc to know more.

Account page

Account page has replaced the earlier "View Account" modal. The new page makes it easier to manage and explore subscription plans. It also lets you track your credit usage history per chat.

Editable plan.md file

Editable plan files now generate a plan.md file for common tasks that don’t require creating a new component or page (such as modifying an existing code file).

1.4.176

September 2, 2025

Track credits usage

You can now track the number of credits consumed at the end of each conversation.

View context window usage

You can now see how much of the context window is used at the end of each conversation.

Send feedback

Rate any response with a quick or . You can also send us additional feedback or report issues.

New react-icons variants

Kombai now supports Simple Icons and Game Icons variants in react-icons.