Commit b23b911
fix(api): Remove non-existent description field from workers endpoint
The Worker model has no 'description' field. This was causing 500 errors
on the /api/workers endpoint. Replaced with 'agent_type' and 'capabilities'
which are actual fields.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 2f61205 commit b23b911
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| |||
0 commit comments