Release details
- New pro feature: Smart Prompt. With this version, we are introducing a new feature called Smart Prompt. When creating or editing a prompt chain, you will now see a new button at the bottom that says "+ New Smart Step". What you write inside a smart step is not a prompt, but is an instruction to generate the next prompt based on previous responses in the conversation. This is useful when you want to create dynamic prompts that adapt to the context of the conversation. For example, you can write "Extract the title from the previous response and create a new prompt using this template: 'Write a blog post about {title}'". When the prompt chain runs, it will generate a new prompt using the title extracted from the previous response. You can use smart steps to create more complex and personalized prompt chains that can handle different scenarios and user inputs.
Note 1: To enable this feature, you need to go to chrome://flags/#prompt-api-for-gemini-nano and set Prompt API for Gemini Nano to Enabled and restart your browser.
Note 2: This feature is only available in Chrome 137+. Other browsers currently do not support the Prompt API. - Improved the Gallery manager to load old images that were missing before
- Improved the "Start a new chat in this folder" button to work more reliably
- Other bug fixes and improvements