Skip to content

Releases: Arthur742Ramos/copilot-api-rust

v1.14.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 03:46
62b297c
v1.14.0 - Agentic web search and hardened non-GUI support

Adds improved Claude Code model discovery, hardened provider and credential contracts, secure local storage, normalized Responses terminal IDs, and agentic web search support.

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 04:49
5851697

Highlights

  • Added local OpenAI-compatible Files API support and native Images API forwarding.
  • Expanded Claude Code and Codex compatibility across Messages, Responses, streaming, and proxy transports.
  • Improved admission control, retry behavior, concurrency handling, token tracking, and request/stream latency.
  • Adopted the attribution-free 0BSD license and refreshed the project documentation.

What's Changed

Full Changelog: v1.12.8...v1.13.0

v1.12.8

Choose a tag to compare

@github-actions github-actions released this 19 Jun 20:48
v1.12.8 — audit correctness fixes (#84) + hot-path perf (#85)

v1.12.7

Choose a tag to compare

@github-actions github-actions released this 19 Jun 18:03
d28a472
v1.12.7: tolerate JSON null in Responses upstream fields (#83)

v1.12.6

Choose a tag to compare

@github-actions github-actions released this 18 Jun 22:30
1ac383f
Release v1.12.6: audit-log resolved reasoning effort (re-tag with cra…

v1.12.5

Choose a tag to compare

@github-actions github-actions released this 18 Jun 16:50
Add `copilot-api update` self-update subcommand

Lets users upgrade a release binary in place: queries the latest GitHub
release, compares against the running version, and atomically swaps the
running executable with the platform asset via the self-replace crate.
Defaults to a confirmation prompt; --yes skips it and --check dry-runs.
Reuses the shared rustls HTTP client and asset names from release.yml.