Remove skill buttons from the task header - #3971
Conversation
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
|
👋 Visual changes detected for this PR. Review and approve in PostHog Visual Review If these changes are unexpected, they may be caused by a flaky test or a broken snapshot on master. Don't approve — rerun the job or wait for a fix. |
|
Reviews (1): Last reviewed commit: "refactor(skill-buttons): remove header a..." | Re-trigger Greptile |
|
Hey @cvolzer3, we've migrated this repo into the PostHog/posthog monorepo, so this PR needs to be recreated there. Easiest path: check out the monorepo and run the Shout if you get stuck. |
Summary
Why
This removes the top-right shortcuts that automatically sent PostHog instrumentation skill prompts to the agent.
Impact
Users no longer see or invoke Track events, Track errors, Trace LLM calls, Capture logs, Add feature flag, or Run experiment from the task header. Existing local transcripts keep their underlying prompt text and render it as a standard user message.
Validation
pnpm typecheck(commit hook)pnpm --filter @posthog/core test(2,808 tests)pnpm --filter @posthog/ui test(2,375 tests)pnpm --filter code build-storybook