Commit 47ec0b3
committed
Fix CI failures: Python formatting and Node.js session test assertion
- Fix Python copilot/client.py ruff format check by collapsing
get_session_metadata method signature and request call to single lines
- Fix Node.js session.test.ts assertion to check first message only,
since CLI 1.0.11 now emits session.custom_agents_updated after
session.start (matching the same fix needed on main)1 parent 2b3cc49 commit 47ec0b3
2 files changed
Lines changed: 7 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1643 | 1643 | | |
1644 | 1644 | | |
1645 | 1645 | | |
1646 | | - | |
1647 | | - | |
1648 | | - | |
| 1646 | + | |
1649 | 1647 | | |
1650 | 1648 | | |
1651 | 1649 | | |
| |||
1669 | 1667 | | |
1670 | 1668 | | |
1671 | 1669 | | |
1672 | | - | |
1673 | | - | |
1674 | | - | |
| 1670 | + | |
1675 | 1671 | | |
1676 | 1672 | | |
1677 | 1673 | | |
| |||
0 commit comments