Pull Request Explorer

Exploring 4991 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix(metrics): constrain queries to one metric type so same-named series don't blend DanielVisca L No 31.1h 0.7h Jul 10, 2026

Summary

Bug Fix

Fix metric query type blending bug

Ensures metric queries are isolated by type, preventing aggregation of distinct series with identical names and improving data accuracy for analytics.

Health Assessment

Large
Medium
Medium
  • The PR addressed a critical data blending bug with rapid review and multiple iterations, indicating high priority but manageable risk.

AI Details

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

Tech Stack

Languages: Python, Typescript, Yaml
Frameworks: Django, React
docs(alerts): Add instructions for setting up real-time alerts inkeep XS No 0.2h 0.2h Jul 10, 2026

Summary

Docs

Add instructions for setting up real-time alerts

Adds clear instructions for users to set up real-time alerts, improving usability and reducing confusion.

Health Assessment

Small
Low
Low
  • Quick review and merge, minimal changes, straightforward documentation update.

AI Details

Usage: Authored by AI
Confidence: 0.95

Tech Stack

feat(data-warehouse): fail fast on permanent apply errors and surface live-run divergence EDsCODE L AI 55.2h 12.0h Jul 10, 2026

Summary

Feature

Fail fast on permanent apply errors

Ensures data warehouse consistency by immediately failing on permanent errors and flagging schema divergence, preventing silent data gaps and improving reliability for downstream analytics.

Health Assessment

Medium
Medium
Low
  • Fast review and single commit indicate low complexity; behavior change improves data integrity; moderate risk due to impact on data pipeline.

AI Details

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

Tech Stack

Languages: Python
feat(managed-migrations): admin recovery action and worker-state visibility for batch imports nickbest-ph L AI 1.4h 0.1h Jul 10, 2026

Summary

Feature

Add admin recovery action and worker visibility

Enables admins to recover paused batch imports and view worker progress directly, eliminating manual SQL work and reducing support overhead.

Health Assessment

Large
Low
Low
  • The PR was reviewed and merged within 1.4 hours, with a single approval and no rework, indicating a smooth, low-friction process. The change spans 437 added lines across three files, a sizable but focused backend enhancement.

AI Details

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

Tech Stack

Languages: Python
Frameworks: Django
feat(metrics): add MetricsQuery node kind with facade-backed runner DanielVisca XL AI 29.4h 0.1h Jul 10, 2026

Summary

Feature

Add MetricsQuery node kind with facade-backed runner

Introduces a new metrics query type that allows metric charts to be saved as insights and displayed on dashboards, enhancing analytics visibility for users.

Health Assessment

X-Large
High
Medium
  • The PR added over 1,500 lines across 20 files, required multiple AI‑assisted commits, but was reviewed quickly and merged within 29 hours.

AI Details

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

Tech Stack

Languages: Typescript, Python
Frameworks: React
feat(data-warehouse): per-org concurrency budget for the duckgres sink EDsCODE L AI 70.4h 0.1h Jul 09, 2026

Summary

Feature

Add per-org concurrency budget for duckgres sink

Enables fine‑grained concurrency limits per organization, preventing a single org from monopolizing resources and improving overall system stability and scalability.

Health Assessment

Large
Medium
Low
  • Fast review and single commit indicate straightforward implementation; large code addition but no rework suggests low risk.

AI Details

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

Tech Stack

Languages: Python
Frameworks: Django
fix(data-warehouse): pin mark_primed streak-reset test to its run generation EDsCODE XS AI 1.2h 0.0h Jul 09, 2026

Summary

Bug Fix

Pin test to run generation to fix failure

Restores a failing test by aligning test call with updated function signature, preventing stale promotion logic from causing false failure streaks.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved master breakage promptly with AI assistance.

AI Details

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

Tech Stack

Languages: Python
Frameworks: Django
chore(llma): Update LLM costs scheduled-actions-posthog XL No 2.9h 0.0h Jul 09, 2026

Summary

Chore

Update LLM costs

Automated update of LLM pricing models to keep cost calculations accurate.

Health Assessment

Large
Low
Low
  • Fast merge with minimal review; automated update of cost data ensures pricing remains current.

AI Details

Confidence: 1.00

Tech Stack

Languages: Typescript
feat(batch-imports): quarantine staged parts on data-error pause nickbest-ph XL AI 0.6h 0.1h Jul 09, 2026

Summary

Feature

Quarantine staged parts on data-error pause

Preserves exact byte evidence for debugging parse failures, improving support efficiency and reducing customer re‑exports.

Health Assessment

X-Large
Low
Low
  • Fast cycle time (0.6h) and minimal review friction (0.1h) indicate a well‑understood change; single commit and clear test coverage reduce risk despite large code additions.

AI Details

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

Tech Stack

Languages: Rust
chore(signals): support specifying harness for implementation tasks joshsny M No 0.6h 0.0h Jul 09, 2026

Summary

Chore

Add harness selection for implementation tasks

Adds support for selecting a specific agent harness, model, and reasoning effort when auto-starting implementation tasks in the Signals product.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal changes led to a quick review. AI review tool provided a concise comment.

AI Details

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

Tech Stack

Languages: Python
feat(react-native): add dimmed backdrop behind survey modal turnipdabeets XS AI 22.1h 22.1h Jul 09, 2026

Summary

Feature

Add dimmed backdrop to React Native survey modal

Adds a semi-transparent black scrim behind the survey modal in React Native, aligning its appearance with iOS and Android SDKs and improving user focus.

Health Assessment

Small
Low
Low
  • Quick turnaround with a single commit and no review rework, indicating a straightforward UI enhancement.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix(data-warehouse): pin duckgres backfill promotions to their run generation EDsCODE M AI 47.7h 7.2h Jul 09, 2026

Summary

Bug Fix

Pin duckgres backfill promotions to run generation

Ensures data consistency during backfill operations, preventing data loss and stale data for analytics pipelines.

Health Assessment

Medium
Medium
Low
  • The PR was resolved quickly with a single commit and minimal review iterations, indicating a straightforward bug fix with low risk to production.

AI Details

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

Tech Stack

Languages: Python
feat(data-warehouse): split failing backfills out of the duckgres blocked backlog EDsCODE XL AI 72.2h 0.5h Jul 09, 2026

Summary

Feature

Split failing backfills from blocked backlog

Adds durable tracking of failing backfills, splits metrics to reduce stale alerts and improve pipeline visibility, enhancing data reliability.

Health Assessment

X-Large
High
Low
  • The PR introduced significant new logic for backfill failure tracking, adding new metrics and database fields. Review was quick but merge required multiple syncs with master, indicating integration complexity.

AI Details

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

Tech Stack

Languages: Python
Frameworks: Django
chore: Speed up digest generation time jordanm-posthog M AI 2.5h 0.0h Jul 09, 2026

Summary

Refactor

Speed up digest generation time

Improves performance of the Web Analytics digest by caching and parallelizing queries, reducing load times for users.

Health Assessment

Medium
Low
Low
  • Fast cycle time (2.5h) and zero review lag indicate a smooth, low‑friction process. The PR involved modest code changes (114 lines across 3 files) and was AI‑assisted, suggesting efficient development and minimal risk.

AI Details

Usage: AI Assisted
Category: Review AI
Tools: Greptile
Confidence: 0.95

Tech Stack

Languages: Python
feat(experiments): consume flag config natively in the experiment service andehen XL AI 25.3h 22.0h Jul 09, 2026

Summary

Feature

Consume flag config natively in experiment service

Simplifies experiment flag configuration by eliminating redundant translation layers, improving reliability and reducing potential errors in experiment management.

Health Assessment

Medium
Low
Low
  • PR completed in under a day with a single review, indicating efficient collaboration and minimal friction.

AI Details

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

Tech Stack

Languages: Python, Typescript
Frameworks: Django
fix(integrations): handle open-invoice block when disconnecting Vercel posthog M AI 1.9h 0.5h Jul 09, 2026

Summary

Bug Fix

Fix open-invoice block on Vercel disconnect

Prevents accidental disconnects and error tracking noise when a Vercel integration has unpaid invoices, ensuring UI and API behavior match marketplace expectations. This improves reliability and user experience for billing-related integration management.

Health Assessment

Medium
Low
Low
  • Fast review and minimal rework indicate a straightforward bug fix with clear intent and minimal risk.

AI Details

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

Tech Stack

Languages: Typescript, Python
feat(tasks): alert when a wizard run ends without a bound PR fercgomes M AI 6.8h 0.1h Jul 09, 2026

Summary

Feature

Add alert for unbound wizard run

Introduces a Prometheus counter and structured log to detect wizard runs that finish without a bound PR, providing immediate visibility into silent failures and improving pipeline reliability.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal review rounds indicate a straightforward, low-risk change; AI assistance helped accelerate implementation and testing.

AI Details

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

Tech Stack

Languages: Python
feat(clickhouse): bump CH version used in CI and local to 26.6.1.1193 bciaraldi S No 23.4h 0.7h Jul 09, 2026

Summary

Chore

Bump ClickHouse version to 26.6.1.1193 for CI and local

Updates ClickHouse server image and config to newer version, enabling testing of upcoming cluster upgrades while maintaining compatibility with existing data and ensuring dev environment stability.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal rework; version bump executed smoothly with AI-assisted review.

AI Details

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

Tech Stack

Languages: Yaml
Frameworks: Github-Actions, Docker
fix(cohorts): bound parity testing harness matheus-vb L No 0.6h 0.2h Jul 09, 2026

Summary

Bug Fix

Fix parity testing harness for cohorts

Corrects asymmetry in cohort comparison logic, ensuring accurate membership checks and reliable feature flag gating, reducing false divergence reports.

Health Assessment

Large
Low
Low
  • Fast review and merge with minimal rework indicates high confidence in changes.

AI Details

Tech Stack

Languages: Python
feat(customer-analytics): add value suggestions endpoint for account custom properties arthurdedeus L AI 23.3h 19.7h Jul 09, 2026

Summary

Feature

Add value suggestions endpoint for account custom properties

Introduces an API to provide value suggestions for custom properties, enhancing the filtering UI and improving user experience.

Health Assessment

Large
Low
Low
  • Merged within 23 hours with a single review and no back‑and‑forth, indicating a well‑scoped change and robust testing.

AI Details

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

Tech Stack

Languages: Python, Typescript
Frameworks: Django
feat(workflows): suggest account properties as output variables arthurdedeus L AI 23.8h 19.9h Jul 09, 2026

Summary

Feature

Add account property suggestions to workflows

Enables users to easily add custom properties and relationships to Get account nodes, reducing manual configuration and improving workflow accuracy.

Health Assessment

Large
Medium
Low
  • Fast cycle time with single review round indicates efficient implementation and clear scope.

AI Details

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

Tech Stack

Languages: Python, Typescript
Frameworks: React
fix(authors): correct Rohit Rajpal author details natalia-amorim XS No 22.8h 22.6h Jul 09, 2026

Summary

Bug Fix

Correct author details for Rohit Rajpal

Fixes author byline on a blog post, ensuring correct attribution and profile links.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved within a day, indicating efficient review and low complexity.

AI Details

Tech Stack

fix(replay-vision): stop requiring a slack channel to save a summary ksvat S No 0.4h 0.1h Jul 09, 2026

Summary

Bug Fix

Remove Slack channel requirement for summary

This change allows users to save summaries without needing a Slack channel, improving flexibility and reducing friction for teams that don't use Slack.

Health Assessment

Small
Low
Low
  • Quick fix approved within 15 minutes, minimal code changes, indicating low risk and high confidence.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
chore(data-modeling): remove data-modeling-semantic-enrichment flag thiagosalvatore M AI 2.2h 0.5h Jul 09, 2026

Summary

Chore

Remove data-modeling-semantic-enrichment flag

Drop a no‑longer‑needed feature flag, simplifying view enrichment logic and reducing runtime overhead, ensuring consistent behavior for all clients.

Health Assessment

Medium
Low
Low
  • Fast review and merge, minimal rework, straightforward flag removal.

AI Details

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

Tech Stack

Languages: Python, Typescript
fix(surveys): compute survey stats through hogql andyzzhao M AI 2.9h 0.3h Jul 09, 2026

Summary

Bug Fix

Fix survey stats query to use HogQL

Ensures survey statistics remain accurate after schema changes, eliminating manual updates and preventing stale data.

Health Assessment

Medium
Low
Low
  • Quick AI‑assisted refactor resolved a critical data drift issue with minimal review cycles.

AI Details

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

Tech Stack

Languages: Python
Docs: More CLI ivanagas M No 0.3h 0.3h Jul 09, 2026

Summary

Docs

Add CLI links and documentation updates

Adds extensive CLI references throughout the documentation, making it easier for users to find and use command-line tools, thereby improving onboarding and support.

Health Assessment

Small
Low
Low
  • Quick review and merge indicate straightforward documentation changes with minimal risk.

AI Details

Confidence: 1.00

Tech Stack

feat(mcp_store): share/unshare escalation, admin delete, is_owner, sandbox dedupe cvolzer3 XL No 4.3h 4.2h Jul 09, 2026

Summary

Feature

Add share/unshare escalation and admin delete for MCP store

Enables deliberate sharing of MCP installations with admin-gated escalation and adds basic auditing for shared credentials.

Health Assessment

Large
Medium
Low
  • The PR has a large scope with many files changed, but the review process was relatively smooth with a low friction level.

AI Details

Tech Stack

Languages: Python, Typescript, Javascript
Frameworks: React
fix(slack): default agent runs to full auto permission mode cvolzer3 M AI 0.7h 0.2h Jul 09, 2026

Summary

Bug Fix

Fix Slack default agent permission mode

Ensures Slack agents default to full auto permission mode, reducing unnecessary approval prompts and improving user experience.

Health Assessment

Medium
Low
Low
  • Fast cycle with a single review and minimal changes, indicating low risk and high confidence in the fix.

AI Details

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

Tech Stack

Languages: Python
fix(test): Make jitter deterministic via config override in the flusher test mendral-app S No 31.2h 31.2h Jul 09, 2026

Summary

Bug Fix

Make billing flusher test deterministic

Eliminates non-deterministic timing race in test_flusher_swallows_initial_tick_then_flushes_on_interval by pinning jitter to a known value

Health Assessment

Small
Low
Low
  • The test was flaky due to non-deterministic timing, now passes deterministically

AI Details

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

Tech Stack

Languages: Rust
chore(deps): Update posthog-js to 1.399.1 posthog-js-upgrader M No 33.8h 12.8h Jul 09, 2026

Summary

Chore

Update posthog-js dependency to 1.399.1

Bumps the PostHog JavaScript SDK to the latest 1.399.1 release, ensuring compatibility and access to recent bug fixes and performance improvements.

Health Assessment

Small
Low
Low
  • Dependency bump completed quickly with minimal review, indicating a straightforward change.

AI Details

Tech Stack

feat(mcp-analytics): attribute grok clients to a grok harness cvolzer3 S No 3.5h 0.1h Jul 09, 2026

Summary

Feature

Add Grok client attribution to MCP harness

Enables accurate attribution of Grok traffic in MCP analytics, improving visibility and reporting.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal rework; automated tests cover new logic, indicating low risk.

AI Details

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

Tech Stack

Languages: Python, Typescript
feat: add optional description to personal API keys a-lider M No 25.9h 0.8h Jul 09, 2026

Summary

Feature

Add optional description to personal API keys

Users can now add descriptive text to personal API keys, improving clarity and context for key usage. This reduces confusion and enhances security management.

Health Assessment

Medium
Low
Low
  • Fast review and moderate changes indicate efficient collaboration; AI assistance likely accelerated development.

AI Details

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

Tech Stack

Languages: Typescript, Python
Frameworks: React, Django
feat(metrics): render MetricsQuery insights and save from the viewer DanielVisca L AI 24.5h 0.1h Jul 09, 2026

Summary

Feature

Add MetricsQuery rendering and save functionality

Enables metrics insights to be rendered on dashboards and saved directly from the viewer, improving analytics workflow.

Health Assessment

Large
Low
Low
  • Fast review and single round of changes indicate smooth integration; large code addition but well-tested, minimal friction.

AI Details

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

Tech Stack

Languages: Typescript, Python
Frameworks: React
feat(workflows): add account tag added trigger arthurdedeus L AI 21.8h 17.2h Jul 09, 2026

Summary

Feature

Add account tag added trigger for workflows

Enables workflows to react to account tag additions, improving automation and analytics for customers.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal iterations, indicating straightforward implementation and strong test coverage.

AI Details

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

Tech Stack

Languages: Python, Typescript
Frameworks: Django, React
fix(agent-platform): keep esbuild external in the agents image bundle dmarticus L No 0.9h 0.2h Jul 09, 2026

Summary

Bug Fix

Fix esbuild externalization in agent image bundle

Ensures custom tool compilation works in deployed agent images by keeping esbuild external and updating dependencies, preventing runtime failures.

Health Assessment

Large
Low
Low
  • The issue was identified and resolved in under an hour with a single commit and minimal review, indicating a straightforward fix with low risk.

AI Details

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

Tech Stack

Languages: Typescript
fix(web-analytics): remove pathkey mirror dual-write from paths read path lricoy M No 0.9h 0.0h Jul 09, 2026

Summary

Bug Fix

Remove pathkey mirror dual-write from paths read path

Eliminates a redundant dual-write that caused query timeouts, improving performance and reliability for web analytics paths.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal changes, indicating low complexity and risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Django
fix(web-analytics): coerce non-string page URL in page reports filters lricoy S AI 1.8h 0.4h Jul 09, 2026

Summary

Bug Fix

Fix page URL coercion in web analytics filters

Prevents crashes caused by non-string page URLs in web analytics, ensuring reliable reporting for users.

Health Assessment

Small
Low
Low
  • Rapid resolution with minimal code changes and swift review indicates low complexity and high confidence.

AI Details

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

Tech Stack

Languages: Typescript
fix(phai): say "PostHog AI" instead of "Max" in MCP tool approval cvolzer3 XS AI 2.6h 0.2h Jul 09, 2026

Summary

Bug Fix

Update MCP tool approval prompt to use PostHog AI

Corrects the approval message to reference PostHog AI instead of the deprecated agent name, improving user clarity.

Health Assessment

Small
Low
Low
  • One‑line copy change approved within minutes, no rework or comments, indicating minimal 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(data-warehouse): stop deleted schemas and dead lock holders from wedging the duckgres planner EDsCODE M AI 44.6h 7.1h Jul 09, 2026

Summary

Bug Fix

Fix data warehouse planner resource leaks

Prevents backfill stalls and lock contention, ensuring reliable data pipeline operations for all customers.

Health Assessment

Medium
Medium
Medium
  • Quick AI-assisted fix after deep QA uncovered two critical resource leaks; resolved in a single commit with comprehensive tests, keeping cycle time under two days.

AI Details

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

Tech Stack

Languages: Python
chore(cli): refresh CLI README help output and add install docs ivanagas S No 0.4h 0.4h Jul 09, 2026

Summary

Chore

Refresh CLI README help and add install docs

Updates CLI documentation to reflect current commands and provides installation guidance, improving user onboarding.

Health Assessment

Small
Low
Low
  • Docs-only PR merged quickly with minimal review, indicating low complexity and high confidence in documentation accuracy.

AI Details

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

Tech Stack

fix(agent-platform): let agent builder verify and correct stale memories dmarticus S No 21.7h 21.5h Jul 09, 2026

Summary

Feature

Fix agent builder stale memory verification

Ensures agent builder does not rely on stale memory, improving reliability and user experience.

Health Assessment

Small
Low
Low
  • Quick resolution with single commit and single review, minimal rework.

AI Details

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

Tech Stack

fix(agent-platform): sort session lists by recent activity dmarticus S AI 43.5h 43.4h Jul 09, 2026

Summary

Bug Fix

Sort agent platform session lists by recent activity

The agent platform now surfaces the most recently active sessions first, improving monitoring accuracy and reducing confusion for users.

Health Assessment

Small
Low
Medium
  • Single commit, quick review, minimal changes, low risk.

AI Details

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

Tech Stack

Languages: Python, Typescript
Frameworks: Django
fix(comparison-content): correct Sentry open-source claims to reflect FSL licensing posthog XS No 2.0h 1.1h Jul 09, 2026

Summary

Bug Fix

Correct Sentry open-source claims to reflect FSL

Accurate Sentry licensing info improves trust and consistency across product comparisons.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes, indicating low complexity and high confidence in content accuracy.

AI Details

Tech Stack

fix(recording): guard SessionIdManager listeners against core version skew posthog S AI 1.0h 0.8h Jul 09, 2026

Summary

Bug Fix

Guard SessionIdManager listeners against core version skew

This change prevents session recording crashes caused by version mismatches between the CDN-loaded recorder and the bundled core. It adds defensive checks and logs warnings, improving reliability and observability.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal rework; the PR addressed a critical runtime issue quickly and was merged within an hour.

AI Details

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

Tech Stack

Languages: Typescript
feat(tasks): add gpt-5.6 model family for cloud task runs tatoalo S AI 3.6h 0.3h Jul 09, 2026

Summary

Feature

Add GPT-5.6 model family for cloud task runs

Enable PostHog cloud tasks to run on new GPT-5.6 models, adding cost and allowlist support.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal rework; PR merged within 3.6 hours, indicating smooth review and low complexity.

AI Details

Category: Code AI
Confidence: 0.20

Tech Stack

Languages: Python
docs(alerts): add real-time alerts section, fix stale copy MattPua M No 1.4h - Jul 09, 2026

Summary

Docs

Add real‑time alerts section, fix stale copy

Adds a dedicated real‑time alerts section to the documentation, clarifying plan requirements and improving copy for better user understanding.

Health Assessment

Small
Low
Low
  • Quick documentation update with minimal changes, merged within 1.4 hours, indicating efficient review and low risk.

AI Details

Usage: AI Assisted
Confidence: 0.95

Tech Stack

fix: Error "TypeError: t2.handlePageUnload is not a function" after page refresh github-actions S No 12.5h 12.1h Jul 09, 2026

Summary

Bug Fix

Fix TypeError in posthog-js surveys

Prevents TypeError when refreshing the page in posthog-js surveys

Health Assessment

Small
Low
Low
  • Fast cycle time and low review friction indicate a straightforward bugfix

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Github-Actions
Confidence: 0.90

Tech Stack

Languages: Javascript, Typescript
Frameworks: React
fix(dashboard): show queued state before empty state during refresh MattPua S No 2.2h 0.1h Jul 09, 2026

Summary

Bug Fix

Fix dashboard queued state display during refresh

Ensures dashboard tiles correctly show queued/loading state instead of empty during refresh, improving user clarity.

Health Assessment

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

AI Details

Usage: Authored by AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
fix(husky): quote branch comparison to handle detached HEAD rnegron XS No 3.5h 3.4h Jul 09, 2026

Summary

Bug Fix

Fix husky hook quoting for detached HEAD

Pre-push hook now handles detached HEADs, preventing push failures and preserving branch protection.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, approved in a single review, indicating low complexity and risk.

AI Details

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

Tech Stack

Languages: Shell
feat(logs): make every configured column reorderable, removable, and resizable jonmcwest L No 7.5h 6.9h Jul 09, 2026

Summary

Feature

Add reorderable, removable, resizable log columns

Enables users to fully customize log table columns, improving usability and data visibility.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal review rounds; extensive test coverage ensures stability.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
« Page 63 of 100 »

Get this analytics stack for your team

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

Connect Repos