Skip to content

0.4.12

Choose a tag to compare

@madclaws madclaws released this 15 Jun 18:21
· 20 commits to main since this release

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.

Changed

  • Changed tiles server command to tiles inference with a newly added sub-command run-background which 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

Full Changelog: 0.4.11...0.4.12