Skip to content

Pre-release 0.51.182 - #931

Merged
CroffZ merged 1 commit into
mainfrom
release/0.51.182
Aug 28, 2026
Merged

Pre-release 0.51.182#931
CroffZ merged 1 commit into
mainfrom
release/0.51.182

Conversation

@CroffZ

@CroffZ CroffZ commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

Automated release PR.

Copilot AI balanced review requested due to automatic review settings August 28, 2026 02:37
@CroffZ
CroffZ merged commit 52f4f33 into main Aug 28, 2026
6 checks passed
@CroffZ
CroffZ deleted the release/0.51.182 branch August 28, 2026 02:40

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

Review tier: Balanced
Findings: 1 High severity

New issues introduced by this change (1)
Severity Finding
High severity Core/​Sources/​ChatService/​ToolCalls/​ClientToolConfirmationEventHandler.swift — Enforce the current auto-approval feature flag and policy before using this cached approval. Both…
What changed in this PR

Updates the Copilot language server and adds session-scoped auto-approval for webpage URLs.

Changes:

  • Bumps language server packages to 1.537.0.
  • Adds URL extraction, storage, approval checks, and cleanup.
  • Adds confirmation UI and unit tests.
File Description
Server/​package.json Updates language server dependencies.
Server/​package-lock.json Locks updated packages and transitive dependencies.
Core/​Tests/​ChatServiceTests/​ToolAutoApprovalParsingHelpersTests.swift Tests URL approval behavior.
Core/​Sources/​ConversationTab/​Views/​ConversationAgentProgressView/​ConversationAgentProgressView.swift Adds webpage approval UI.
Core/​Sources/​ChatService/​ToolCalls/​ClientToolConfirmationEventHandler.swift Checks stored URL approvals.
Core/​Sources/​ChatService/​ToolCalls/​AutoApproval/​ToolAutoApprovalParsingHelpers.swift Extracts and normalizes URLs.
Core/​Sources/​ChatService/​ToolCalls/​AutoApproval/​ToolAutoApprovalManager.swift Manages webpage approvals.
Core/​Sources/​ChatService/​ToolCalls/​AutoApproval/​FetchWebPageApprovalStorage.swift Stores approvals by conversation.
Files not reviewed (1)
  • Server/package-lock.json: Generated file

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +61 to +65
if ToolAutoApprovalManager.isFetchWebPageOperation(name: params.name) {
let urls = ToolAutoApprovalManager.extractFetchWebPageURLs(from: params.input)
let allowed = await ToolAutoApprovalManager.shared.isFetchWebPageAllowed(
conversationId: params.conversationId,
urls: urls
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.

4 participants