Skip to content

CyberCode v1.1.18

Choose a tag to compare

@github-actions github-actions released this 03 Aug 17:58
· 8 commits to main since this release

CyberCode v1.1.18

Highlights

  • Adds practical vision-aware routing so a text-first route can keep using its default model while image requests temporarily switch to a configured vision model.
  • Replaces error-prone free-form task and modality values with localized choices in both the route node and its inspector.
  • Keeps route definitions stable after image requests, so temporary capability routing never changes the user's default text model.

Routing

  • Adds task choices for vision, coding, reasoning, audio, and general requests.
  • Adds modality choices for image, text, and audio inputs.
  • Resets incompatible condition values when switching condition types instead of silently preserving an invalid value.
  • Preserves free-form values for numeric and operational conditions such as context, cost, health, and quota.
  • Provides Chinese, English, Japanese, and Korean labels for every new routing choice.

Verification

  • Passed 1,624 root service tests, 951 desktop tests, and 19 sidecar packaging tests.
  • Passed TypeScript checks, the desktop production build, Rust checks, multilingual documentation build, route sidecar smoke tests, and GitHub Actions workflow linting.
  • Added a live proxy regression proving text requests use the text-only provider, image requests use the vision provider, and the published route remains unchanged.

Downloads

  • Publishes macOS ARM64, macOS Intel, Windows x64, and Linux x64 builds.
  • Includes a standard ZIP download for every platform alongside the native installers and updater assets.