You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed all occurrences of `SidecarIdentifier` to `SideCarIdentifier` (capitalizing 'Car') to enforce consistent naming across IPC and command execution systems. This change affects:
- Command registration/unregistration interfaces in `CommandExecutor`
- Debug service provider registration methods
- IPC provider trait methods (`SendNotificationToSideCar`, `SendRequestToSideCar`)
- Language feature provider registration
- Associated ActionEffect constructors and module names
Ensures naming alignment throughout Common's abstract core, which defines the contract for Mountain's IPC implementations and Cocoon's RPC handlers. The capitalization change improves readability while maintaining identical functionality for all IPC workflows including command execution, debug sessions, and language features.
0 commit comments