Manage and switch between multiple custom system instruction profiles in Google AI Studio.
這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。
feat(profile): add import/export and refiner model selectionImplement import and export functionality for all user-generated content, including profiles, custom icons, and AI refiner prompts. This feature is accessible via new commands in the script menu.The import process is designed for backward compatibility, supporting both the new comprehensive data structure and the legacy profile-only array format.Additionally, a model selection dropdown has been added to the AI refiner UI and the main settings panel. This allows users to choose which LLM to use for prompt refinement, and the selection is saved and synchronized between both locations.
fix(spa): Fix auto-injection on initial load and navigation
The script was failing to auto-inject the default profile because it wasn't loading correctly on the initial visit and wasn't aware of in-app navigation changes. This meant it only worked on a manual page refresh.
This commit fixes the issue by:
@match
https://aistudio.google.com/*
MutationObserver
Summary of changes:
Changelog: What's new in version 1.1
‹
›