Commit fdc9f0a
chore: upgrade and recompile all workflows to gh-aw v0.69.2 (#2144)
* chore: upgrade and recompile all workflows to gh-aw v0.69.2
- Upgrade gh-aw/actions/setup v0.68.7 → v0.69.2
- Upgrade gh-aw-actions/setup v0.68.7 → v0.69.2
- Upgrade gh-aw-actions/setup-cli v0.68.7 → v0.69.2
- Upgrade actions/github-script v8 → v9.0.0
- Recompile all 29 workflow lock files
- Post-process smoke/build-test lock files
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* chore: bump mcpg to v0.2.29 in smoke-claude, smoke-codex, smoke-copilot
Set sandbox.mcp.version: v0.2.29 in frontmatter to test the GraphQL
fix for gh pr list / gh issue list via the CLI proxy.
Disables strict mode in these three workflows to allow the
sandbox.mcp.version field (internal implementation detail).
Tracking issue: github/gh-aw-mcpg#4276
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: correct double-indentation of [shell_environment_policy] in Codex config.toml
The postprocess script had an extra ${indent} before $3 in the replacement
string, but $3 already captures the indent prefix. This caused
[shell_environment_policy] to be double-indented (20 spaces instead of 10).
Fix: remove the redundant ${indent} from the replacement string.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: use custom openai-proxy provider to disable WebSocket in Codex config.toml
The built-in 'openai' provider ID is reserved in Codex and cannot be overridden
via [model_providers.openai] — Codex requires a 'name' field and treats it as a
custom provider definition, causing 'Error loading config.toml: missing field
`name` in `model_providers.openai`'.
Fix: define a custom 'openai-proxy' provider that:
- points to the AWF api-proxy sidecar at http://172.30.0.30:10000
- sets supports_websockets=false to force REST (Codex v0.121+ ignores
OPENAI_BASE_URL for WebSocket, connecting directly to wss://api.openai.com)
- uses OPENAI_API_KEY (placeholder injected by AWF); the sidecar replaces it
with the real key before forwarding to OpenAI
Also set model_provider = "openai-proxy" to activate the custom provider.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 737a5e9 commit fdc9f0a
35 files changed
Lines changed: 1224 additions & 1134 deletions
File tree
- .github
- agents
- aw
- workflows
- scripts/ci
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments