TarqaAITarqaAI

// Changelog

PRODUCT
UPDATES

New features, changes, and fixes shipped to TarqaAI.

2026-08-27
Changed
Clearer tool calling in the Playground

Build tools with a form instead of hand-writing JSON (the JSON editor is still there for advanced cases). Tool calls now show a readable card — the tool name in plain English and its arguments as a labelled list, with raw JSON one click away — and the result box explains what to do. Tool calls are kept when you reopen a conversation, and tool calling now works with your own GPU-tunnel (hosted) models too.

2026-08-26
Changed
Simplified sign-in verification

Two-factor sign-in now uses a one-time code sent to your email. The authenticator app (TOTP) and passkey options have been removed.

2026-08-26
Changed
Redesigned email notifications

Account, billing, and team emails have a refreshed, consistent layout.

2026-08-20
Fixed
Billing & subscription reliability

Fixed duplicate payment handling, subscription cancel/retry, and cross-team isolation in Razorpay webhook processing.

2026-08-20
Fixed
Knowledge base & memory accuracy

Improved document chunking and text extraction, and fixed memory extraction pulling in irrelevant context.

2026-08-19
Added
Admin panel improvements

Plan filtering, pagination, CSV export, and an expanded audit log across user and team management.

2026-08-18
Fixed
Webhooks & projects

Fixed webhook delivery retries and duplicate project name handling in team workspaces.

2026-08-11
Fixed
Two-factor auth edge cases

Closed fail-open paths when the MFA encryption key is misconfigured, stopped malformed verification requests from returning a 500, and fixed a shared rate-limit lockout during verification.

2026-08-10
Added
Google Drive & Notion connectors

Connect Google Drive or Notion to sync documents straight into your knowledge base, with automatic background re-syncing.

2026-08-04
Added
Email one-time code for 2FA

Verify sign-in with a one-time code sent to your email as an alternative second factor.

2026-08-01
Added
Signup bot protection

Added CAPTCHA and disposable-email checks on signup and login to block automated abuse.

2026-07-30
Added
Tool/function calling

The chat API now supports tool calling across Claude, GPT, Gemini, and Bedrock models — the model can request a call into your own application (e.g. to query your database) and use the result to answer.

2026-07-30
Added
Automatic tool discovery & RAG-as-a-tool in the SDKs

Register your functions once and the JS/Python SDKs auto-discover them on every call — no need to pass tool schemas and handlers each time. You can also let the model search your knowledge base as a tool it calls itself.

2026-07-29
Fixed
Cross-origin API requests

Fixed a CORS configuration issue that could block legitimate cross-origin requests to the API.

2026-07-28
Changed
Chat artifact rendering

Code and document responses in chat now render as downloadable artifact cards with correct file extensions.

2026-07-28
Fixed
Security & billing hardening

Resolved several high-severity security and billing issues found in an internal audit, and removed unused legacy code paths.

2026-07-23
Added
Newsletter signup

You can now subscribe to product updates via a newsletter signup.

2026-07-22
Fixed
Usage & token count accuracy

Fixed inaccurate token and usage counts shown in analytics, billing, and the admin panel.

2026-07-21
Added
API key reveal

Securely reveal a previously created API key (with MFA verification) instead of having to generate a new one.

2026-07-18
Fixed
Team plan billing

Fixed a billing calculation issue affecting team plan subscriptions.

2026-07-15
Fixed
Docs site reliability

Fixed the docs site crashing after deploys and serving stale content for up to a year on repeat visits.

2026-07-15
Changed
Admin & team seat management

Improved admin tools for managing team seats and billing subscriptions.

2026-07-15
Fixed
Knowledge base search & RAG scoping

Fixed the search scope dropdown not finding indexed documents, and RAG chat answers pulling in unrelated knowledge base content instead of the documents attached to the conversation.

2026-07-15
Added
Contact form & this changelog page

Added a Contact Us form for reaching the team directly, and this changelog page to track product updates going forward.

2026-07-14
Added
Auto-expiring team plans

Team workspaces now automatically downgrade when a subscription lapses, keeping billing and access in sync.

2026-07-14
Added
Admin panel search & monitoring

Improved search and live monitoring tools in the admin panel for faster account and usage lookups.

2026-07-10
Changed
Refreshed documentation

Reorganized docs with new guides for GPU tunneling and hosted model deployment.

2026-06-27
Added
Workspace-based billing

Billing now tracks usage per workspace, giving teams clearer visibility into spend across projects.

2026-06-26
Added
Mermaid diagrams in chat & docs

Chat responses and documentation now render Mermaid diagrams inline.

2026-06-22
Added
Vertex AI provider support

Added Vertex AI as a model provider, plus embeddings support for retrieval-augmented chat.

2026-06-15
Added
Team activity log

Team workspaces now have an activity log tracking member actions, API key usage, and knowledge base changes.