v0.1.5
Highlights
Chat shell and scroll/artifact UX polish since v0.1.4.
App chrome
- Replace the top header with a left app rail (nav, Chat recents, theme/user)
- Fix mobile rail controls so hamburger/close don’t stack on desktop
- Keep Artifacts control clear of the floating composer on mobile; open as overlay
Chat
- Floating artifact canvas (Code | Preview) with chat/canvas split
- Stop post-turn scroll kick and history wipe after live turns
- Keep session history pinned until the user scrolls away
- Pin long chats to bottom and fix context usage meter
Install
App (managed):
curl -fsSL https://raw.githubusercontent.com/Alg0rix/tomo/v0.1.5/scripts/install.sh | bashConnector:
curl -fsSL https://raw.githubusercontent.com/Alg0rix/tomo/v0.1.5/scripts/install-connector.sh | bash
# pin: TOMO_CONNECTOR_VERSION=v0.1.5Wheel: tomo-0.1.5-py3-none-any.whl (attached by CI)
What's Changed
- feat(ui): replace header with left app rail
- fix(ui): floating artifact canvas and stop post-turn scroll kick
- fix(ui): keep session history pinned until user scrolls
- fix(ui): stop chat scroll kicking to top on stream and open
- fix(ui): pin long chats to bottom and fix context usage meter
- chore: bump version to 0.1.5
Full Changelog: v0.1.4...v0.1.5