-7

I'm using Perplexity web UI (https://www.perplexity.ai/) with the GitHub Connector to automate code edits and commits. Every time I ask Perplexity to create/update files or make changes, an "Approve" dialog popup appears requiring manual approval.

The Problem:

  • I already authorized the connector during initial setup
  • But EVERY write operation requires another manual approval click
  • Code operations take 5+ minutes
  • If I step away from the screen, I miss the approval window and the operation times out
  • This completely defeats the purpose of using an AI assistant for automation
  • I'm on Linux, so the Perplexity desktop app isn't an option

What I need: A way to automatically approve these popups without manual intervention, so long-running operations can complete unattended.

Has anyone found a solution for this?

HTML structure of the approval popup (for reference):

<button type="button">
  <div>...<div>Approve</div></div>
</button>

Environment: Linux, Chrome browser, Perplexity web UI (no desktop app available)

2 Answers 2

0

Maybe this one can help you.

it is a tampermonkey script: https://github.com/MarvenAPPS/Perplexity-Connectors-Auto-Approve

Sign up to request clarification or add additional context in comments.

2 Comments

thank you; see my solution attached as a gist
Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.
0

Here is my current working solution as gist:

Perplexity GitHub Connector Auto-Approve Tampermonkey Script

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.