Skip to content

Delete collab_ui crate - #47

Merged
jasonsmithio merged 1 commit into
mainfrom
drop-collab-ui-crate
May 26, 2026
Merged

Delete collab_ui crate#47
jasonsmithio merged 1 commit into
mainfrom
drop-collab-ui-crate

Conversation

@jasonsmithio

Copy link
Copy Markdown
Collaborator

Summary

Test plan

  • cargo check -p paddleboard passes

Release Notes:

  • N/A

🤖 Generated with Claude Code

Remove the crate directory, workspace member entry, and collab test
dependency. The crate was already unlinked from the binary in PR #41.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

Upstream drift report

Comparing PaddleBoard HEAD (a7c729ba1f) against zed-industries/zed:main (a5457029cc).
Last common ancestor: 2e20860461.

Crate Files Insertions Deletions // PaddleBoard: tags
crates/agent 15 +25203 -76 0
crates/agent_ui 25 +3658 -724 6
crates/buffer_diff 0 +0 -0 0
crates/client 5 +59 -228 2
crates/collab 5 +20 -19 0
crates/collab_ui (missing locally)
crates/editor 11 +100 -950 0
crates/gpui 3 +38 -2 0
crates/language 1 +2 -2 0
crates/language_core 0 +0 -0 0
crates/lsp 0 +0 -0 0
crates/multi_buffer 0 +0 -0 0
crates/project 9 +179 -28 1
crates/rope 0 +0 -0 0
crates/settings_content 5 +153 -8 6
crates/text 0 +0 -0 0
crates/workspace 13 +214 -1453 2
Total 92 +29626 -3490 17

Generated by script/check-upstream-drift. See FORK_HYGIENE.md for context.

@jasonsmithio
jasonsmithio merged commit d218a34 into main May 26, 2026
1 check passed
jasonsmithio added a commit that referenced this pull request May 26, 2026
The collab crate deletion (PRs #47-#51) left behind keybindings that
referenced removed actions, causing a panic in load_default_keymap on
every launch. Remove all dead collab_panel, channel_modal, and
FollowNextCollaborator bindings from 6 keymap files. Harden the three
unwrap() calls in load_default_keymap to log_err() so a stale keymap
reference never crashes the app again.

For the AI Dock Skills tab: add a builtin flag to SkillEntry so
harness-provided skills (/verify, /review, /security-review) show a
Built-in badge instead of a dead Not installed pill. Bundle three
new PaddleBoard-specific skills (/clippy, /test, /check-drift) with
markdown content so Add to project / Add to user actually writes
the file.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
jasonsmithio added a commit that referenced this pull request May 31, 2026
Remove the crate directory, workspace member entry, and collab test
dependency. The crate was already unlinked from the binary in PR #41.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
jasonsmithio added a commit that referenced this pull request May 31, 2026
The collab crate deletion (PRs #47-#51) left behind keybindings that
referenced removed actions, causing a panic in load_default_keymap on
every launch. Remove all dead collab_panel, channel_modal, and
FollowNextCollaborator bindings from 6 keymap files. Harden the three
unwrap() calls in load_default_keymap to log_err() so a stale keymap
reference never crashes the app again.

For the AI Dock Skills tab: add a builtin flag to SkillEntry so
harness-provided skills (/verify, /review, /security-review) show a
Built-in badge instead of a dead Not installed pill. Bundle three
new PaddleBoard-specific skills (/clippy, /test, /check-drift) with
markdown content so Add to project / Add to user actually writes
the file.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.

1 participant