Skip to content

Releases: tilesprivacy/tiles

0.4.4

15 Mar 23:45

Choose a tag to compare

What's Changed

Added

  • Added a core daemon process which will be useful for handling background processes in #102.
    • Use tiles daemon stop and tiles daemon start for starting and stopping the daemon explicitly.
      NOTE: daemon will auto-start when you run tiles.
  • Added support for fully offline/portable installer in #97

Full Changelog: 0.4.3...0.4.4

0.4.3

08 Mar 18:14

Choose a tag to compare

What's Changed

Added

  • Chats are now persisted using sqlite underneath by @madclaws in #94
  • Release artifacts will have .pkg bundle too for easy installs by @madclaws in #96
    • NOTE: remove the old tiles binary from /.local/bin if its there, as newer installation path is /usr/local/bin

Changed

  • Inference enhancements by @madclaws in #95
    • Support for non-harmony response models
    • Supports turn conversation with the model

Fixed

  • fixed venvstack generating multiple app-server tar on build by @madclaws in #93

Full Changelog: 0.4.2...0.4.3

0.4.2

01 Mar 18:41
49b74d6

Choose a tag to compare

What's Changed

[0.4.2] - 2026-03-01

Added

  • Added FTUE changes for account setup in #88
  • Added OTA updater in #89
    • Supports auto update checking and installing
    • Use tiles update for updating Tiles CLI manually

Changed

  • Integrated Harmony renderer for gpt-oss model in #92

Fixed

  • fix: Added path unavailability warning during installation in #90
  • coverage patch-1 in #91

Full Changelog: 0.4.1...0.4.2

0.4.0

04 Feb 12:56
138f1df

Choose a tag to compare

What's Changed

Tiles 0.4.0

  • Implemented a portable Python runtime in the installer by @madclaws in #75
    • Tiles can now be installed without any system Python or other system dependencies.
  • Bundled default Modelfiles and now read the system prompt directly from the Modelfile by @madclaws in #76
    • Default Modelfiles are bundled directly with the Tiles installer.
  • feat: Added support for gpt-oss-20b in interactive chat by @madclaws in #79
    • gpt-oss-20b is supported and used as the default model for non-memory chat.
  • Added basic support for the Open Responses API (/v1/responses) and REST endpoints by @madclaws in #82.
  • Added token metrics for model responses in the REPL.
  • Added the -m flag to tiles run to execute Tiles in memory mode. This is an experimental feature.

Tilekit 0.2.0

  • feat: Added the optimize subcommand for automatic SYSTEM prompt optimization using DSRs (#45) by @bxff in #61
    • tiles optimize <Modelfile> updates the Modelfile’s system prompt using server based LLMs as optimizer models.

New Contributors

  • @bxff made their first contribution in #61

Full Changelog: 0.3.1...0.4.0

0.4.0-rc.1

21 Jan 10:59

Choose a tag to compare

0.4.0-rc.1 Pre-release
Pre-release
  • Portable Python runtime bundled in the installer using venvstacks

0.3.1

09 Jan 21:09
0a62b97

Choose a tag to compare

What's Changed

  • Added --relay-count or -r flag to tiles run command by @kshitijgetsac in #35
    • Useful if model get stuck while chatting.
  • CLI now shows progress status while downloading models by @madclaws in #38
  • Add slash commands and placeholder hint to REPL by @kshitijgetsac in #42
  • Added ability to set custom memory location by @madclaws in #40
    • 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 by @madclaws in #46

New Contributors

Full Changelog: 0.3.0...0.3.1

0.3.0

06 Jan 07:55

Choose a tag to compare

What's Changed

Tiles CLI

  • fix: tiles binary server startup issue, if binary executed from directory other than the project directory .
  • fix: Model not getting unloaded after exiting REPL.

Dev

  • fix: py version to 3.13 for development by @madclaws in #32
  • Linux compatibility by @madclaws in #30
    • Dev version works in Linux, enabling local model inference experiments there.
  • Basic refactoring wrto multiple runtime supports 89dbebf

Full Changelog: 0.2.0...0.3.0

0.2.0

20 Dec 11:26

Choose a tag to compare

What's Changed

  • Added server commands by @madclaws in #9
  • Streaming support with thinking tokens in the CLI by @madclaws in #15
  • feat: auto downloading model given in modelfile by @madclaws in #16

Full Changelog: 0.1.0...0.2.0

0.1.0

01 Nov 16:01
95f71ca

Choose a tag to compare

0.1.0 Pre-release
Pre-release
  • Initial CLI release