diff options
| author | soryu <soryu@soryu.co> | 2026-02-09 02:19:38 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-02-09 02:19:38 +0000 |
| commit | 9c92d9235a0d1258fff9f7e625b0463c4952c45f (patch) | |
| tree | 408bb739c7e58e282d762631c7a812e4c96fd6e8 /makima/src/server/openapi.rs | |
| parent | 9eb28de59b3b3815fc0eb15b37efcb07d51b8e96 (diff) | |
| download | soryu-9c92d9235a0d1258fff9f7e625b0463c4952c45f.tar.gz soryu-9c92d9235a0d1258fff9f7e625b0463c4952c45f.zip | |
Resume contracts from patches
Diffstat (limited to 'makima/src/server/openapi.rs')
| -rw-r--r-- | makima/src/server/openapi.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makima/src/server/openapi.rs b/makima/src/server/openapi.rs index 4e3b85b..ddc2db5 100644 --- a/makima/src/server/openapi.rs +++ b/makima/src/server/openapi.rs @@ -63,6 +63,7 @@ use crate::server::messages::{ApiError, AudioEncoding, StartMessage, StopMessage mesh::get_daemon_directories, mesh::clone_worktree, mesh::check_target_exists, + mesh::get_task_patch_data, mesh::branch_task, mesh_chat::get_chat_history, mesh_chat::clear_chat_history, @@ -156,6 +157,7 @@ use crate::server::messages::{ApiError, AudioEncoding, StartMessage, StopMessage DaemonListResponse, DaemonDirectoriesResponse, DaemonDirectory, + mesh::TaskPatchDataResponse, MeshChatConversation, MeshChatMessageRecord, MeshChatHistoryResponse, |
