(updates: SessionNotification[])
| 120 | ]) |
| 121 | |
| 122 | const connection = (updates: SessionNotification[]) => ({ |
| 123 | sessionUpdate(params: SessionNotification) { |
| 124 | updates.push(params) |
| 125 | return Promise.resolve() |
| 126 | }, |
| 127 | }) |
| 128 | |
| 129 | describe("acp usage", () => { |
| 130 | test("builds ACP Usage from assistant token shape", () => { |