feat: proactive check-back guidance + gate scheduling tools by audience#714
Merged
Conversation
…y default Adds set_reminder, list_reminders, cancel_reminder, and get_reminder_history to IsProfileManagedTool so they are gated by audience AllowedTools. With existing defaults, Public and Team cannot schedule — only Personal (ToolsMode=All) retains access. Operators can opt Team in by adding the tools to AllowedTools. Also adds a Proactive Check-Back section to AGENTS.template.md so the agent automatically schedules current_session reminders when kicking off async work (builds, CI, deploys) rather than waiting for the user to ask for status. Closes #710
Adds set_reminder, list_reminders, cancel_reminder, get_reminder_history to IsProfileManagedTool so Public/Team audiences cannot create reminders by default. Personal (ToolsMode=All) retains full access. Operators can opt Team in by adding the tool names to AllowedTools explicitly. Includes SchedulingToolAudienceTests covering Public blocked, Team blocked, Personal allowed, and Team opt-in scenarios.
Merged
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.
Summary
AGENTS.template.mdso the agent automatically schedulescurrent_sessionreminders when it kicks off async work (builds, CI pipelines, deployments) instead of waiting for the user to ask for status.set_reminder,list_reminders,cancel_reminder, andget_reminder_historytoIsProfileManagedToolso they respect audienceAllowedToolslists. Public and Team no longer have scheduling access by default; only Personal (ToolsMode=All) retains it. Operators can opt Team in explicitly by adding the tool names toAllowedTools.Closes #710
Test plan
search_toolsoutputset_reminderetc. toAllowedTools./evals/run-evals.sh