refactor: remove todo tool (#35989)
This commit is contained in:
parent
d4155f2906
commit
7feefb697f
250 changed files with 237 additions and 4755 deletions
|
|
@ -926,13 +926,6 @@ sessionID -> { directory, workspaceID? }</code></pre>
|
|||
<td class="route"><code>POST /api/session/:sessionID/prompt</code></td>
|
||||
<td>Create a user message and queue the agent loop.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="operation"><code>session.todo</code></td>
|
||||
<td class="body"><code>{ sessionID: SessionID }</code></td>
|
||||
<td><span class="context-tag session">session</span></td>
|
||||
<td class="route"><code>GET /api/session/:sessionID/todo</code></td>
|
||||
<td>Return todos associated with the session.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="operation"><code>session.update</code></td>
|
||||
<td class="body">
|
||||
|
|
@ -1143,7 +1136,6 @@ type SyncStore = {
|
|||
|
||||
session: Record<SessionID, Session & { context: RuntimeContext }>
|
||||
session_diff: Record<SessionID, Snapshot.FileDiff[]>
|
||||
todo: Record<SessionID, Todo[]>
|
||||
permission: Record<SessionID, PermissionRequest[]>
|
||||
question: Record<SessionID, QuestionRequest[]>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue