Commit 72612fc
committed
fix(agent): initialize plugins before resolving config
Plugin config() hooks can mutate the agent registry. Agent.Service
was snapshotting config before plugin init ran on early entry points
like GET /agent, so plugin-provided agents were missing in the TUI
agent picker after upgrading to v1.14.32.
Re-submission of #25440 (auto-closed by template bot) with proper PR
template. Original fix by @quangtran88.1 parent 05b82a6 commit 72612fc
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
80 | 84 | | |
81 | 85 | | |
82 | 86 | | |
| |||
0 commit comments