Changelog

All notable changes, improvements, and fixes to Btelo Coding.

v1.3.162026-04-25

Fixes a rare chat corruption when interrupting an AI mid-reply, and moves stream debug logs out of /tmp.

Bug Fixes

  • Sending a follow-up message while the AI was still streaming could occasionally clobber the new reply with leftover content from the interrupted turn, leaving the chat with duplicated or out-of-order messages. The interrupted turn now bows out cleanly.

Improvements

  • Stream debug logs (stream-debug.log, stream-raw.log) now live alongside the agent's other logs instead of /tmp, so they survive reboots and are easier to find when investigating an issue.
v1.3.152026-04-25

Smoother chat during long AI replies, plus a friendlier homepage install hint.

Improvements

  • Long streaming AI replies no longer pin the iOS app's CPU — chat scrolls and stays responsive even on Apple Silicon Macs running the iOS app.
  • Homepage hero now has a one-click OS toggle for the install command, and the docs sidebar order is easier to scan.
v1.3.142026-04-24

Smarter provider controls, Mac install path, and a more flexible Resume by ID flow.

What's New

  • Model and effort pickers now auto-discover what your locally installed Claude and Codex CLIs actually support, so newly released models show up without waiting for an app update.
  • A free-text "Custom model" / "Custom effort" input is always available, letting you type any model name the CLI accepts even if it isn't in the suggestion chips.
  • New "iOS on Mac" page on the website explaining how to install Btelo Coding on Apple Silicon Macs straight from the App Store, plus a dedicated Mac card on the Download page alongside iOS and CLI.

Improvements

  • Resume by ID now accepts paste from any provider (Claude, Codex, Copilot, OpenCode, Gemini) with a clearer multi-line example placeholder.
  • Added "Copy Session ID" in the session menu so it's easier to hand a session off across devices or providers.
  • Homepage rebuilt with cleaner iOS and Mac install hints in place of the auto-scrolling marquee.
  • Tightened message list spacing and session detail menu behavior; refreshed translations across all supported languages.
v1.3.132026-04-21

New outgoing logs panel and quality improvements across sessions and connectivity.

What's New

  • Added an Outgoing Logs panel on the Agent home screen, showing what data is sent from your device for full transparency.

Improvements

  • Improved session detail and grouped session views with smoother event handling and more reliable action handling.
  • More robust WebSocket and API client behavior for steadier connectivity.
  • Updated translations across all supported languages to cover the new logs feature.
v1.3.122026-04-20

Voice input in the Shepherd auto-reply and Cron creation screens now uses the modern waveform animation and reliably appends transcripts.

Improvements

  • The voice dictation button in the Shepherd auto-reply prompt and the Cron creation form now shows the same animated waveform as the main chat, instead of the older red mic indicator.
  • The Shepherd prompt screen has been redesigned so the voice mic button is fully tappable and no longer clipped.

Bug Fixes

  • Fixed an issue where tapping stop in voice dictation on these screens could show an error and leave your input field empty instead of inserting the transcript.