Skip to content

Runora v2.1.3 - Integrated Terminal Chat Playground

Choose a tag to compare

@BIJJUDAMA BIJJUDAMA released this 24 Aug 16:31
· 5 commits to main since this release

Runora v2.1.3 - Integrated Terminal Chat Playground & Updater Fixes

Added

  • [7] Chat Playground: Direct conversational playground inside the terminal without external clients or curl.
  • SSE Token Streaming: Real-time token streaming with live throughput telemetry (tokens/sec) and prompt/generation counting.
  • 3-Layer Hybrid Context Compaction:
    • Layer 1: System prompt (never compacted).
    • Layer 2: Compaction Checkpoints summary stack.
    • Layer 3: Recent verbatim tail (20% context budget).
    • On-demand ([K]) and automatic (>85% pressure) history compaction with lossless original message preservation on disk.
  • Multiple Named Sessions: Conversation histories saved atomically under the user data directory with create ([N]), delete ([D]), and rename ([R]) controls.
  • Parameters Overlay ([P]): Dynamic tuning of Temperature, Top-P, Top-K, and Context Size.
  • Inline Model Launcher: Seamless launcher displayed when entering Chat without an active server.
  • Clipboard Extraction ([C]): Instantaneous copy of assistant answers to clipboard.
  • Multiline Prompts: Full textarea editing with Enter to send and Ctrl+Enter for newlines.

Fixed

  • Windows Self-Updater Asset Matching: Fixed a bug where darwin release packages matched the win substring token, causing macOS binaries to be downloaded on Windows.
  • Platform Classifiers: Added strict OS discrimination (isWindowsAsset, isDarwinAsset, isLinuxAsset) ensuring exact OS and architecture matching.
  • Target Executable Resolution: Enhanced executable path resolution to locate and upgrade the true binary in system PATH (%USERPROFILE%\go\bin\runora.exe).