Skip to content

fix global agent bug - #879

Merged
Paul Lizer (paullizer) merged 1 commit into
Developmentfrom
fix/global-agent-bug-2
May 7, 2026
Merged

fix global agent bug#879
Paul Lizer (paullizer) merged 1 commit into
Developmentfrom
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
Paul Lizer (paullizer) requested review from Bionic711 and Copilot and removed request for CopilotMay 1, 2026 12:54
@paullizer
Paul Lizer (paullizer) merged commit 0ebb2bc into DevelopmentMay 7, 2026
9 checks passed
@paullizer
Paul Lizer (paullizer) deleted the fix/global-agent-bug-2 branch May 7, 2026 12:19
Sign up for freeto 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

@paullizer