Release v0.10.1
What's New in v0.10.1
Changed
- Default data directory migrated from
~/.uteketo~/.codecora/uteke(#773, #778) β First launch auto-migrates existing data via atomicrename(cross-device fallback: recursive copy). SetUTEKE_HOMEto override. All docs, CLI help, and config defaults updated.
Fixed
uteke upgradecommand not found (#777) βcommands::upgrademodule was private, nowpub(crate).DELETE /doc/deleteignored query string on CI runners (#777) βreq.url().query()returnedNoneon some environments; replaced withreq.uri().query()split pattern.- Windows uninstall paths in INSTALL.md (#778) β All four
~/.utekereferences now point to~/.codecora/uteke. - Clippy: redundant
&format!borrow (#778) βError::generic(&format!(β¦))βError::generic(format!(β¦)). - Test env var pollution (#778) β
uteke_hometests now save/restoreHOMEandUTEKE_HOMEto prevent parallel test race conditions.
Contributors
- @ajianaz β data dir migration with auto-migrate (#778)
- @ajianaz β fix upgrade visibility and doc delete query (#777)
π¦ Binaries
Each archive contains three binaries:
utekeβ CLI tooluteke-serveβ HTTP server daemonuteke-mcpβ MCP server (stdio + HTTP)
| Platform | File |
|---|---|
| Linux (x86_64) | uteke-x86_64-unknown-linux-gnu-v0.10.1.tar.gz |
| Linux (ARM64) | uteke-aarch64-unknown-linux-gnu-v0.10.1.tar.gz |
| macOS (Apple Silicon) | uteke-aarch64-apple-darwin-v0.10.1.tar.gz |
| Windows (x86_64) | uteke-x86_64-pc-windows-msvc-v0.10.1.zip |
π Quick Start
# Quick install (Linux / macOS)
curl -fsSL https://raw.githubusercontent.com/codecoradev/uteke/main/install.sh | sh
# Pin a specific version
UTEKE_VERSION= curl -fsSL https://raw.githubusercontent.com/codecoradev/uteke/main/install.sh | sh
# Store a memory
uteke remember "Important context" --tags project
# Recall by meaning
uteke recall "what was that context?"
# Start server for fast AI agent access
uteke-serve --port 8767Full changelog: https://github.com/codecoradev/uteke/blob/main/CHANGELOG.md