@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.
- package/cli.js +1360 -1438
- package/package.json +1 -1
- package/sdk-tools.d.ts +4 -0
package/package.json
CHANGED
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 {
|