Pull Request Explorer

Exploring 4713 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix(aio): cap single-event LLM judge input like the trace-level judge carlos-marchal-ph M No 17.4h 0.0h Jul 08, 2026

Summary

Bug Fix

Cap single-event LLM judge input

Ensures LLM judge prompts stay within size limits, preventing failures and reducing costs.

Health Assessment

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
fix(bigquery): qualify INFORMATION_SCHEMA with the dataset project Gilbert09 M No 8.7h 0.0h Jul 08, 2026

Summary

Bug Fix

Fix BigQuery schema discovery with project qualifier

Ensures BigQuery discovery queries correctly qualify INFORMATION_SCHEMA references when the dataset resides in a different project, preventing schema discovery crashes and restoring primary‑key/index detection.

Health Assessment

Medium
Low
Low
  • Resolved a critical BigQuery discovery bug in under 9 hours with minimal rework; AI-assisted code and tests ensured rapid, reliable fix.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
fix(data-warehouse): top-align LemonRadio when radioPosition is top thiagosalvatore XS No 19.3h 1.2h Jul 08, 2026

Summary

Bug Fix

Fix LemonRadio top alignment for data warehouse

Aligns radio buttons to the top in data warehouse sync forms, improving visual consistency and user experience.

Health Assessment

Small
Low
Low
  • Quick visual fix with minimal changes, approved after brief review.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Yaml
Frameworks: React
fix(bigquery): treat missing GCP project as non-retryable Gilbert09 S No 8.8h 0.1h Jul 08, 2026

Summary

Bug Fix

Fix BigQuery missing project error handling

Stops infinite retries when a BigQuery project is missing or mistyped, reducing error spam and improving reliability for data imports.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes, indicating low risk and high confidence in the fix.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
fix(google_sheets): note the header-row requirement in setup copy Gilbert09 XS AI 8.6h 0.2h Jul 08, 2026

Summary

Bug Fix

Add header-row requirement note to Google Sheets onboarding copy

Clarifies that the first row of a Google Sheets source must contain column headers, preventing confusing sync failures for users.

Health Assessment

Small
Low
Low
  • Quick review and merge; AI-assisted copy change with minimal code impact; low risk and high confidence in process efficiency.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
fix(google-analytics): surface a clear error on OAuth token refresh failure Gilbert09 S No 1.6h 0.6h Jul 08, 2026

Summary

Bug Fix

Fix Google Analytics OAuth token error messaging

Improves user experience by providing clear reconnect prompts when OAuth token refresh fails, preventing leakage of internal error details.

Health Assessment

Small
Low
Low
  • Quick single‑commit fix with immediate approval, minimal risk and fast turnaround.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
fix(data-warehouse): clarify unparseable SSH tunnel private key errors Gilbert09 M No 1.6h 0.1h Jul 08, 2026

Summary

Bug Fix

Clarify SSH tunnel key error messages

Improves user experience by providing specific guidance for SSH tunnel key parsing failures, reducing confusion and retry attempts.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal changes indicates a straightforward bug fix with low risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
fix(metrics): validate values endpoint query params with a serializer frankh M No 1.4h 0.6h Jul 08, 2026

Summary

Bug Fix

Validate values endpoint query params with serializer

Adds structured validation for the metrics values endpoint’s limit parameter, providing clearer error messages and better documentation for agents and frontend consumers.

Health Assessment

Small
Low
Low
  • Fast review and merge cycle (1.4h) with minimal rework; the change is small, well-tested, and improves API robustness without affecting other functionality.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
Frameworks: Django
feat(data-warehouse): denormalize v3 batch state onto sourcebatch (A1: schema + dual-writes + backfill) estefaniarabadan XL No 17.6h 0.2h Jul 08, 2026

Summary

Feature

Add denormalized batch state to sourcebatch

Introduces new columns and dual‑writes to sourcebatch, dramatically reducing expensive O(n) queries and preventing loader livelocks, improving system throughput and reliability.

Health Assessment

Large
Medium
Low
  • The PR was reviewed and merged within 18 hours, indicating a smooth review process. The change adds over 700 lines across 14 files, representing a substantial backend refactor that will improve performance and stability.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Django
feat(ingestion): emit structured fields on ingestion warnings jose-sequeira XL No 18.6h 0.1h Jul 08, 2026

Summary

Feature

Add structured ingestion warning fields

Enables reliable categorization and severity of ingestion warnings, improving observability and user experience.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal review rounds indicate a well‑understood change with low risk to production.

AI Details

Tech Stack

Languages: Typescript
feat(cdp): make email MX validation always-on and remove the rollout gates meikelmosby M No 1.8h 0.3h Jul 08, 2026

Summary

Feature

Make email MX validation always-on, remove rollout gates

Enables permanent email MX validation, eliminating configuration overhead and simplifying email handling.

Health Assessment

Medium
Low
Low
  • Rapid review and merge with minimal rework; the change removes dead configuration and simplifies email validation logic.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Javascript, Typescript
fix(notebooks): stop markdown conversion destroying cards inside blockquotes mariusandra L AI 16.4h 14.0h Jul 08, 2026

Summary

Bug Fix

Fix markdown conversion destroying cards in blockquotes

Ensures notebooks preserve embedded cards after conversion, preventing data loss and user frustration.

Health Assessment

Large
Medium
Low
  • Quick turnaround with a single review and no rework, indicating a clear and focused bug fix.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Python
Frameworks: React
docs(subscriptions): document Analysis window setting for prompt subscriptions inkeep S No 0.2h 0.0h Jul 08, 2026

Summary

Docs

Document Analysis Window Setting for Prompt Subscriptions

Adds documentation for the new Analysis window setting, enabling users to control AI report time ranges and improve accuracy.

Health Assessment

Small
Low
Low
  • Quickly merged documentation update with minimal review, indicating a straightforward change.

AI Details

Usage: Authored by AI
Confidence: 0.95

Tech Stack

fix(metrics): type the has_metrics response schema frankh S No 1.1h 0.9h Jul 08, 2026

Summary

Refactor

Add typed response schema for has_metrics endpoint

Adds type safety to the has_metrics endpoint response, ensuring consumers receive a strongly typed boolean field and preventing accidental misuse of the API.

Health Assessment

Small
Low
Low
  • Quick, single-commit PR with minimal changes and fast review, indicating low complexity and high confidence in the change.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
Frameworks: Django
feat(ingestion-warnings): add v2 api endpoint and page jose-sequeira XL AI 1.6h 1.4h Jul 08, 2026

Summary

Feature

Add ingestion warnings v2 API endpoint and page

Provides a structured, filterable ingestion warnings API and UI page, enabling better monitoring and alerting for users and API consumers.

Health Assessment

Large
Medium
Low
  • Rapid 1.6‑hour cycle time with a single review round indicates high confidence and clear scope. The large code addition is well covered by tests, mitigating risk.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Python
Frameworks: React, Django
feat(logs): copy message/raw popover and raw tab copy affordance jonmcwest M No 2.2h 0.7h Jul 08, 2026

Summary

Feature

Add copy message and raw copy affordances

Provides users with quick access to copy log messages or raw logs, enhancing debugging and data extraction workflows.

Health Assessment

Small
Low
Low
  • Fast cycle time and single review round indicate a straightforward, low-risk UI enhancement with minimal code churn.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
Frameworks: React
feat(logs): wire group-by lens to a real grouped aggregation jonmcwest XL No 22.4h 0.1h Jul 08, 2026

Summary

Feature

Add group-by lens to logs

Implement real grouped aggregation over logs table for group-by lens, enabling accurate data analysis.

Health Assessment

Large
Medium
Low
  • The PR has a large scope with many files changed, but the review process was relatively smooth with a short time to first review.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python, Typescript, Javascript
Frameworks: Django, React
fix(replay): stop iframe teardown from disconnecting shadow DOM observers TueHaulund M AI 1.1h 1.0h Jul 08, 2026

Summary

Bug Fix

Fix iframe teardown disconnecting shadow DOM observers

Ensures shadow DOM mutations continue recording after iframe removal, improving session replay reliability.

Health Assessment

Medium
Low
Low
  • Quick resolution with minimal rework, indicating clear issue definition and efficient testing.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(stamphog): key review requirements on risky territory, not size tier webjunkie M AI 0.8h 0.1h Jul 08, 2026

Summary

Bug Fix

Update Stamphog review guidance to risk-based criteria

Aligns review process with risk, reducing unnecessary friction and improving approval rates.

Health Assessment

Medium
Low
Low
  • Rapid resolution with minimal rework; AI-assisted drafting accelerated review.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
fix(conversations): reject empty @supporthog mentions VojtechBartos S No 16.7h 16.7h Jul 08, 2026

Summary

Bug Fix

Reject empty @supporthog mentions in Slack

Prevents creation of empty support tickets from bare Slack mentions, reducing noise and improving ticket quality.

Health Assessment

Small
Low
Low
  • Resolved in a single review with minimal rework; quick cycle time indicates low complexity and high confidence in the fix.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
docs(batch-exports): Document REQUIRED field error handling for BigQuery BYOT inkeep M No 44.6h 44.6h Jul 08, 2026

Summary

Docs

Document BigQuery BYOT error handling

Adds notes on error handling for BigQuery batch exports with custom tables having REQUIRED fields, providing resolution steps for users.

Health Assessment

Small
Low
Low
  • The PR was created by an automated agent, and the changes are well-documented and focused on adding error handling documentation.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Inkeep
Confidence: 0.95

Tech Stack

Languages: Markdown
fix(conversations): allowlist ticketable slack message subtypes luke-belton L No 18.4h 0.1h Jul 08, 2026

Summary

Bug Fix

Allowlist Slack message subtypes for ticketing

Improves Slack integration by filtering system messages, preventing junk tickets and ensuring only user‑generated content triggers support tickets.

Health Assessment

Large
Low
Low
  • Fast cycle time (18h) and minimal review rounds indicate a straightforward fix; AI assistance accelerated test creation and code changes.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
feat(lemon-ui): add indeterminate state to LemonSwitch thmsobrmlr M AI 1.1h 0.4h Jul 08, 2026

Summary

Feature

Add indeterminate state to LemonSwitch

Adds an indeterminate state to the LemonSwitch component, enabling clearer UI for partial selections and improving accessibility.

Health Assessment

Medium
Low
Low
  • Fast review cycle with minimal rework, well‑tested UI change, no blockers.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
feat(demo): seed timeseries results for the File engagement boost experiment jurajmajerik XL AI 2.5h 2.2h Jul 08, 2026

Summary

Feature

Seed timeseries data for File engagement boost demo

Demo experiments now include realistic timeseries data, allowing confidence interval bars to show populated views. This improves demo quality and reduces support queries about missing metrics.

Health Assessment

X-Large
Medium
Low
  • Rapid iteration with minimal review rounds indicates high confidence in changes. The PR was merged within 2.5 hours, showing efficient collaboration.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
chore(clickhouse): truncate query text in Query repr to stop log flooding orian S No 11.7h 0.1h Jul 08, 2026

Summary

Bug Fix

Truncate Query repr to reduce log flooding

Reduces log size by truncating long SQL queries in ClickHouse cluster logs, improving CI log readability and performance.

Health Assessment

Small
Low
Low
  • Fast review and merge, minimal changes, low risk.

AI Details

Tech Stack

Languages: Python
feat(llma): accept a version description when publishing prompts jurajmajerik M AI 3.3h 0.3h Jul 08, 2026

Summary

Feature

Add version description to prompt publishing

Enables users to attach a brief note to each prompt version, improving traceability and reducing effort to locate changes in version history.

Health Assessment

Medium
Low
Low
  • Fast cycle time (3.3h) and minimal review rounds indicate a straightforward, well-tested change with clear business value.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python, Typescript, Yaml
Frameworks: Django
feat(posthog_ai): add staff toggle for run thread debug logs skoob13 M AI 17.7h 0.1h Jul 08, 2026

Summary

Feature

Add staff toggle for run thread debug logs

Provides staff users with a persistent setting to control debug log visibility in AI run threads, reducing noise and improving debugging efficiency.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged within 18 hours, with a single commit and no back‑and‑forth, indicating a smooth, low‑risk change.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
feat(insights): default trends property aggregation to median thmsobrmlr L AI 35.9h 0.2h Jul 08, 2026

Summary

Feature

Default trends property aggregation to median

Users now see median as default for property aggregation in trends, improving accuracy and reducing outlier impact.

Health Assessment

Medium
Low
Low
  • Fast review and minimal rework indicate a well‑tested change with clear intent.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Python
Frameworks: React
feat(conversations): allow sandbox oauth on conversations gateway product veryayskiy S No 15.5h 0.1h Jul 08, 2026

Summary

Feature

Add sandbox OAuth support for conversations gateway

Enables sandbox OAuth apps and model allowlist for the conversations product, improving routing and cost tracking for support‑reply drafts.

Health Assessment

Small
Low
Low
  • Quick review and merge within 15.5 hours, minimal changes, low risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Cursor
Confidence: 0.95

Tech Stack

Languages: Python
fix(devex): meter GitHub search resources separately in the egress limiter webjunkie XL No 17.6h 0.9h Jul 08, 2026

Summary

Bug Fix

Fix GitHub egress limiter per-resource

Adjusts PostHog’s GitHub egress limiter to respect GitHub’s per‑resource rate limits, reducing over‑allowance and preventing excessive 403/429 errors.

Health Assessment

Large
Medium
Low
  • PR resolved a critical rate‑limiting bug in under 18 hours, leveraging AI‑assisted coding and automated review bots for a smooth merge.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude, Copilot, ChatGPT
Confidence: 0.95

Tech Stack

Languages: Python
feat(demo): seed timeseries results for the File engagement boost experiment jurajmajerik L AI 0.2h - Jul 08, 2026

Summary

Feature

Seed timeseries data for File engagement boost

Adds realistic timeseries data to demo experiments, enabling accurate confidence interval displays and improving user experience in the demo environment. This ensures demo users see complete metrics, reducing confusion and improving onboarding.

Health Assessment

Large
Low
Low
  • PR merged quickly with minimal review, indicating straightforward changes to demo data logic.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
feat(experiments): add precompute overview to query performance jurajmajerik XL AI 13.2h 13.2h Jul 08, 2026

Summary

Feature

Add precompute overview to query performance

Provides staff with a global view of precompute job health and performance, enabling faster debugging and optimization of experiment queries.

Health Assessment

X-Large
Medium
Medium
  • Merged within 13 hours after a single review, but the review was delayed by over 13 hours, indicating a long review wait but minimal rework. The large code change suggests significant effort but low risk due to internal, staff‑gated nature.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Python
feat(experiments): opt-in cleanup PR checkbox in the end experiment modal jurajmajerik M No 14.6h 1.0h Jul 08, 2026

Summary

Feature

Add opt‑in cleanup PR checkbox to experiment modal

Enables users to automatically create a cleanup PR when ending experiments, streamlining code maintenance and reducing manual effort.

Health Assessment

Medium
Low
Low
  • Fast review and merge within 15 hours, minimal rework, straightforward feature addition.

AI Details

Usage: AI Assisted
Confidence: 0.85

Tech Stack

Languages: Typescript, Python
Frameworks: React, Django
feat(marketing-analytics): scaffold new dashboard tab behind flag jabahamondes M No 29.9h 0.1h Jul 08, 2026

Summary

Feature

Scaffold marketing analytics dashboard tab behind flag

Adds a gated placeholder tab for the upcoming marketing analytics dashboard, enabling incremental rollout without affecting current users.

Health Assessment

Small
Low
Low
  • Quick review and merge; minimal changes; low risk; incremental rollout via feature flag.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
chore: rm local session file matheus-vb XS No 0.3h 0.3h Jul 08, 2026

Summary

Chore

Remove mistakenly committed session file

Deletes a stray documentation file that was accidentally committed, cleaning up repository history.

Health Assessment

Small
Low
Low
  • Quick approval with no code changes, minimal impact.

AI Details

Tech Stack

feat(flags): add staff tools to inspect and manage flag caches haacked XL No 5.6h 0.1h Jul 08, 2026

Summary

Feature

Add staff tools for flag cache management

Enables staff to inspect, rebuild, and clear feature flag caches across all organizations, dramatically reducing debugging time and improving operational efficiency.

Health Assessment

Large
Medium
Low
  • The PR was reviewed and merged within 5.6 hours, with AI-assisted review comments and minimal back‑and‑forth, indicating a smooth process despite a large code change.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
Frameworks: Django, React
fix(next): route Pages Router server bundles to the server barrel dustinbyrne S AI 28.7h 23.4h Jul 08, 2026

Summary

Bug Fix

Fix Pages Router server bundle resolution

Ensures server‑side Next.js pages correctly import PostHog server code, preventing undefined getServerSidePostHog in getServerSideProps and improving reliability for server‑side analytics.

Health Assessment

Small
Low
Low
  • PR resolved quickly with minimal rework, indicating a clear issue and straightforward fix.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nextjs
feat(onboarding): add prometheus metrics for wizard runs fercgomes L AI 3.5h 0.3h Jul 08, 2026

Summary

Feature

Add Prometheus metrics for wizard runs

Adds server‑side operational metrics for wizard runs, enabling visibility into finish rates, durations, and transport performance.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal rework; metrics added without schema changes, keeping risk low.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
feat(web-analytics): classify self-declared server-side crawlers posthog M No 7.5h 6.3h Jul 08, 2026

Summary

Feature

Add server-side crawler classifications

Adds bot definitions for self‑declared server‑side crawlers, improving traffic classification and analytics accuracy.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal rework indicate a smooth review process.

AI Details

Usage: Authored by AI
Confidence: 0.95

Tech Stack

Languages: Python
feat(onboarding): unified wizard progress with a completed-run handoff fercgomes XL AI 6.5h 3.9h Jul 07, 2026

Summary

Feature

Unified wizard progress with completed-run handoff

Enhances onboarding by providing a single, persistent progress view that clearly signals completion and guides users to next steps, reducing confusion and boosting engagement.

Health Assessment

X-Large
Medium
Low
  • Fast 6.5‑hour cycle with a single review round indicates efficient collaboration; AI assistance likely accelerated development, but the large code churn warrants careful monitoring for regressions.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
Update Product Led Sales West team Q3 goals tjcran S No 0.2h 0.1h Jul 07, 2026

Summary

Docs

Update Product Led Sales West team Q3 goals

Updates team objectives to reflect Q3 priorities and ownership.

Health Assessment

Small
Low
Low
  • Quick review and merge, low risk changes to documentation.

AI Details

Tech Stack

Languages: Markdown
perf(cohorts): implement ledger and decouple consume produce matheus-vb XL No 23.3h 0.1h Jul 07, 2026

Summary

Feature

Implement ledger and decouple consume/produce

Enhances cohort event shuffler throughput by decoupling consumption and production, adding a ledger for precise offset tracking, and reducing latency, enabling higher data processing rates.

Health Assessment

X-Large
High
Medium
  • Fast merge cycle but required several commits after review, indicating moderate friction; large code changes increase risk despite quick resolution.

AI Details

Tech Stack

Languages: Rust
feat(batch-import-worker): support cross-account IAM role auth for S3 nickbest-ph XL AI 2.6h 1.7h Jul 07, 2026

Summary

Feature

Add cross‑account IAM role auth for S3

Enables customers to use IAM role assumption instead of long‑lived keys, improving security and compliance while keeping existing jobs functional.

Health Assessment

X-Large
Medium
Low
  • Fast cycle time (2.6h) and minimal review rounds indicate a well‑tested change; large line count is confined to two files, reducing integration risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude, Claude Code
Confidence: 0.95

Tech Stack

Languages: Rust
chore(queries): delete dead breakdown_props tree andyzzhao XL AI 0.6h 0.3h Jul 07, 2026

Summary

Chore

Remove dead breakdown_props query tree

Eliminates unused query code, reducing maintenance overhead and improving performance.

Health Assessment

Large
Low
Low
  • Fast cycle with single commit and minimal review, indicating straightforward removal of dead code.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
feat(heatmaps): show element details on clickmap hover pauldambra XL No 72.5h 0.1h Jul 07, 2026

Summary

Feature

Add hover element details to heatmap clickmap

Enables users to see element text, selector, click count, and share on hover, improving insight into click behavior.

Health Assessment

Medium
Medium
Low
  • The PR was reviewed quickly but required several bug fixes and refactors, indicating moderate complexity and potential risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
fix(vercel): remove cross-region proxy forwarding to EU MattBro L No 6.5h 0.8h Jul 07, 2026

Summary

Bug Fix

Remove cross-region proxy forwarding to EU

Eliminates dead code that forwarded JWTs to EU, preventing misleading 403 errors and ensuring correct 404 responses for missing Vercel integrations.

Health Assessment

Small
Low
Low
  • Quick fix with minimal rework; PR merged within 6.5 hours.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
chore(queries): remove unreferenced PropertiesTimelineEventQuery andyzzhao M AI 0.5h 0.1h Jul 07, 2026

Summary

Chore

Remove unreferenced PropertiesTimelineEventQuery

Eliminates obsolete legacy query code, reducing maintenance overhead.

Health Assessment

Small
Low
Low
  • Fast review and merge, minimal changes, no tests impacted.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
feat(admin): audit and display who tops up an AI gateway wallet brandonleung L AI 27.1h 0.1h Jul 07, 2026

Summary

Feature

Add audit for AI gateway wallet top-ups

Enables staff to see who topped up AI gateway wallets, improving accountability and auditability.

Health Assessment

Large
Medium
Low
  • Fast review and minimal rework; AI-assisted code with strong test coverage ensures low risk.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
Frameworks: Django
fix(taxonomic-filter): stop taxonomicGroups reference churn (react #185) posthog M No 24.2h 23.9h Jul 07, 2026

Summary

Bug Fix

Fix taxonomic filter reference churn

Prevents React maximum update depth errors by stabilizing selector references, improving reliability of the taxonomic filter across insights, dashboards, and filters.

Health Assessment

Small
Low
Low
  • Fast cycle time and a single commit indicate a focused, low‑risk fix that resolved a critical React crash.

AI Details

Usage: Authored by AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
fix(wizard): make forbidden-file checkpoint exit-code unambiguous rafaeelaudibert XS No 0.4h 0.1h Jul 07, 2026

Summary

Bug Fix

Fix wizard checkpoint exit-code ambiguity

Corrects inverted exit code in wizard checkpoint, ensuring agents correctly detect forbidden files. This prevents false failures in CI pipelines.

Health Assessment

Small
Low
Low
  • Quick one-line fix with immediate approval, minimal rework.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
« Page 72 of 95 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos