feat: select notes agent profiles directly - #5
Merged
Conversation
yattdev
marked this pull request as ready for review
August 22, 2026 07:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
The Notes plugin's "Enhance with AI" setting previously exposed Kandev's utility-prompt catalog (
format: utility-agent) instead of the platform agent profiles the user actually wants to select. This release switches Notes to the newformat: agent-profileplugin-config field so the picker in Settings → Plugins → Notes lists eligible platform agent profiles directly, and so the persistedagent_profilevalue is invoked by the host without any utility/custom-prompt lookup.Changes
utility_agentconfig_schema entry withagent_profile(format: agent-profile).Motivation
Listing utility prompts misled users into configuring Notes with identifiers the host could not execute as an agent profile, while requiring a duplicate custom prompt in Settings → Utility Agents added setup friction. Storing the agent profile ID itself keeps what users see, save, and execute aligned.
Testing
make test(server + UI bundle tests)make vetmake package-hostproducingkandev-plugin-notes-0.5.0.tar.gzScreenshots
Notes settings page with the direct Agent profile field:
Agent profile picker open on eligible platform profiles:
Breaking Changes
agent_profile. Existing installations must re-select an eligible profile in Settings → Plugins → Notes; the host falls back to a legacyutility_agentvalue only whenagent_profileis unset.InvokeUtilityAgentexecution). Installing it on an older build leaves the picker without usable options.