Skip to content

Tags: aaronpowell/copilot-sdk

Tags

v0.1.15-preview.0

Toggle v0.1.15-preview.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update client.ts (github#56)

Fixes github#51

go/v0.1.15-preview.0

Toggle go/v0.1.15-preview.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update client.ts (github#56)

Fixes github#51

v0.1.14

Toggle v0.1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix JSON-RPC pipe reads >64KB by handling short reads (github#31)

* Initial plan

* Fix JSON-RPC read failures with large payloads (>64KB)

- Add _read_exact() method to handle short reads from pipes
- Update _read_message() to use _read_exact() for reliable large payload handling
- Add comprehensive unit tests for short read scenarios and large payloads

Co-authored-by: SteveSandersonMS <1101362+SteveSandersonMS@users.noreply.github.com>

* Fix slice notation spacing for consistency

Co-authored-by: SteveSandersonMS <1101362+SteveSandersonMS@users.noreply.github.com>

* Run Python formatter on test_jsonrpc.py

Co-authored-by: SteveSandersonMS <1101362+SteveSandersonMS@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: SteveSandersonMS <1101362+SteveSandersonMS@users.noreply.github.com>

go/v0.1.14

Toggle go/v0.1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix JSON-RPC pipe reads >64KB by handling short reads (github#31)

* Initial plan

* Fix JSON-RPC read failures with large payloads (>64KB)

- Add _read_exact() method to handle short reads from pipes
- Update _read_message() to use _read_exact() for reliable large payload handling
- Add comprehensive unit tests for short read scenarios and large payloads

Co-authored-by: SteveSandersonMS <1101362+SteveSandersonMS@users.noreply.github.com>

* Fix slice notation spacing for consistency

Co-authored-by: SteveSandersonMS <1101362+SteveSandersonMS@users.noreply.github.com>

* Run Python formatter on test_jsonrpc.py

Co-authored-by: SteveSandersonMS <1101362+SteveSandersonMS@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: SteveSandersonMS <1101362+SteveSandersonMS@users.noreply.github.com>

v0.1.13

Toggle v0.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix StreamJsonRpc dependency to be transitive for consumers (github#37)

v0.1.13-preview.0

Toggle v0.1.13-preview.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add session event subscription tests for all SDKs (github#16)

* Add session event subscription tests for all SDKs

- Rename .NET test from Should_SessionEvt_Subscribed to Should_Receive_Session_Events
- Add equivalent tests for Node.js, Python, and Go SDKs
- Add shared snapshot file for test replay

* Update session event tests to assert response content

- Change prompt to 'What is 100+200?'
- Assert assistant response contains '300'
- Regenerate snapshot file

* Fix formatting in session.test.ts

v0.1.12

Toggle v0.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix ERR_MODULE_NOT_FOUND by codegen sdkProtocolVersion.ts (github#10)

* Initial plan

* Fix module import error by generating sdkProtocolVersion.ts from JSON

Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>

* Address code review feedback - update comments and regenerate files

Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>

* Restore package.json version to 0.1.8

Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>

v0.1.11

Toggle v0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix issue-triage workflow to add labels via add-labels safe-output (g…

…ithub#6)

* Initial plan

* Add add-labels safe-output to issue-triage workflow

Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>

v0.1.10

Toggle v0.1.10's commit message
Initial commit