Changelog

New features, improvements, and fixes to the Bugzy platform. Follow along as we ship.

Last updated: March 2026

April 2026

  • NewOverage budgets with threshold alerts — cap monthly overage spend and receive email alerts at 50%, 75%, and 100% of the budget; agent tasks are auto-blocked at the limit until the billing period renews or an admin raises the cap
  • NewREST API (v1) — programmatic access to trigger test runs, query results, manage schedules, and configure event triggers via project API keys
  • NewInbox Agent cross-conversation context — the agent remembers prior conversations across threads and channels so you don't need to re-explain context when switching topics or starting new threads
  • NewTeam knowledge base — Bugzy builds a persistent, distilled knowledge base from your team's conversations, learning team processes, ownership patterns, and preferences over time
  • NewProactive knowledge update notifications — when Bugzy's understanding of your team evolves after daily consolidation, the inbox agent posts a summary of what changed and invites corrections
  • NewAPI testing support — Bugzy can now test REST API endpoints alongside UI tests using Playwright's built-in APIRequestContext, with the same reporter and infrastructure
  • NewTimeout notification with partial results — when a test run or exploration exceeds its time limit, Bugzy notifies you and surfaces the partial results instead of showing a generic failure
  • NewFile uploads in Test Data — upload images, PDFs, CSVs, and other files as test data; each file maps to an environment variable that resolves to a local file path at execution time, enabling tests for file-upload flows
  • NewOAuth test authentication — automate tests for apps using OAuth login (Google, GitHub, Microsoft) without fighting bot detection; configure credentials once and Bugzy handles token refresh and browser injection automatically
  • NewCommunication channels menu — Slack and Teams connection setup now has a dedicated Channels item in the team sidebar, replacing the buried team settings location
  • NewMultiple triggers per event type — configure more than one webhook trigger for the same event with different filters (e.g., two deployment triggers for preview vs production); PR comment events are now also supported
  • NewProactive changelog notifications — when new features ship, Bugzy's inbox agent posts a summary of what's new in your connected Slack or Teams channel so your team stays informed without checking the changelog manually
  • ImprovedTyped test data variables — environment variables now carry an explicit type (text, secret, OAuth, file) with type badges, type filtering, and type-aware editing in the Test Data UI
  • ImprovedRedesigned responsibilities flow — adding a new responsibility now uses a guided step-by-step flow instead of a flat card picker, making setup faster and clearer
  • ImprovedNo-team landing page — users who sign up but aren't part of a team yet see a clear landing page with next steps instead of a broken state
  • FixedEmail onboarding drip — a provider mismatch was silently dropping all agent responses sent via email; responses now arrive reliably
  • FixedInbox agent silent failures — the agent now always responds to user messages; previously certain error conditions caused it to go silent without any reply
  • FixedTeams connection not showing in settings and 'bot not connected' error appearing after initial Teams setup
  • FixedResponsibilities: filter override not persisted when editing an existing responsibility
  • FixedTeams system notifications not delivered due to incorrect provider context resolution
  • FixedTeams inbox agent was duplicating every message in channels due to the same event arriving via multiple webhook paths

March 2026

  • NewZephyr Scale integration — create and manage test cases directly in Zephyr Scale instead of the filesystem
  • NewNamed environments — define staging, production, or custom environments with env var overrides; pin schedules and event triggers to specific environments
  • NewPublic documentation launch on bugzy.ai/docs
  • NewComparison pages: Bugzy vs QA Wolf, manual QA, and Selenium-based tools
  • NewOutcome-based pricing — pay for triages and test case creations instead of test runs. Plans start at €250/mo with metered overage billing
  • NewCancellation-pending UI on the billing page — clear status when a subscription is scheduled to end
  • NewSidebar trial widget with usage tracking for triages and test cases
  • NewSelf-serve signups with email/password and email verification
  • NewMagic link signup/login
  • NewGitLab integration for Bring-Your-Own-Tests (BYOT)
  • NewVercel webhook provider — trigger tests on Vercel deployments
  • NewCase studies section on the homepage
  • NewTeam ownership transfer
  • NewGoogle OAuth — sign up and log in with your Google account
  • NewTeam member removal — admins and owners can now remove members directly from the team settings UI
  • NewCustomer-visible test suite management — view and manage your test suites from the dashboard
  • NewDocumentation file uploads — upload PDFs, specs, images, and other docs from the dashboard; files are committed to your managed repo and referenced by the agent during test generation
  • NewSlack: no @mention required — Bugzy responds to relevant messages in any channel it's added to without requiring an @mention; casual conversation is automatically ignored
  • NewInbox Agent: create event triggers from chat — set up webhook-based test triggers conversationally without leaving Slack or Teams
  • ImprovedRedesigned onboarding — Linear-style single-question-at-a-time flow with animated transitions, replacing the previous multi-field wizard
  • ImprovedHomepage redesign with updated copy and layout
  • ImprovedSimplified onboarding flow (6 steps → 3)
  • ImprovedSlack interactive buttons for agent confirmation questions
  • ImprovedInbox Agent: multi-turn session persistence
  • ImprovedInbox Agent: concurrent session processing
  • ImprovedInbox Agent: progressive onboarding after setup wizard
  • ImprovedMultiple documentation-researcher integrations per project
  • ImprovedEnvironment issue classification in triage results
  • ImprovedWebhook secret token UX for manual-setup providers
  • ImprovedSandbox environments proactively refreshed before expiration — test runs start faster with always-fresh environments
  • ImprovedTest cases page: redesigned row display with loading skeletons
  • ImprovedTest case tags: distinct tag filtering and improved tag selection UI
  • ImprovedGenerate test cases: quick action chips for common instructions
  • ImprovedTriage: new 'test-adjustment' classification — distinguishes tests that need updating due to intentional app changes from genuine product bugs and broken tests
  • FixedTrial expiration now shows a clear payment-required message in dialogs with a direct link to billing instead of a generic error
  • FixedEvent triggers could be enabled without required subagent configured
  • FixedOnboarding continue button did not advance when credentials fields were left empty
  • FixedSign-in link failures now show a user-friendly error instead of an unexpected error (cross-browser / PKCE)

February 2026

  • NewMicrosoft Teams integration — receive test reports and trigger runs from Teams channels
  • NewLinear integration — file bugs directly to Linear projects from test results
  • NewAsana integration — create tasks in Asana when product bugs are detected
  • NewClickUp integration — issue tracker
  • NewGitLab integration — source control and issue tracker with OAuth and webhooks
  • NewFigma integration — design researcher for visual context
  • NewConfluence integration — documentation researcher
  • NewBring-Your-Own-Tests (BYOT) — connect your own test repo, Bugzy runs and triages
  • NewCI integration — ingest external Playwright test results and triage failures
  • NewShareable deep links for test runs and test run bundles
  • NewEvent triggers UI — configure when Bugzy should test (push, PR, deploy)
  • NewFull-featured scheduled runs management with naming and labels
  • NewConversational Inbox Agent powered by Claude Agent SDK
  • NewSkip known failures — agent triages only new test failures
  • NewRecall.ai meeting bot — Bugzy joins meetings to capture QA context
  • NewTest management system support
  • ImprovedDashboard redesign with real-time execution status and filtering by test suite
  • ImprovedTest runs page with aggregated view and better visualization
  • ImprovedInbox Agent: GitHub repo reading tools for codebase context
  • ImprovedInbox Agent: thinking indicator only shown when committing to a response
  • ImprovedInteractive Slack form flow with session resume
  • FixedVideo recordings not loading in test results viewer
  • FixedPlaywright browser version mismatch in container
  • FixedReporter manifest overwrite losing execution history
  • FixedEmail deduplication not working
  • FixedDashboard: missing Last 24h filter, broken stat cards, hidden failed test details
  • FixedThread user identity lost in sandbox messaging pipeline

January 2026

  • NewSelf-improvement engine — Bugzy learns from disputed findings to reduce false positives over time
  • NewDisputed findings workflow — mark triage results as incorrect and Bugzy adjusts future classification
  • NewTesting Dashboard with execution history, pass/fail trends, and metrics
  • NewAzure DevOps integration — work items and repos
  • NewJira Cloud integration — issue tracking and documentation research
  • NewGitHub integration with changelog-historian subagent
  • NewEmail whitelist for agent messaging
  • NewActivity table showing trigger source and event details
  • ImprovedTest generation accuracy for single-page applications with client-side routing
  • ImprovedFaster execution startup with pre-warmed container pool
  • FixedGitHub integration tokens expired after 1 hour
  • FixedScheduled runs failing silently due to unchecked Supabase errors
  • FixedTeams integration: rich messages, messageUpdate handling

December 2025

  • NewEvent-driven task execution — GitHub webhooks (PR, push, deploy) trigger test runs automatically
  • NewScheduled runs — configure cron-based test execution from the dashboard
  • NewNotion integration — sync test plans and knowledge base with Notion workspaces
  • ImprovedPlaywright upgraded to latest stable release with improved browser stability
  • ImprovedReduced container cold-start time by 40%
  • FixedTest plan generation failing on applications with HTTP basic auth
  • FixedSlack notifications not respecting channel selection for multi-channel teams

For detailed documentation, visit bugzy.ai/docs.

Try the latest features

Start your free trial and see what Bugzy can do for your team.