Skip to content

Tags: github/copilot-sdk

Tags

v1.0.7-preview.2

Toggle v1.0.7-preview.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rust: use native-tls for the build-time CLI download (#1964)

build/in_process.rs and build/out_of_process.rs download the Copilot CLI with
ureq, which was on the rustls (tls) feature and pulled rustls and ring into the
build. Switch ureq to native-tls and build the connector in both download paths
so the build no longer compiles rustls/ring (schannel on Windows,
Security.framework on macOS, OpenSSL on Linux).

Co-authored-by: Shivam Chawla <13963817+Shivam60@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

rust/v1.0.7-preview.2

Toggle rust/v1.0.7-preview.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rust: use native-tls for the build-time CLI download (#1964)

build/in_process.rs and build/out_of_process.rs download the Copilot CLI with
ureq, which was on the rustls (tls) feature and pulled rustls and ring into the
build. Switch ureq to native-tls and build the connector in both download paths
so the build no longer compiles rustls/ring (schannel on Windows,
Security.framework on macOS, OpenSSL on Linux).

Co-authored-by: Shivam Chawla <13963817+Shivam60@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

java/v1.0.7-preview.2

Toggle java/v1.0.7-preview.2's commit message
[maven-release-plugin] copy for tag java/v1.0.7-preview.2

go/v1.0.7-preview.2

Toggle go/v1.0.7-preview.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rust: use native-tls for the build-time CLI download (#1964)

build/in_process.rs and build/out_of_process.rs download the Copilot CLI with
ureq, which was on the rustls (tls) feature and pulled rustls and ring into the
build. Switch ureq to native-tls and build the connector in both download paths
so the build no longer compiles rustls/ring (schannel on Windows,
Security.framework on macOS, OpenSSL on Linux).

Co-authored-by: Shivam Chawla <13963817+Shivam60@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

v1.0.7-preview.1

Toggle v1.0.7-preview.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update @github/copilot to 1.0.70 (#1962)

* Update @github/copilot to 1.0.70

- Updated nodejs and test harness dependencies
- Re-ran code generators
- Formatted generated code

* Fix generated C# leading underscore names

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Stephen Toub <stoub@microsoft.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

rust/v1.0.7-preview.1

Toggle rust/v1.0.7-preview.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update @github/copilot to 1.0.70 (#1962)

* Update @github/copilot to 1.0.70

- Updated nodejs and test harness dependencies
- Re-ran code generators
- Formatted generated code

* Fix generated C# leading underscore names

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Stephen Toub <stoub@microsoft.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

java/v1.0.7-preview.1

Toggle java/v1.0.7-preview.1's commit message
[maven-release-plugin] copy for tag java/v1.0.7-preview.1

go/v1.0.7-preview.1

Toggle go/v1.0.7-preview.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update @github/copilot to 1.0.70 (#1962)

* Update @github/copilot to 1.0.70

- Updated nodejs and test harness dependencies
- Re-ran code generators
- Formatted generated code

* Fix generated C# leading underscore names

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Stephen Toub <stoub@microsoft.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

v1.0.7-preview.0

Toggle v1.0.7-preview.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update @github/copilot to 1.0.70-0 (#1954)

* Update @github/copilot to 1.0.70-0

- Updated nodejs and test harness dependencies
- Re-ran code generators
- Formatted generated code

* Fix Java test for new citations field on AssistantMessageEventData

The 1.0.70-0 update added a 'citations' component to the generated
AssistantMessageEvent.AssistantMessageEventData record, so the positional
constructor call in SessionEventHandlingTest needed an extra argument.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 75461183-93f3-4513-a504-4f755211178a

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

rust/v1.0.7-preview.0

Toggle rust/v1.0.7-preview.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update @github/copilot to 1.0.70-0 (#1954)

* Update @github/copilot to 1.0.70-0

- Updated nodejs and test harness dependencies
- Re-ran code generators
- Formatted generated code

* Fix Java test for new citations field on AssistantMessageEventData

The 1.0.70-0 update added a 'citations' component to the generated
AssistantMessageEvent.AssistantMessageEventData record, so the positional
constructor call in SessionEventHandlingTest needed an extra argument.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 75461183-93f3-4513-a504-4f755211178a

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>