Skip to content

Tags: gfly01/copilot-sdk

Tags

v0.1.23

Toggle v0.1.23's commit message
Use gopls from path. ${HOME} isn't valid cross-platform, plus there's…

… no reason to rely on it being at that exact path.

v0.1.23-preview.1

Toggle v0.1.23-preview.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix .NET SDK package; ensure no auto update (github#392)

* Fix .NET SDK package missing props file

The _GenerateVersionProps target was running BeforeTargets=BeforeBuild,
but dotnet pack evaluates ItemGroup wildcards before targets run.
This meant the generated .props file wasn't being included in the package.

Fixed by:
1. Adding Pack to BeforeTargets so the target runs before packing
2. Explicitly adding the props file to pack content inside the target
3. Changing the static ItemGroup to only include the .targets file

* Pass --no-auto-update to CLI across all SDKs

Prevents the CLI from auto-updating itself, ensuring the version bundled
with the SDK is the version that runs.

v0.1.23-preview.0

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Run SDK tests on push to main branch (github#390)

go/v0.1.23

Toggle go/v0.1.23's commit message
Use gopls from path. ${HOME} isn't valid cross-platform, plus there's…

… no reason to rely on it being at that exact path.

go/v0.1.23-preview.1

Toggle go/v0.1.23-preview.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix .NET SDK package; ensure no auto update (github#392)

* Fix .NET SDK package missing props file

The _GenerateVersionProps target was running BeforeTargets=BeforeBuild,
but dotnet pack evaluates ItemGroup wildcards before targets run.
This meant the generated .props file wasn't being included in the package.

Fixed by:
1. Adding Pack to BeforeTargets so the target runs before packing
2. Explicitly adding the props file to pack content inside the target
3. Changing the static ItemGroup to only include the .targets file

* Pass --no-auto-update to CLI across all SDKs

Prevents the CLI from auto-updating itself, ensuring the version bundled
with the SDK is the version that runs.

go/v0.1.23-preview.0

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Run SDK tests on push to main branch (github#390)

v0.1.22

Toggle v0.1.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add missing options to ResumeSessionConfig for parity with create (gi…

…thub#376)

* Add missing options to ResumeSessionConfig for parity with create

- Add model, systemMessage, availableTools, excludedTools, configDir,
  and infiniteSessions to resume session config in all SDKs
- Update client implementations to pass new options to server
- Add "Resume Options" documentation section
- Bump @github/copilot dependency to ^0.0.403

* Update python/copilot/client.py

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

* fix lint

---------

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

go/v0.1.22

Toggle go/v0.1.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add missing options to ResumeSessionConfig for parity with create (gi…

…thub#376)

* Add missing options to ResumeSessionConfig for parity with create

- Add model, systemMessage, availableTools, excludedTools, configDir,
  and infiniteSessions to resume session config in all SDKs
- Update client implementations to pass new options to server
- Add "Resume Options" documentation section
- Bump @github/copilot dependency to ^0.0.403

* Update python/copilot/client.py

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

* fix lint

---------

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

v0.1.21

Toggle v0.1.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Copilot to 0.0.402 (github#348)

go/v0.1.21

Toggle go/v0.1.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Copilot to 0.0.402 (github#348)