Skip to content

v0.9.90 — Fix the dropped first prompt in new sessions

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jun 15:15
· 6 commits to main since this release
8f19599

Fixed

  • The first message in a new session now runs reliably. Previously the very first prompt in a brand-new project could silently do nothing, leaving you to send it again. A new session briefly restarts the agent runtime to load its configuration, and the first message was being sent into that restart window and dropped. The first message now waits for the runtime to be ready before it's sent, so it lands on the first try.

What's Changed

  • chore(release): VERSION → 0.9.90 [skip ci] by @github-actions[bot] in #3977
  • refactor(customize): improve customize panel by @sutharjay1 in #3687
  • chore(dev-eks): deploy gateway dev-6388a7ac [skip ci] by @github-actions[bot] in #3978
  • chore(dev-eks): deploy dev-6388a7ac [skip ci] by @github-actions[bot] in #3979
  • feat(meet): Meetings notetaker channel (Recall.ai) — join, transcribe, converse, speak, auto-recap by @lillyboga in #3980
  • chore(dev-eks): deploy gateway dev-b06d2801 [skip ci] by @github-actions[bot] in #3981
  • chore(dev-eks): deploy dev-b06d2801 [skip ci] by @github-actions[bot] in #3982
  • fix(meet): materialize kortix_meet connector when the Meetings flag is toggled on by @lillyboga in #3983
  • chore(dev-eks): deploy dev-1c31648e [skip ci] by @github-actions[bot] in #3986
  • fix(meet): half-duplex guard against the bot's own speech echoing back by @lillyboga in #3987
  • chore(dev-eks): deploy dev-30d10b4f [skip ci] by @github-actions[bot] in #3988
  • fix(qa-portal): stream reports from S3, end the disk-fill crashloop (qa.kortix.com 503) by @lillyboga in #3990
  • fix(qa-portal): supply gateway S3 creds via sidecar file (fix report 404s) by @lillyboga in #3991
  • refactor(customize): enhance gateway ui by @sutharjay1 in #3984
  • Feat/iam rbac v1 by @Ino-Bagaric in #3732
  • enhance command palette ui ux by @sutharjay1 in #3985

Full Changelog: v0.9.89...v0.9.90