Releases: runebookai/tome
Releases · runebookai/tome
Tome 0.12.5
Fixes
- Fixes issue where Tome shows Smithery MCP servers it's not capable of running.
Tome 0.12.4
Fixes
- Smithery seems to have removed their
is:local
query filter in the API,
resulting in Tome's Smithery tab being broken. - This change removes that filter
Tome 0.12.3
Fixes
- Fixes an issue with saving MCP servers for Apps/Relays
- Fixes ordering issue with App/Relay MCP servers
Tome 0.12.2
Fixes
- Adds /update to Svelte route list for build 🙃
Tome 0.10.1
Fixes
- Fixes issue with certain App (Trigger) fields not saving
Tome 0.10.0
New Features
- Introducing Apps
- Create Apps with any model, MCP server(s), and prompt(s). Apps can be scheduled or triggered by Filesystem events.
- We'll be building out a ton of powerful features around Apps in the coming
weeks/months/millennia, so stay tuned. - If you were using Tasks before, they have become Apps using the
"scheduled" Trigger.
- Introducing Relays
- Relays allow you to interact with your LLMs and MCP servers through
external chat applications. Currently Tome supports Telegram.
- Relays allow you to interact with your LLMs and MCP servers through
- Labs
- Experimental features are now going to be available when Tome is in Labs
Mode. - To enable this, do so in Settings.
- Relays are currently in Labs.
- Experimental features are now going to be available when Tome is in Labs
Improvements
- Redesigned LLM dropdowns in chat and app creation
- Redesigned "forms" through the app
- Introduced tooltips for nav and form labels
Fixes
- Fixes various Light Mode color issues
- Toggles
- Chat progress dots
- Syntax highlighting
Tome 0.9.3
Tome 0.9.2
Fixes
- Fixed issue with scrollbars rendering empty space in lists
- Silenced various Svelte warnings
- Fixed issue where double dashes were being replaced with an emdash in inputs
(caused any MCP commands with flags to not work) - Ensure the User's selected colorscheme is applied on startup
- Ensure the content area on all tabs is scrollable
Refactors
- Refactored the
Setting
model to behave the same asConfig
(static
properties that both getters/setters)
Misc
- Updated Gemini models to the currently available ones
Tome 0.9.1
Fixes
- Fix Smithery MCP install from in-app
Tome 0.9.0
🎉 BIG CHANGES 🎉
- INTRODUCING Scheduled Tasks
- Schedule prompts to run automatically hourly or at a specific time every day.
- Use all your favorite MCP Servers.
- Use any model
- Light Mode! Huge thanks to @bneil for contributing a System/Light/Dark Mode to
Tome! Choose your theme in Settings.
Fixes
- Fixed text formatting issue with welcome modal on smaller resolutions
- Removed MSI Windows installer due to problems with auto-update. Use the NSIS
exe 🙂 - Fixed issue where certain OpenAI-compatible Engines would error out if you
passed an empty array oftools
.