Skip to content

Clean up FileTree feature flag#14308

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

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

Conversation

@oz-for-oss

@oz-for-oss oz-for-oss Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Automated cleanup of the FileTree feature flag.

This PR was generated by the feature flag cleanup workflow.

@cla-bot cla-bot Bot added the cla-signed label Jul 25, 2026
@oz-for-oss

oz-for-oss Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor Author

@oz-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 /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@oz-for-oss oz-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 FileTree feature flag from Cargo/runtime feature wiring, promotes related telemetry events to always-enabled, and makes the UDI top-margin behavior unconditional when the input is pinned at the top.

Concerns

  • The diff includes a user-visible layout change, but the PR description does not include screenshots or a screen recording demonstrating the final behavior.

Verdict

Found: 0 critical, 1 important, 0 suggestions

Request changes

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

Powered by Oz

let margin_top = if FeatureFlag::FileTree.is_enabled() && self.is_input_at_top(&model, app)
{
// Don't include the top margin for UDI so that the UDI is flush with the file tree.
let margin_top = if self.is_input_at_top(&model, app) {

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] For this user-facing layout change, please include screenshots or a short recording demonstrating the UDI/file-tree spacing working end to end.

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