Commit 3ebf988
Port model field to CustomAgentConfig from reference implementation
Adds the 'model' property to CustomAgentConfig, allowing per-agent model
selection (e.g. 'claude-haiku-4.5'). When set, the runtime will use this
model for the agent, falling back to the parent session model if unavailable.
Ports d0eb531 from github/copilot-sdk (#1309).
Co-authored-by: edburns <75821+edburns@users.noreply.github.com>1 parent bb8af28 commit 3ebf988
1 file changed
Lines changed: 28 additions & 0 deletions
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
255 | 258 | | |
256 | 259 | | |
257 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
258 | 286 | | |
0 commit comments