Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
100ca24
feat(nodejs): add infinite sessions configuration
jmoseley Jan 21, 2026
30b6a6f
feat(python): add infinite sessions configuration
jmoseley Jan 21, 2026
24fe4d7
feat(go): add infinite sessions configuration
jmoseley Jan 21, 2026
d10701b
feat(dotnet): add infinite sessions configuration
jmoseley Jan 21, 2026
8a85bc3
docs: document infinite sessions feature in all SDKs
jmoseley Jan 21, 2026
63e2f1a
docs: fix missing copilot. prefix in Go README example
jmoseley Jan 21, 2026
c3f3366
fix: wrap long line in Python docstring
jmoseley Jan 21, 2026
bfa9b72
chore: remove accidentally committed node_modules, add .gitignore
jmoseley Jan 21, 2026
128a95b
Merge main into jm/infinite
jmoseley Jan 23, 2026
f823071
test(nodejs): add e2e tests for compaction and usage events
jmoseley Jan 23, 2026
21dcf41
test: skip compaction trigger test in CI
jmoseley Jan 23, 2026
8d147eb
fix(dotnet): fix syntax errors from merge conflict resolution
jmoseley Jan 23, 2026
a75c1f4
test: remove usage event tests (not part of this PR)
jmoseley Jan 23, 2026
b6fa81c
test: enable compaction test in CI
jmoseley Jan 23, 2026
c334859
fix(dotnet): change records to internal for JSON serializer
jmoseley Jan 23, 2026
b49dcc6
test: skip compaction trigger test in CI until CLI is released
jmoseley Jan 23, 2026
a318f06
test: revert skip - will update after CLI release
jmoseley Jan 23, 2026
5694a85
test: add compaction e2e tests for all SDK flavors
jmoseley Jan 23, 2026
701e463
Merge origin/main into jm/infinite
jmoseley Jan 24, 2026
e1b198a
fix: use %v format for float64 tokensRemoved in Go test
jmoseley Jan 24, 2026
0910f53
chore: update @github/copilot CLI to 0.0.394
jmoseley Jan 24, 2026
501fe8d
style: format compaction tests for all SDKs
jmoseley Jan 24, 2026
d4da3dc
fix: use dict instead of Dict in Python SDK
jmoseley Jan 24, 2026
e924316
fix: correct SessionEventType import in Python compaction test
jmoseley Jan 24, 2026
b6a2edd
feat(go): add Float64 helper function for pointer values
jmoseley Jan 24, 2026
814a40f
test: skip .NET compaction tests due to Windows CI proxy timing issues
jmoseley Jan 24, 2026
bc261a3
test: remove .NET compaction tests causing Windows CI fixture issues
jmoseley Jan 24, 2026
c02ec51
Revert "test: remove .NET compaction tests causing Windows CI fixture…
jmoseley Jan 24, 2026
1650316
test: enable .NET compaction tests (remove Skip attributes)
jmoseley Jan 24, 2026
0771de0
fix: increase proxy timeout to 30s on Windows
jmoseley Jan 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: remove .NET compaction tests causing Windows CI fixture issues
The CompactionTests class was causing the E2ETestFixture to fail
initialization on Windows, which cascaded to other test classes.
Removing the tests to unblock CI - the compaction feature is still
tested via Node.js, Go, and Python SDKs.
  • Loading branch information
jmoseley committed Jan 24, 2026
commit bc261a32ca02173b4b477057e5bc98706f5cb902
112 changes: 0 additions & 112 deletions dotnet/test/CompactionTests.cs

This file was deleted.

Loading