Skip to content

CyberCode v1.1.21

Choose a tag to compare

@github-actions github-actions released this 08 Aug 18:24
· 2 commits to main since this release

CyberCode v1.1.21

Highlights

  • Adds a small blue completion indicator to conversations that finish in the background.
  • Keeps the currently selected conversation free of redundant completion indicators.
  • Moves the cached follow-up bar closer to the message composer for a tighter, more natural workflow.

Background Completion Indicators

  • Marks a conversation only after its full assistant turn, tool activity, and background Agent work have genuinely settled.
  • Uses the same stable completion boundary as the completion sound, preventing premature indicators during streaming or reconnection.
  • Shows the blue indicator only when another, unselected conversation finishes.
  • Clears the indicator immediately when the conversation is selected or when the user sends or queues a new message in it.
  • Includes localized accessibility labels in Chinese, English, Japanese, and Korean.

Cached Follow-ups

  • Reduces the visual gap between the cached follow-up bar and the message composer.
  • Preserves the existing composer position and spacing when no cached follow-up is present.

Verification

  • Desktop test suite: 130 files and 1,027 tests passed.
  • TypeScript checks and the production desktop build passed.
  • Release packaging produces macOS ARM64, macOS x64, Windows x64, and Linux x64 assets, including ZIP downloads for every platform and a portable Windows ZIP.