computer-use-preview icon indicating copy to clipboard operation
computer-use-preview copied to clipboard

Feat: GCP Login, Trust Mode, and Secure Credential Handling

Open CalettiGabriele opened this issue 2 months ago • 0 comments

This PR introduces four new features aimed at improving the application's usability in more complex or advanced scenarios. The updates are designed to enhance flexibility, testing capabilities, and security during the authentication process. Specifically, the following options have been implemented:

  • GCP Login Support: Allows authentication via Google Cloud Platform, removing the need to use a Gemini API key.

  • Trust Mode: A "trust-all" mode that automatically gives consent. This should be used with caution and is mainly intended for testing purposes.

  • Secure Login Options: Two secure methods have been added for handling user credentials:

    • Agent-based Credential Retrieval: Keeps the agent agnostic while allowing it to securely retrieve and use passwords through two external tools.
    • Browser Session Reuse: Enables login by reusing an already authenticated browser session.

These improvements aim to support more advanced use cases while maintaining flexibility and security.

CalettiGabriele avatar Oct 14 '25 05:10 CalettiGabriele