Commit f160865
Fix Rust e2e compile errors and Python import order for 1.0.76-2
The Rust e2e suite only builds with `--features test-support`, so two more
1.0.76-2 field additions were missed: `include_ephemeral` on
`EventLogReadRequest` and `defer_if_model_change_queued` on
`ModelSwitchToRequest`. Also restores alphabetical import order in the
Python commands e2e test after the `SessionCommandsListRequest` rename.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 72193c60-62cd-459b-a6f3-4b2798a7eb4b1 parent 7287bae commit f160865
3 files changed
Lines changed: 5 additions & 1 deletion
File tree
- python/e2e
- rust/tests/e2e
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
172 | 174 | | |
173 | 175 | | |
174 | 176 | | |
| 177 | + | |
175 | 178 | | |
176 | 179 | | |
177 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| 318 | + | |
318 | 319 | | |
319 | 320 | | |
320 | 321 | | |
| |||
0 commit comments