Skip to content

Releases: pmbstyle/Alice

Release v1.0.4

03 Jun 12:08

Choose a tag to compare

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

31 May 14:46
10b7f27

Choose a tag to compare

image

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

28 May 22:20

Choose a tag to compare

  • added a hot key configuration to toggle microphone input
  • minor styling changes

Full Changelog: v1.0.1...v1.0.2

Release v1.0.0

25 May 22:17
3d67ce7

Choose a tag to compare

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 🥳

alice_generated_2025-05-29T12-50-33-327Z

Full Changelog: v0.9.651...v1.0.1

Release v0.9.651

21 May 21:33

Choose a tag to compare

Full Changelog: v0.9.5...v0.9.651

Google tools added

Release v0.9.65

21 May 21:10

Choose a tag to compare

Release v0.9.65 Pre-release
Pre-release

Full Changelog: v0.9.64...v0.9.65

Release v0.9.64

21 May 20:44

Choose a tag to compare

Release v0.9.64 Pre-release
Pre-release

Full Changelog: v0.9.6...v0.9.64

Release v0.9.5

18 May 13:56

Choose a tag to compare

  • adds better-sqlite3 to 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

18 May 00:43

Choose a tag to compare

Replacing Pinecone with local hnswlib vector storage.

Full Changelog: v0.9.2...v0.9.3

Release v0.9.2

17 May 22:21

Choose a tag to compare

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