Skip to content

fix global agent bug#879

Open
paullizer wants to merge 1 commit intoDevelopmentfrom
fix/global-agent-bug-2
Open

fix global agent bug#879
paullizer wants to merge 1 commit intoDevelopmentfrom
fix/global-agent-bug-2

Conversation

@paullizer
Copy link
Copy Markdown
Contributor

Bug Fixes

  • Global Agent Scope Gate Fallback
    • Fixed per-user Semantic Kernel chats so selecting a global agent no longer silently falls back to the standard GPT model when personal agents are disabled for the tenant.
    • The per-user loader now treats global, personal, and group agent scopes separately, allowing valid global-agent selections to continue through agent invocation while keeping personal and group scope toggles enforced as configured.
    • Added regression coverage for the shared scope gate used by the per-user loader.
    • (Ref: semantic_kernel_loader.py, functions_agent_scope.py, test_global_agent_scope_gate.py, global agent request routing)

global agent was  being classified as personal which meant that the user agent needed to be enabled for global agents to work too.
@paullizer paullizer requested review from Bionic711 and Copilot and removed request for Copilot May 1, 2026 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant