Skip to content

remove dead code for WelcomePalette#12614

Merged
acarl005 merged 4 commits into
masterfrom
andy/delete-dead-welcome-palette
Jun 15, 2026
Merged

remove dead code for WelcomePalette#12614
acarl005 merged 4 commits into
masterfrom
andy/delete-dead-welcome-palette

Conversation

@acarl005

Copy link
Copy Markdown
Contributor

Description

This is dead code now. Just deleting it. Replaced by the new agent view. This was the palette that we tried out as the new "zero state" when a new tab was opened. It showed indexed codebases and recent conversations.

Linked Issue

None, this is dead code removal.

@acarl005 acarl005 requested a review from kevinchevalier June 13, 2026 21:47
@cla-bot cla-bot Bot added the cla-signed label Jun 13, 2026
@oz-for-oss

oz-for-oss Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

@acarl005

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[bot]

This comment was marked as resolved.

@acarl005

Copy link
Copy Markdown
Contributor Author

/oz-review

@oz-for-oss

oz-for-oss Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

@acarl005

I'm re-reviewing this pull request in response to a review 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

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 obsolete WelcomePalette/Welcome pane implementation, its feature flag wiring, related project-suggestion search deduplication helpers, and the persistence model/schema support for welcome pane rows. It also adds a migration to drop welcome_panes and remove persisted welcome leaves so old snapshots do not try to restore an unsupported pane kind.

Concerns

  • No blocking correctness, security, or spec-drift concerns found in the attached diff. No approved spec context was provided for this dead-code removal.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

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

Powered by Oz

@acarl005 acarl005 enabled auto-merge (squash) June 15, 2026 18:39
@acarl005 acarl005 merged commit 2735ae1 into master Jun 15, 2026
26 checks passed
@acarl005 acarl005 deleted the andy/delete-dead-welcome-palette branch June 15, 2026 18:46
diesel::delete(schema::code_review_panes::dsl::code_review_panes).execute(conn)?;
diesel::delete(schema::ambient_agent_panes::dsl::ambient_agent_panes).execute(conn)?;
diesel::delete(schema::welcome_panes::dsl::welcome_panes).execute(conn)?;
diesel::delete(schema::pane_leaves::dsl::pane_leaves).execute(conn)?;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@acarl005 Did you mean to remove this?

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.

nope! thanks for catching this. fixed in #12672

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.

3 participants