chore(app-server): mark thread/rollback as deprecated (#29928)

We will drop support for this in the near future due to the complexity
it introduces.
This commit is contained in:
Owen Lin
2026-06-25 17:15:46 +00:00
committed by GitHub
parent c38b2e9ba6
commit 268328001f
10 changed files with 46 additions and 1 deletions
@@ -4174,6 +4174,7 @@
"type": "object"
},
"ThreadRollbackParams": {
"description": "DEPRECATED: `thread/rollback` will be removed soon.",
"properties": {
"numTurns": {
"description": "The number of turns to drop from the end of the thread. Must be >= 1.\n\nThis only modifies the thread's history and does not revert local file changes that have been made by the agent. Clients are responsible for reverting these changes.",