- Add CreateDrawingElement, UpdateDrawingElement, DeleteDrawingElement, ClearDrawingElements to WebSocket protocol and MCP bridge - Add multi-session/tab support with SessionStore shared state - Add bidirectional agent-GUI sync via broadcast + mpsc channels - Update README with correct OpenCode MCP config format and new tools - Fix dead code warning, clean up gitignore
6 lines
97 B
Rust
6 lines
97 B
Rust
mod interaction;
|
|
mod state;
|
|
|
|
pub use interaction::CanvasInteraction;
|
|
pub use state::CanvasState;
|