Skip to content

CyberCode v1.1.20

Choose a tag to compare

@github-actions github-actions released this 08 Aug 17:48
· 4 commits to main since this release

CyberCode v1.1.20

Highlights

  • Publishes a cached follow-up into the conversation immediately when the user chooses Join task, while removing it from the cache bar in the same interaction.
  • Cleans invisible and pathological whitespace from copied thinking content without flattening normal paragraphs or code indentation.
  • Stops completed Agent launch receipts from continuing to show a running shimmer after the assistant turn has ended.

Conversation Experience

  • Uses an optimistic, atomic update for immediate steering: the current assistant text is finalized first, then the new user message appears in the correct timeline position with its images and files intact.
  • Keeps delivery tracking internal so queued work still blocks premature completion sounds without leaving a visible cache row behind.
  • Prevents queued and processing acknowledgements from restoring the cache row or creating duplicate user bubbles.
  • Restores a rejected message to the cache as a retryable failure and removes the optimistic bubble when the server explicitly refuses delivery.
  • Preserves compatibility with older sessions that only receive the final steering acknowledgement.

Thinking And Tool Activity

  • Normalizes isolated carriage returns, Unicode spaces, zero-width characters, repeated blank lines, and abnormally long space runs before thinking text is displayed or copied.
  • Preserves meaningful paragraph breaks and ordinary code indentation in thinking details.
  • Treats an Agent launch receipt as active only while its assistant turn is genuinely active, removing stale running highlights once the turn finishes.

Verification

  • Desktop test suite: 130 files and 1,023 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.