v0.1.16
Tempest v0.1.16
Small fix release — the Documents panel in the Knowledge Base tab was stuck on "Loading…" and the Add button did nothing. Both are fixed.
What's in this release
Fix: Documents panel stuck loading
The Knowledge Base's Documents panel calls atlas_assets with format: "json" for the list and atlas_asset_add for the Add button. Tempest 0.1.15 shipped bundled Atlas 1.3.0, which pre-dated both: atlas_assets ignored format: "json" and returned bullet-list text, so JSON.parse threw the moment the panel opened; atlas_asset_add didn't exist at all, so clicking Add came back as Unknown tool.
Bumped the bundled Atlas to 1.3.2, which has the JSON list format and the atlas_asset_add / atlas_asset_remove write tools the panel was written against. Listing works, Add works, Remove works.
Platform Support
| Platform | Status |
|---|---|
| Windows 11 (x64) | Supported. Pre-built binary available. MSI and NSIS installers. |
| macOS | Supported. Separate arm64 and x86_64 builds. |
| Linux | Supported. x86_64 and arm64 AppImage + deb. |
Windows requires WebView2 (bundled automatically when necessary).
Database Branches (from v0.1.5) additionally require Docker; without it the feature stays dormant and everything else works normally.
Atlas semantic search (from v0.1.10) downloads a ~25 MB embedding model on first opt-in.
What's next
Back to the v0.1.15 roadmap: fusing asset hits into atlas_explore, a first-run onboarding flow for attaching a docs directory, Threads polish, Hephaestus hardening across all three OSes, Automations out of beta, and keyboard-native everything.