List view
## Full Workbench Lift ### Completed - 18 CocoonService TODO handlers replaced with real Tauri event implementations (sky:// patterns for progress, webview, terminal, tree view, SCM, debug, tasks, auth, config, external) - 5 new ProviderType enum variants: Task, Authentication, TreeView, SourceControl, DebugAdapter - WindServiceHandlers split into 24 atomic domain modules - CocoonService split into 15 domain submodules - MutexGuard Send fix (scope narrowing to avoid holding across .await) - Extension host message forwarding to Cocoon via IPC relay - dev_log macro replacing log crate for categorized, tag-filtered logging - 0 compilation errors, 39 pre-existing warnings ### Remaining (from audit) - 4 TreeView command stubs (expand, select, persist, restore) - 3 Keybinding command stubs (register, unregister, conflicts) - SCM command module (git operations, branch management) - File watching integration (notify crate) - Terminal resize handler - execute_contributed_command dispatch See [CHANGELOG.md](https://github.com/CodeEditorLand/Mountain/blob/Current/CHANGELOG.md)
Due by June 30, 2026•4/4 issues closed