Commit 0458999
refactor: simplify permission request code after review
- Remove hasResult alias, use hasToolResult directly
- Collapse config/resolvedConfig/activeConfig triple to single lookup
- Remove redundant hasattr/isinstance guards on ToolCallEndEvent
- Use getattr for placeholder ID checks
- Clear _permission_worker in bridge finally block (prevent GC leak)
- Remove dead description initializer
- Add PermissionRequest to use-agent-status.ts waiting_input detection
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent bfcd54e commit 0458999
5 files changed
Lines changed: 18 additions & 18 deletions
File tree
- components
- frontend/src
- components/session
- hooks
- runners/ambient-runner
- ag_ui_claude_sdk
- ambient_runner/bridges/claude
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
| |||
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
55 | | - | |
| 53 | + | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 95 | + | |
98 | 96 | | |
99 | 97 | | |
100 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | | - | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
321 | 320 | | |
322 | 321 | | |
323 | 322 | | |
| |||
964 | 963 | | |
965 | 964 | | |
966 | 965 | | |
967 | | - | |
| 966 | + | |
968 | 967 | | |
969 | | - | |
| 968 | + | |
970 | 969 | | |
971 | 970 | | |
972 | 971 | | |
973 | 972 | | |
974 | | - | |
975 | | - | |
976 | | - | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
977 | 976 | | |
978 | 977 | | |
979 | | - | |
980 | | - | |
981 | 978 | | |
982 | 979 | | |
983 | 980 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
236 | 239 | | |
237 | 240 | | |
238 | 241 | | |
| |||
0 commit comments