Commit b9e1641
committed
feat(agents): AI provider setup, auth types, agent management UI
AI Provider (Settings > AI Agents):
- Provider selector: Claude Code, OpenCode, Codex
- Auth type: Subscription (OAuth token) vs API Key
- Dynamic model list from installed CLI
- Token save with encryption, smoke test
- No host ~/.claude mount, auth via env vars only
Agent management:
- Enable/disable switch on every agent card
- Edit dialog: schedule cron, deliverable, form resets on agent change
- Enter key submits form
- OpenCode CLI provider
Fixes:
- Sandbox status resolved against global setting in run detail
- Duplicate Root Cause Analysis heading stripped from PR body
- Raw stream-json filtered from error event display
- CLAUDE.md dependency rules1 parent 822ecf8 commit b9e1641
File tree
19 files changed
+1508
-115
lines changed- crates
- temps-agents/src
- ai_cli
- handlers
- sandbox
- services
- temps-core/src
- web/src
- api
- components
- agents
- autofixer
- settings
- pages
19 files changed
+1508
-115
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
0 commit comments