Commit e88df1b
Fix scenario tests: paths, verifications, streaming, and parallel execution
- Fix relative paths in TS package.json (43 files) and Python requirements.txt (33 files)
- Add RollForward to C# csproj files for .NET 8/10 compat
- Remove soft-pass fallbacks in verify.sh — tests now hard-fail on missing patterns
- Fix Go permissions bug (req.Kind → req.ToolName) and add ToolName to SDK type
- Fix Python/Go availableTools: empty list was omitted instead of sent as []
- Fix streaming event names (assistant.message.chunk → assistant.message_delta)
- Fix TS streaming subscription (session.on('event') → typed subscription)
- Fix Python streaming enum comparison (event.type.value)
- Add permission handlers to Go skills scenario
- Switch scenarios to claude-haiku-4.5 for faster execution
- Parallelize verify.sh with live progress bar and per-SDK status icons
- Fix parallel pip install race with pre-install and import check
- Remove go.sum files from tracking
- Remove hardcoded OAuth client ID from C# gh-app scenario
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0f6ecd3 commit e88df1b
72 files changed
Lines changed: 34 additions & 631 deletions
File tree
- test/scenarios
- auth
- byok-anthropic/go
- byok-azure/go
- byok-ollama/go
- byok-openai
- go
- gh-app
- csharp
- go
- token-sources
- csharp
- go
- python
- typescript
- src
- bundling
- app-backend-to-server
- go
- app-direct-server
- go
- container-proxy
- go
- fully-bundled
- go
- callbacks
- hooks
- go
- permissions
- go
- user-input
- go
- modes
- default
- go
- minimal
- go
- prompts
- attachments
- go
- reasoning-effort
- go
- system-message
- go
- sessions
- concurrent-sessions
- go
- infinite-sessions
- go
- session-resume
- go
- streaming
- go
- python
- typescript/src
- tools
- custom-agents
- go
- mcp-servers
- go
- no-tools
- go
- skills
- go
- tool-filtering
- go
- virtual-filesystem
- go
- transport
- reconnect
- go
- stdio
- go
- tcp
- go
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
This file was deleted.
0 commit comments