Skip to content

Clean up CloudModeImageContext feature flag - #15842

Open
warp-for-oss[bot] wants to merge 1 commit into
masterfrom
oz-agent/cleanup-feature-flag-CloudModeImageContext
Open

Clean up CloudModeImageContext feature flag#15842
warp-for-oss[bot] wants to merge 1 commit into
masterfrom
oz-agent/cleanup-feature-flag-CloudModeImageContext

Conversation

@warp-for-oss

@warp-for-oss warp-for-oss Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Automated cleanup of the CloudModeImageContext feature flag.

This PR was generated by the feature flag cleanup workflow.

@cla-bot cla-bot Bot added the cla-signed label Sep 6, 2026
@warp-for-oss

warp-for-oss Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor Author

@warp-for-oss[bot]

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /warp-agent-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@warp-for-oss warp-for-oss Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Overview

This PR removes the CloudModeImageContext Cargo/runtime feature flag and makes the previously gated cloud-mode attachment paths unconditional.

Concerns

  • app/src/ai/blocklist/controller/shared_session.rs:726 changes an inline comment that still restates the immediately following branch instead of explaining non-obvious rationale, which conflicts with Warp's comment guidance.

Verdict

Found: 0 critical, 1 important, 0 suggestions

Request changes

Comment /warp-agent-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz


// If there are no file downloads (or the feature is disabled), send the query immediately.
if file_downloads.is_empty() || !FeatureFlag::CloudModeImageContext.is_enabled() {
// If there are no file downloads, send the query immediately.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

⚠️ [IMPORTANT] This comment restates the file_downloads.is_empty() branch below; Warp's comment guidance reserves inline comments for non-obvious why. Remove it or replace it with the rationale for sending before the download path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant