Changelog

All notable changes and releases for Tiles.

0.3.1Latest

Jan 9, 2026

Alpha 4

  • Added `--relay-count` or `-r` flag to `tiles run` command
    • Useful if model get stuck while chatting
  • CLI now shows progress status while downloading models
  • Add slash commands and placeholder hint to REPL
  • Added ability to set custom memory location
    • Use `tiles memory set-path <PATH>` anytime to change the memory location
    • Will ask for the custom location on `tiles run` first time
  • Minor refactoring
0.3.0

Jan 6, 2026

Alpha 3

  • fix: tiles binary server startup issue, if binary executed from directory other than the project directory
  • fix: Model not getting unloaded after exiting REPL
  • fix: py version to 3.13 for development
  • Linux compatibility
    • Dev version works in Linux, enabling local model inference experiments there
  • Basic refactoring for implementing multiple inference runtimes
0.2.0

Dec 20, 2025

Alpha 2

  • Added server commands
  • Streaming support with thinking tokens in the CLI
  • feat: auto downloading model given in modelfile
0.1.0Pre-release

Nov 1, 2025

Alpha 1

  • Initial CLI release