0.4.12
What's Changed
Added
-
Added full support for Linux. Model Inference(llama.cpp), keychain management, Installer etc by @PrimalPimmy #138.
-
Added UCAN based capability tokens for authorization in p2p syncing, thus replacing the need for synchronous peer linking #154
- Added two new sub commands under
tiles link.tiles link create-token <DID>, which creates a UCAN token for the DID.tiles link add-token <token>, adds a given UCAN token to local DB for further use in in syncing.
- Added two new sub commands under
Changed
- Changed
tiles servercommand totiles inferencewith a newly added sub-commandrun-backgroundwhich takes a boolean value. If true, closing the Tiles repl won't close the inference #156, #157. - Added extra metadata regarding tool and the arguments used in a tool-call to the session records, thus can be seen in Tiles sessions hosted in ATproto PDS #155.
New Contributors
- @PrimalPimmy made their first contribution in #138
Full Changelog: 0.4.11...0.4.12