Skip to content

Tags: fv121/copilot-sdk

Tags

v1.0.0

Toggle v1.0.0's commit message
Revert "Temporarily use beta versions for "latest" dist-tag (github#1283

)"

This reverts commit 4e3dc73.

rust/v1.0.0

Toggle rust/v1.0.0's commit message
Revert "Temporarily use beta versions for "latest" dist-tag (github#1283

)"

This reverts commit 4e3dc73.

java/v1.0.0

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

java/v1.0.0-beta-12-java.1

Toggle java/v1.0.0-beta-12-java.1's commit message
[maven-release-plugin] copy for tag java/v1.0.0-beta-12-java.1

go/v1.0.0

Toggle go/v1.0.0's commit message
Revert "Temporarily use beta versions for "latest" dist-tag (github#1283

)"

This reverts commit 4e3dc73.

v1.0.0-beta.12

Toggle v1.0.0-beta.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
go: preserve tri-state session flags (github#1536)

rust/v1.0.0-beta.12

Toggle rust/v1.0.0-beta.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
go: preserve tri-state session flags (github#1536)

go/v1.0.0-beta.12

Toggle go/v1.0.0-beta.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
go: preserve tri-state session flags (github#1536)

java/v1.0.0-beta-10-java.5

Toggle java/v1.0.0-beta-10-java.5's commit message
[maven-release-plugin] copy for tag java/v1.0.0-beta-10-java.5

v1.0.0-beta.10

Toggle v1.0.0-beta.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Expose install_bundled_cli and HAS_BUNDLED_CLI (github#1489)

Lift embeddedcli::path() to a stable public surface so health checks,
diagnostics, and version probes can reach the bundled CLI without
spinning up a Client. Returns the same path Client::start resolves to
for CliProgram::Resolve with no COPILOT_CLI_PATH or extract_dir
override. Returns None when bundled-cli is off or the target is
unsupported (no fallback to the dev-cache path).

HAS_BUNDLED_CLI is a const so callers can branch on bundling presence
without forcing extraction.

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