Releases: tilesprivacy/tiles
Releases · tilesprivacy/tiles
0.4.4
What's Changed
Added
- Added a core daemon process which will be useful for handling background processes in #102.
- Use
tiles daemon stopandtiles daemon startfor starting and stopping the daemon explicitly.
NOTE: daemon will auto-start when you runtiles.
- Use
- Added support for fully offline/portable installer in #97
Full Changelog: 0.4.3...0.4.4
0.4.3
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/binif its there, as newer installation path is/usr/local/bin
- NOTE: remove the old tiles binary from
Changed
- Inference enhancements by @madclaws in #95
- Support for non-harmony response models
- Supports turn conversation with the model
Fixed
Full Changelog: 0.4.2...0.4.3
0.4.2
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 updatefor updating Tiles CLI manually
Changed
- Integrated Harmony renderer for gpt-oss model in #92
Fixed
Full Changelog: 0.4.1...0.4.2
0.4.0
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
-mflag totiles runto execute Tiles in memory mode. This is an experimental feature.
Tilekit 0.2.0
- feat: Added the
optimizesubcommand for automatic SYSTEM prompt optimization using DSRs (#45) by @bxff in #61tiles optimize <Modelfile>updates the Modelfile’s system prompt using server based LLMs as optimizer models.
New Contributors
Full Changelog: 0.3.1...0.4.0
0.4.0-rc.1
- Portable Python runtime bundled in the installer using venvstacks
0.3.1
What's Changed
- Added
--relay-countor-rflag totiles runcommand 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 runfirst time.
- Use
- Minor refactoring by @madclaws in #46
New Contributors
- @kshitijgetsac made their first contribution in #35
Full Changelog: 0.3.0...0.3.1
0.3.0
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