@anthropic-ai/claude-code 2.1.12 → 2.1.14

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.
Files changed (3) hide show
  1. package/cli.js +1360 -1438
  2. package/package.json +1 -1
  3. package/sdk-tools.d.ts +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthropic-ai/claude-code",
3
- "version": "2.1.12",
3
+ "version": "2.1.14",
4
4
  "bin": {
5
5
  "claude": "cli.js"
6
6
  },
package/sdk-tools.d.ts CHANGED
@@ -138,6 +138,10 @@ export interface ExitPlanModeInput {
138
138
  * The remote session URL if pushed to remote
139
139
  */
140
140
  remoteSessionUrl?: string;
141
+ /**
142
+ * The remote session title if pushed to remote
143
+ */
144
+ remoteSessionTitle?: string;
141
145
  [k: string]: unknown;
142
146
  }
143
147
  export interface FileEditInput {