feat: select notes agent profiles directly - #4
Merged
Conversation
yattdev
marked this pull request as ready for review
August 22, 2026 06:32
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
Switch the Notes plugin's
Enhance with AIagent selection from the legacyutility_agentformat to a directagent_profileformat, while preserving backward-compatible error handling for existing utility-agent configurations.Changes
utility_agentconfig key withagent_profile(format:agent-profile), keepagent_invokecapability, bump version to 0.5.0agent_unset,agent_missing,agent_ineligible) with 412 guidance pointing to Notes settings; retain legacy utility-agent classifier branches (agent_disabled,agent_unconfigured_profile) with Utility Agents guidanceMotivation
The platform now supports direct agent profile selection (
agent_profilewith formatagent-profile), letting operators pick a profile in Notes settings without creating a separate Utility Agent first. This reduces setup from two steps to one.Testing
agent_disabled,agent_unconfigured_profile) verified through table-driven testsagent_unset,agent_missing,agent_ineligible) verified through same harnessBreaking Changes
None. Legacy utility-agent configurations continue to receive the same guided error messages pointing to Settings > Utility Agents. New configurations use the direct agent-profile picker in Settings > Plugins > Notes.
Related Issues
N/A