Skip to content

Tags: devdoshi/copilot-sdk

Tags

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