Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions RECAPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Running log of completed work sessions, newest first. Each entry summarizes a co

## 2026-05-25

### Namespace allowlist tuning
- Removed `channel_modal`, `collab`, `collab_panel` from the keybind namespace allowlist in `zed.rs`. These namespaces no longer have action definitions after the collab crate deletions.

### Delete `call`, `collab`, `livekit_client`, `livekit_api` crates
- Deleted 4 crate directories (-56,306 lines across 137 files). Removed workspace member entries, dep definitions from root `Cargo.toml`, and `call` dep from `crates/paddleboard/Cargo.toml`.
- **Intentionally preserved:** `channel` crate (provides `ChannelId` and types used across the entire codebase — not collab-specific).
Expand Down
3 changes: 0 additions & 3 deletions crates/paddleboard/src/zed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5248,11 +5248,8 @@ mod tests {
"bedrock",
"branches",
"buffer_search",
"channel_modal",
"cli",
"client",
"collab",
"collab_panel",
"command_palette",
"console",
"context_server",
Expand Down
Loading