@github/copilot 1.0.15-2 → 1.0.15
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/app.js +1536 -1498
- package/changelog.json +92 -0
- package/package.json +8 -8
- package/prebuilds/darwin-arm64/keytar.node +0 -0
- package/prebuilds/darwin-arm64/pty.node +0 -0
- package/prebuilds/darwin-arm64/spawn-helper +0 -0
- package/prebuilds/darwin-x64/keytar.node +0 -0
- package/prebuilds/darwin-x64/pty.node +0 -0
- package/prebuilds/darwin-x64/spawn-helper +0 -0
- package/prebuilds/win32-arm64/conpty/OpenConsole.exe +0 -0
- package/prebuilds/win32-arm64/conpty/conpty.dll +0 -0
- package/prebuilds/win32-arm64/conpty.node +0 -0
- package/prebuilds/win32-arm64/conpty_console_list.node +0 -0
- package/prebuilds/win32-arm64/keytar.node +0 -0
- package/prebuilds/win32-x64/conpty/OpenConsole.exe +0 -0
- package/prebuilds/win32-x64/conpty/conpty.dll +0 -0
- package/prebuilds/win32-x64/conpty.node +0 -0
- package/prebuilds/win32-x64/conpty_console_list.node +0 -0
- package/prebuilds/win32-x64/keytar.node +0 -0
- package/ripgrep/bin/darwin-arm64/rg +0 -0
- package/ripgrep/bin/darwin-x64/rg +0 -0
- package/ripgrep/bin/win32-arm64/rg.exe +0 -0
- package/ripgrep/bin/win32-x64/rg.exe +0 -0
- package/schemas/session-events.schema.json +0 -3
- package/sdk/index.d.ts +15 -15
- package/sdk/index.js +42 -4
package/changelog.json
CHANGED
|
@@ -1,6 +1,98 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./changelog-schema.json",
|
|
3
3
|
"unpublished": [],
|
|
4
|
+
"1.0.15": [
|
|
5
|
+
{
|
|
6
|
+
"type": "new",
|
|
7
|
+
"description": "Add mcp.config.list, mcp.config.add, mcp.config.update, and mcp.config.remove server RPCs for managing persistent MCP server configuration",
|
|
8
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5357"]
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"type": "added",
|
|
12
|
+
"description": "Add device code flow (RFC 8628) as a fallback for MCP OAuth in headless and CI environments",
|
|
13
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5357"]
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"type": "added",
|
|
17
|
+
"description": "Add `/mcp auth` command and re-authentication UI for MCP OAuth servers with account switching support",
|
|
18
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5357"]
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"type": "added",
|
|
22
|
+
"description": "Add postToolUseFailure hooks for tool errors and make postToolUse run only after successful tool calls",
|
|
23
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5357"]
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"type": "added",
|
|
27
|
+
"description": "Add /share html command to export sessions and research reports as self-contained interactive HTML files",
|
|
28
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5357"]
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"type": "fixed",
|
|
32
|
+
"description": "Autopilot no longer continues after pressing Escape or Ctrl+C to cancel",
|
|
33
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5357"]
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"type": "fixed",
|
|
37
|
+
"description": "Keystrokes typed while the CLI is loading are no longer lost",
|
|
38
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5357"]
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "fixed",
|
|
42
|
+
"description": "Large tool output preview shows correct character count and up to 500 characters",
|
|
43
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5357"]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"type": "fixed",
|
|
47
|
+
"description": "MCP servers that are slow to connect no longer block the agent from starting",
|
|
48
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5341"]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"type": "fixed",
|
|
52
|
+
"description": "Pasting images from the Windows clipboard now works in WSL environments",
|
|
53
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5341"]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"type": "improved",
|
|
57
|
+
"description": "Copilot mascot now blinks with subtle eye animations in interactive mode",
|
|
58
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5633"]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"type": "improved",
|
|
62
|
+
"description": "User switcher and `/user list` display accounts in alphabetical order",
|
|
63
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5629"]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"type": "improved",
|
|
67
|
+
"description": "Add Home/End and Page Up/Page Down navigation to the diff viewer",
|
|
68
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5357"]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"type": "improved",
|
|
72
|
+
"description": "CLI exits immediately after a session ends instead of waiting up to 10 seconds",
|
|
73
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5357"]
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"type": "improved",
|
|
77
|
+
"description": "Config settings askUser, autoUpdate, storeTokenPlaintext, logLevel, skillDirectories, and disabledSkills now use camelCase names (snake_case still accepted)",
|
|
78
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5357"]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"type": "improved",
|
|
82
|
+
"description": "Many settings keys now prefer camelCase names (snake_case names still work)",
|
|
83
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5357"]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"type": "removed",
|
|
87
|
+
"description": "Remove support for gpt-5.1-codex, gpt-5.1-codex-mini, and gpt-5.1-codex-max models",
|
|
88
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5633"]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"type": "removed",
|
|
92
|
+
"description": "Ctrl+D no longer queues a message; use Ctrl+Q or Ctrl+Enter to queue",
|
|
93
|
+
"related_pull_requests": ["https://github.com/github/copilot-agent-runtime/pull/5357"]
|
|
94
|
+
}
|
|
95
|
+
],
|
|
4
96
|
"1.0.15-2": [
|
|
5
97
|
{
|
|
6
98
|
"type": "improved",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@github/copilot",
|
|
3
3
|
"description": "GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.",
|
|
4
|
-
"version": "1.0.15
|
|
4
|
+
"version": "1.0.15",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"repository": {
|
|
@@ -61,14 +61,14 @@
|
|
|
61
61
|
"conpty_console_list_agent.js"
|
|
62
62
|
],
|
|
63
63
|
"buildMetadata": {
|
|
64
|
-
"gitCommit": "
|
|
64
|
+
"gitCommit": "95805b1"
|
|
65
65
|
},
|
|
66
66
|
"optionalDependencies": {
|
|
67
|
-
"@github/copilot-linux-x64": "1.0.15
|
|
68
|
-
"@github/copilot-linux-arm64": "1.0.15
|
|
69
|
-
"@github/copilot-darwin-x64": "1.0.15
|
|
70
|
-
"@github/copilot-darwin-arm64": "1.0.15
|
|
71
|
-
"@github/copilot-win32-x64": "1.0.15
|
|
72
|
-
"@github/copilot-win32-arm64": "1.0.15
|
|
67
|
+
"@github/copilot-linux-x64": "1.0.15",
|
|
68
|
+
"@github/copilot-linux-arm64": "1.0.15",
|
|
69
|
+
"@github/copilot-darwin-x64": "1.0.15",
|
|
70
|
+
"@github/copilot-darwin-arm64": "1.0.15",
|
|
71
|
+
"@github/copilot-win32-x64": "1.0.15",
|
|
72
|
+
"@github/copilot-win32-arm64": "1.0.15"
|
|
73
73
|
}
|
|
74
74
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/sdk/index.d.ts
CHANGED
|
@@ -13502,7 +13502,7 @@ declare type LocalSessionManagerOptions = {
|
|
|
13502
13502
|
telemetryService: TelemetryService;
|
|
13503
13503
|
featureFlagService?: IFeatureFlagService;
|
|
13504
13504
|
/** Factory that binds per-session telemetry (captures TUI-specific options in closure) */
|
|
13505
|
-
telemetryBinder
|
|
13505
|
+
telemetryBinder: SessionTelemetryBinder | undefined;
|
|
13506
13506
|
/** Default machine ID for sessions (from getCachedDeviceId in CLI) */
|
|
13507
13507
|
defaultMachineId?: string;
|
|
13508
13508
|
/** Git operations for remote→local session handoff */
|
|
@@ -22093,7 +22093,7 @@ export declare const SessionEventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
22093
22093
|
id: string;
|
|
22094
22094
|
timestamp: Date;
|
|
22095
22095
|
}>>, "many">;
|
|
22096
|
-
selectedModel: z.ZodOptional<z.ZodEnum<["claude-sonnet-4.6", "claude-sonnet-4.5", "claude-haiku-4.5", "claude-opus-4.6", "claude-opus-4.6-fast", "claude-opus-4.6-1m", "claude-opus-4.5", "claude-sonnet-4", "goldeneye", "gpt-5.4", "gpt-5.3-codex", "gpt-5.2-codex", "gpt-5.2", "gpt-5.1
|
|
22096
|
+
selectedModel: z.ZodOptional<z.ZodEnum<["claude-sonnet-4.6", "claude-sonnet-4.5", "claude-haiku-4.5", "claude-opus-4.6", "claude-opus-4.6-fast", "claude-opus-4.6-1m", "claude-opus-4.5", "claude-sonnet-4", "goldeneye", "gpt-5.4", "gpt-5.3-codex", "gpt-5.2-codex", "gpt-5.2", "gpt-5.1", "gpt-5.4-mini", "gpt-5-mini", "gpt-4.1"]>>;
|
|
22097
22097
|
}, "strip", z.ZodTypeAny, {
|
|
22098
22098
|
sessionId: string;
|
|
22099
22099
|
startTime: Date;
|
|
@@ -22240,7 +22240,7 @@ export declare const SessionEventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
22240
22240
|
id: string;
|
|
22241
22241
|
timestamp: Date;
|
|
22242
22242
|
})[];
|
|
22243
|
-
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1
|
|
22243
|
+
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1" | "gpt-5.4-mini" | undefined;
|
|
22244
22244
|
}, {
|
|
22245
22245
|
sessionId: string;
|
|
22246
22246
|
startTime: Date;
|
|
@@ -22387,7 +22387,7 @@ export declare const SessionEventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
22387
22387
|
id: string;
|
|
22388
22388
|
timestamp: Date;
|
|
22389
22389
|
})[];
|
|
22390
|
-
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1
|
|
22390
|
+
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1" | "gpt-5.4-mini" | undefined;
|
|
22391
22391
|
}>;
|
|
22392
22392
|
importTime: z.ZodString;
|
|
22393
22393
|
sourceFile: z.ZodString;
|
|
@@ -22538,7 +22538,7 @@ export declare const SessionEventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
22538
22538
|
id: string;
|
|
22539
22539
|
timestamp: Date;
|
|
22540
22540
|
})[];
|
|
22541
|
-
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1
|
|
22541
|
+
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1" | "gpt-5.4-mini" | undefined;
|
|
22542
22542
|
};
|
|
22543
22543
|
importTime: string;
|
|
22544
22544
|
sourceFile: string;
|
|
@@ -22689,7 +22689,7 @@ export declare const SessionEventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
22689
22689
|
id: string;
|
|
22690
22690
|
timestamp: Date;
|
|
22691
22691
|
})[];
|
|
22692
|
-
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1
|
|
22692
|
+
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1" | "gpt-5.4-mini" | undefined;
|
|
22693
22693
|
};
|
|
22694
22694
|
importTime: string;
|
|
22695
22695
|
sourceFile: string;
|
|
@@ -22842,7 +22842,7 @@ export declare const SessionEventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
22842
22842
|
id: string;
|
|
22843
22843
|
timestamp: Date;
|
|
22844
22844
|
})[];
|
|
22845
|
-
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1
|
|
22845
|
+
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1" | "gpt-5.4-mini" | undefined;
|
|
22846
22846
|
};
|
|
22847
22847
|
importTime: string;
|
|
22848
22848
|
sourceFile: string;
|
|
@@ -23000,7 +23000,7 @@ export declare const SessionEventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
23000
23000
|
id: string;
|
|
23001
23001
|
timestamp: Date;
|
|
23002
23002
|
})[];
|
|
23003
|
-
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1
|
|
23003
|
+
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1" | "gpt-5.4-mini" | undefined;
|
|
23004
23004
|
};
|
|
23005
23005
|
importTime: string;
|
|
23006
23006
|
sourceFile: string;
|
|
@@ -28940,7 +28940,7 @@ declare const SessionImportLegacyEventSchema: z.ZodObject<{
|
|
|
28940
28940
|
id: string;
|
|
28941
28941
|
timestamp: Date;
|
|
28942
28942
|
}>>, "many">;
|
|
28943
|
-
selectedModel: z.ZodOptional<z.ZodEnum<["claude-sonnet-4.6", "claude-sonnet-4.5", "claude-haiku-4.5", "claude-opus-4.6", "claude-opus-4.6-fast", "claude-opus-4.6-1m", "claude-opus-4.5", "claude-sonnet-4", "goldeneye", "gpt-5.4", "gpt-5.3-codex", "gpt-5.2-codex", "gpt-5.2", "gpt-5.1
|
|
28943
|
+
selectedModel: z.ZodOptional<z.ZodEnum<["claude-sonnet-4.6", "claude-sonnet-4.5", "claude-haiku-4.5", "claude-opus-4.6", "claude-opus-4.6-fast", "claude-opus-4.6-1m", "claude-opus-4.5", "claude-sonnet-4", "goldeneye", "gpt-5.4", "gpt-5.3-codex", "gpt-5.2-codex", "gpt-5.2", "gpt-5.1", "gpt-5.4-mini", "gpt-5-mini", "gpt-4.1"]>>;
|
|
28944
28944
|
}, "strip", z.ZodTypeAny, {
|
|
28945
28945
|
sessionId: string;
|
|
28946
28946
|
startTime: Date;
|
|
@@ -29087,7 +29087,7 @@ declare const SessionImportLegacyEventSchema: z.ZodObject<{
|
|
|
29087
29087
|
id: string;
|
|
29088
29088
|
timestamp: Date;
|
|
29089
29089
|
})[];
|
|
29090
|
-
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1
|
|
29090
|
+
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1" | "gpt-5.4-mini" | undefined;
|
|
29091
29091
|
}, {
|
|
29092
29092
|
sessionId: string;
|
|
29093
29093
|
startTime: Date;
|
|
@@ -29234,7 +29234,7 @@ declare const SessionImportLegacyEventSchema: z.ZodObject<{
|
|
|
29234
29234
|
id: string;
|
|
29235
29235
|
timestamp: Date;
|
|
29236
29236
|
})[];
|
|
29237
|
-
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1
|
|
29237
|
+
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1" | "gpt-5.4-mini" | undefined;
|
|
29238
29238
|
}>;
|
|
29239
29239
|
importTime: z.ZodString;
|
|
29240
29240
|
sourceFile: z.ZodString;
|
|
@@ -29385,7 +29385,7 @@ declare const SessionImportLegacyEventSchema: z.ZodObject<{
|
|
|
29385
29385
|
id: string;
|
|
29386
29386
|
timestamp: Date;
|
|
29387
29387
|
})[];
|
|
29388
|
-
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1
|
|
29388
|
+
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1" | "gpt-5.4-mini" | undefined;
|
|
29389
29389
|
};
|
|
29390
29390
|
importTime: string;
|
|
29391
29391
|
sourceFile: string;
|
|
@@ -29536,7 +29536,7 @@ declare const SessionImportLegacyEventSchema: z.ZodObject<{
|
|
|
29536
29536
|
id: string;
|
|
29537
29537
|
timestamp: Date;
|
|
29538
29538
|
})[];
|
|
29539
|
-
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1
|
|
29539
|
+
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1" | "gpt-5.4-mini" | undefined;
|
|
29540
29540
|
};
|
|
29541
29541
|
importTime: string;
|
|
29542
29542
|
sourceFile: string;
|
|
@@ -29689,7 +29689,7 @@ declare const SessionImportLegacyEventSchema: z.ZodObject<{
|
|
|
29689
29689
|
id: string;
|
|
29690
29690
|
timestamp: Date;
|
|
29691
29691
|
})[];
|
|
29692
|
-
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1
|
|
29692
|
+
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1" | "gpt-5.4-mini" | undefined;
|
|
29693
29693
|
};
|
|
29694
29694
|
importTime: string;
|
|
29695
29695
|
sourceFile: string;
|
|
@@ -29847,7 +29847,7 @@ declare const SessionImportLegacyEventSchema: z.ZodObject<{
|
|
|
29847
29847
|
id: string;
|
|
29848
29848
|
timestamp: Date;
|
|
29849
29849
|
})[];
|
|
29850
|
-
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1
|
|
29850
|
+
selectedModel?: "gpt-5-mini" | "gpt-4.1" | "claude-sonnet-4.6" | "claude-sonnet-4.5" | "claude-haiku-4.5" | "claude-opus-4.6" | "claude-opus-4.6-fast" | "claude-opus-4.6-1m" | "claude-opus-4.5" | "claude-sonnet-4" | "goldeneye" | "gpt-5.4" | "gpt-5.3-codex" | "gpt-5.2-codex" | "gpt-5.2" | "gpt-5.1" | "gpt-5.4-mini" | undefined;
|
|
29851
29851
|
};
|
|
29852
29852
|
importTime: string;
|
|
29853
29853
|
sourceFile: string;
|