Commit 2c7d6cf
committed
Address PR review feedback
- Revert tagging.yml and tagging.py to main (no version downgrades
or mode changes from codegen)
- Remove user_agent_agent_test.go per reviewer feedback (we don't test
other SDK-injected UA bits, no need to test this one)
- Fix govet nilness lint in workspaceClientOrPrompt: simplify needsPrompt
logic to avoid tautological/impossible nil checks after the early
return on successful auth
Co-authored-by: Isaac1 parent 217f7a0 commit 2c7d6cf
File tree
5 files changed
+18
-133
lines changed- .github/workflows
- cmd/root
- internal/genkit
5 files changed
+18
-133
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
208 | 198 | | |
209 | 199 | | |
210 | 200 | | |
211 | 201 | | |
212 | 202 | | |
213 | 203 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
218 | 207 | | |
219 | 208 | | |
220 | 209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
20 | 26 | | |
21 | | - | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
This file was deleted.
File mode changed.
0 commit comments