Releases: seantiz/piecesvelte
Releases · seantiz/piecesvelte
0.6.0
This is an all-around smaller build with less third-party code and less config files.
- Major migration from Tailwind 3 to Tailwind 4
- Shaved down the dependencies to devDependencies as much as possible
0.5.1
- A revamp of the readme
- Several updates to third-party dependencies
- Removed renovate bot config
v0.5.0
What's Changed?
- We now have properly parsed markdown and codeblocks in our chat messages.
Fixes
- Fixed UI bug where the first message was disappearing on initial app-loadup state.
v0.4.2
What's Changed?
- We can now manage and load previous conversations
- We can start a new conversation with the New Conversation button
Fixes
- Fixed UI bug in v0.4.1 where the first query message of a new conversation was disappearing from the chat window
v0.3.0
What's Changed?
- Full Svelte 5 runes-powered app! All Svelte 4 syntax has been removed (except for third-party UI components).
v0.2.0
What's Changed?
- Pieces in-app chat client now uses the correct port when opening a websocket to send message to local Pieces OS server
- More robust ModelsController module for selecting chat LLM models
- The chat window correctly sends your questions to any Gemini, Claude or ChatGPT model
v0.1.0
This is the last version of the Copilot UI in Svelte 4 before the migration to Svelte 5.
See the changelog here