Skip to content

feat(oauth): default run requests product_enablement:write - #990

Closed
gewenyu99 wants to merge 1 commit into
mainfrom
posthog-code/integration-product-enablement-scope
Closed

feat(oauth): default run requests product_enablement:write#990
gewenyu99 wants to merge 1 commit into
mainfrom
posthog-code/integration-product-enablement-scope

Conversation

@gewenyu99

Copy link
Copy Markdown
Collaborator

The default integration run's enable-features step calls products-enable, which sits behind product_enablement:write — a scope only self-driving requested, so the tool was filtered out of the agent's catalog.


Created with PostHog Code

The integration run's enable-features step turns on Session Replay, Error
Tracking, and Support via products-enable — the same call self-driving makes.
That tool sits behind product_enablement:write, which only self-driving
requested, so in the default run it was filtered out of the agent's catalog
and the step could do nothing but report the products as un-enabled.

The scope is already in the OAuth app's ceiling, so no PostHog-side change is
needed; existing authorizations predate it and must reconnect.

Generated-By: PostHog Code
Task-Id: 50129528-0b90-4c2e-836a-73f0a784473a
@github-actions

Copy link
Copy Markdown

🧙 Wizard CI

Run the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands:

Test all apps:

  • /wizard-ci all

Test all apps in a directory:

  • /wizard-ci basic-integration
  • /wizard-ci mcp-analytics
  • /wizard-ci revenue

Test an individual app:

  • /wizard-ci basic-integration/android
  • /wizard-ci basic-integration/angular
  • /wizard-ci basic-integration/astro
Show more apps
  • /wizard-ci basic-integration/django
  • /wizard-ci basic-integration/fastapi
  • /wizard-ci basic-integration/flask
  • /wizard-ci basic-integration/javascript-node
  • /wizard-ci basic-integration/javascript-web
  • /wizard-ci basic-integration/laravel
  • /wizard-ci basic-integration/next-js
  • /wizard-ci basic-integration/nuxt
  • /wizard-ci basic-integration/python
  • /wizard-ci basic-integration/rails
  • /wizard-ci basic-integration/react-native
  • /wizard-ci basic-integration/react-router
  • /wizard-ci basic-integration/sveltekit
  • /wizard-ci basic-integration/swift
  • /wizard-ci basic-integration/tanstack-router
  • /wizard-ci basic-integration/tanstack-start
  • /wizard-ci basic-integration/vue
  • /wizard-ci mcp-analytics/custom-dispatcher
  • /wizard-ci mcp-analytics/typescript-sdk
  • /wizard-ci revenue/stripe

Results will be posted here when complete.

@gewenyu99 gewenyu99 closed this Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet