Releases: pmbstyle/Alice
Release v1.0.4
What's Changed
- Mute audio and take screenshot hot keys
- Focus app back when screenshot is taken
- Google Calendar tools
- Fix chained tool calls
- Bump @ricky0123/vad-web from 0.0.23 to 0.0.24
- Bump googleapis from 148.0.0 to 149.0.0
- Bump openai from 4.104.0 to 5.0.1
- Bump vite-plugin-static-copy from 2.3.1 to 3.0.0
Full Changelog: v1.0.3...v1.0.4
Release v1.0.3
What's Changed
Memory summarization
This update aims to make Alice's memory system more robust and hold a conversation summary between sessions.
Long conversations will now have background summarization flow using gpt-4.1-nano model (the cheapest API available, good for this kind of task). Summarizations will be stored locally in sqlite db and served to Alice on app init and during active conversation.
This will allow Alice to have context of previous conversations on app init and follow a bit longer conversation history during active conversations.
Within this update we will also tweak thoughts and memories to be more robust and transparent for Alice.
More configuration options
This will add settings to change the length of active memory (active conversation history), which is 10 by default, as well as summarization (20 by default) to give user more control over request length.
Users can set a summarization model and update its system prompt for their needs.
Better image generation processing
Native image generation now will be more verbose, providing visual generation steps (pregeneration, middle step, final result).
Status message will display the correct message - Generation image instead of the default Thinking.
Other changes
- app naming update
- MIT license
Full Changelog: v1.0.2...v1.0.3
Release v1.0.2
- added a hot key configuration to toggle microphone input
- minor styling changes
Full Changelog: v1.0.1...v1.0.2
Release v1.0.0
What's Changed
Retiring Assistant API and migrating to Responses API.
Assistant API is planned to be closed by mid-2026. Using Resposes API will allow for a wide range of customization and introduce new native features, further enhancing Alice's capabilities, including native support of MCP and more.
Changes:
- removes Assistant API
- adds Responses API logic
- moves all local memories to local SQLite db
- adds local store of Alice settings, including system prompt, model, temperature, topP, etc.
- automates migration of settings and memories to the new structure
- fixes taking screenshot, handles conversation history with image inputs to reduce token usage
- adds Image generation (to use, you may need to verify our organization here https://platform.openai.com/settings/organization/general)
- adds native web search tool, retires local web search and weather tools
- updates chat messages markdown
- adds MCP support
v.1.0.0 Release 🥳
Full Changelog: v0.9.651...v1.0.1
Release v0.9.651
Full Changelog: v0.9.5...v0.9.651
Google tools added
Release v0.9.65
Full Changelog: v0.9.64...v0.9.65
Release v0.9.64
Full Changelog: v0.9.6...v0.9.64
Release v0.9.5
- adds
better-sqlite3to store conversation vector indexes instead of JSON storage - updates scripts to rebuild native electron modules before production build
Full Changelog: v0.9.3...v0.9.5
Release v0.9.3
Replacing Pinecone with local hnswlib vector storage.
Full Changelog: v0.9.2...v0.9.3
Release v0.9.2
What's Changed
- local memories store
- memories management UI
- remove supabase dependency
- minor styling updates and fixes
Full Changelog: v0.9.1...v0.9.2

