Commit 236ac94
fix: add missing onPermissionRequest to all scenario tests
Scenarios were created before PR #554 required permission handlers on
session creation. Add approve_all / ApproveAll / PermissionHandler to
all ~100 scenario test files across TypeScript, Python, Go, and C#.
Co-authored-by: Copilot <[email protected]>1 parent f7fe4c1 commit 236ac94
File tree
99 files changed
+156
-86
lines changed- test/scenarios
- auth
- byok-anthropic
- csharp
- go
- python
- typescript/src
- byok-azure
- csharp
- go
- python
- typescript/src
- byok-ollama
- csharp
- go
- python
- typescript/src
- byok-openai
- csharp
- go
- python
- typescript/src
- gh-app
- csharp
- go
- python
- typescript/src
- bundling
- app-backend-to-server
- csharp
- go
- python
- typescript/src
- app-direct-server
- csharp
- go
- python
- typescript/src
- container-proxy
- csharp
- go
- python
- typescript/src
- fully-bundled
- csharp
- go
- python
- typescript/src
- modes
- default
- csharp
- go
- python
- typescript/src
- minimal
- csharp
- go
- python
- typescript/src
- prompts
- attachments
- csharp
- go
- python
- typescript/src
- reasoning-effort
- csharp
- go
- python
- typescript/src
- system-message
- csharp
- go
- python
- typescript/src
- sessions
- concurrent-sessions
- csharp
- go
- python
- typescript/src
- infinite-sessions
- csharp
- go
- python
- typescript/src
- session-resume
- python
- typescript/src
- streaming
- csharp
- go
- python
- typescript/src
- tools
- custom-agents
- csharp
- go
- python
- typescript/src
- mcp-servers
- csharp
- go
- python
- typescript/src
- no-tools
- csharp
- go
- python
- typescript/src
- tool-filtering
- csharp
- go
- python
- typescript/src
- tool-overrides/go
- transport
- reconnect
- csharp
- go
- python
- typescript/src
- stdio
- csharp
- go
- python
- typescript/src
- tcp
- csharp
- go
- python
- typescript/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
99 files changed
+156
-86
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments