Commit 3476fd1
Port AOT-safe SetForegroundSessionRequest and COPILOT_HOME env var from reference implementation
- Add SetForegroundSessionRequest record in json package for typed serialization
- Update setForegroundSessionId() to use SetForegroundSessionRequest instead of Map.of()
(port of c63feb2: fix(dotnet): Add AOT-safe SetForegroundSessionRequest)
- Add COPILOT_HOME env variable to E2ETestContext.getEnvironment()
(port of test harness fix from E2ETestContext.cs)
Co-authored-by: edburns <75821+edburns@users.noreply.github.com>1 parent e04c24e commit 3476fd1
3 files changed
Lines changed: 30 additions & 12 deletions
File tree
- src
- main/java/com/github/copilot/sdk
- json
- test/java/com/github/copilot/sdk
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
747 | | - | |
748 | | - | |
749 | | - | |
750 | | - | |
751 | | - | |
752 | | - | |
753 | | - | |
754 | | - | |
755 | | - | |
756 | | - | |
757 | | - | |
758 | | - | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
759 | 756 | | |
760 | 757 | | |
761 | 758 | | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
252 | 253 | | |
253 | 254 | | |
254 | 255 | | |
| |||
0 commit comments