Commit 162030b
Fix version drift between pom.xml and scripts/codegen/package.json
The sync-codegen-version.sh script used `npm install` which normalizes
semver ranges, stripping prerelease suffixes (e.g. ^1.0.43-0 → ^1.0.43).
Fix by writing the version directly into package.json before running
npm install, matching how sync-cli-version-from-reference-impl.sh
updates pom.xml.
Also fix CapiProxy inconsistent state: defer proxyUrl assignment until
after metadata parsing succeeds.
Agent-Logs-Url: https://github.com/github/copilot-sdk-java/sessions/243ea08c-366e-4ac4-bdb6-939a59a1e755
Co-authored-by: edburns <75821+edburns@users.noreply.github.com>1 parent 33c3635 commit 162030b
4 files changed
Lines changed: 16 additions & 6 deletions
File tree
- .github/scripts/reference-impl-sync
- scripts/codegen
- src/test/java/com/github/copilot/sdk
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
71 | 79 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
| |||
0 commit comments