@kosuke-ai/cli 1.0.1-next.3 → 1.0.1-next.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@ export const operation = {
6
6
  "jobs",
7
7
  "cancel"
8
8
  ],
9
- "summary": "Stop a running turn. Steers queued behind it are discarded and listed.",
9
+ "summary": "Stop a running turn. Return pending text and preserve messages with files or context for draft restoration.",
10
10
  "pathParams": [
11
11
  "projectId",
12
12
  "sessionId",
package/openapi.json CHANGED
@@ -2009,7 +2009,7 @@
2009
2009
  "/api/projects/{projectId}/chat-sessions/{sessionId}/jobs/chat/{jobId}/cancel": {
2010
2010
  "post": {
2011
2011
  "operationId": "sessionsJobsCancel",
2012
- "summary": "Stop a running turn. Steers queued behind it are discarded and listed.",
2012
+ "summary": "Stop a running turn. Return pending text and preserve messages with files or context for draft restoration.",
2013
2013
  "tags": ["sessions"],
2014
2014
  "x-kosuke-command": ["sessions", "jobs", "cancel"],
2015
2015
  "parameters": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kosuke-ai/cli",
3
- "version": "1.0.1-next.3",
3
+ "version": "1.0.1-next.4",
4
4
  "description": "Kosuke platform CLI. The client customers install to drive app.kosuke.ai from their own machine.",
5
5
  "license": "MIT",
6
6
  "repository": {