Skip to content

Sythoria v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 02:18
8b2c4c6

Changelog

[0.2.0] - 2026-06-27

🚀 Features

  • Integrations:
    • Added full Git integration and an Appshots utility (584f099)
    • Added support for Anthropic provider (aacd568)
  • Model & MCP Configuration:
    • Added advanced model settings and a context window usage indicator (774c37a)
    • Made the tool loop step limit user-configurable and raised the default to 25 (d4a9fe1)
    • Added presets for MCP transport types (stdio, SSE, streamable-http) (dadc0e9)
    • Enhanced MCP error handling and server settings (0efddf3)
    • Enhanced MCP tool execution view: tool calls are now expandable to inspect arguments and results (e9a709e)
    • Added support for rendering and expanding images returned from MCP tools (5ba4756)
  • Settings & UI controls:
    • Implemented the General settings view, AI system prompt editor, and wired preference controls (6ea6bae, bf6c60a)
    • Implemented customizable keyboard shortcuts, viewport zoom system, and a Keybinds settings panel (7931f35)
    • Implemented VS Code themes and a Theme Marketplace layout (fbeea22)
    • Added smooth auto-scroll to newly added configuration cards for models, MCP, and search (11da306)
  • Chat & Input:
    • Implemented file attachment support with validation and handling (046dc54)
    • Added window drag-and-drop file attachment support (257fdd6)
    • Implemented an AI-powered conversation title generation feature with customizable prompts (44be645)
    • Added syntax highlighting support with lowlight.js and highlight.js (1152f05)
  • Core & System:
    • Enhanced logging with structured entries and UI integration (8c23e6e)
    • Added sidebar collapse capability with motion animations (f82c480)
    • Added functions to manage initialization state (loadHasStarted/saveHasStarted) (d5fbf08)

🐛 Bug Fixes

  • OS & Compilation:
    • Resolved autostart compilation errors on non-macOS platforms and updated release dependencies (7842f21)
    • Upgraded Linux builder to ubuntu-24.04 for PipeWire compatibility (a8c99de)
    • Lowered minimum macOS version requirement (cac647f)
  • Chat & UX:
    • Fixed auto-scroll behavior when switching conversations or opening chat view (fc211bc)
    • Fixed stopping of generation mid-stream (dbab238)
    • Fixed screen capture permission prompts (93e91b8)
    • Fixed drag-and-drop capabilities and listeners on the main window (47e7c40, 80d8183)
    • Fixed draft image preview deletion and collapse animation jitter (b95dffb)
    • Cleaned up layout shifts in settings panel and dropdown exit transitions (31d727e)
    • Resolved sidebar items placement and UI/UX issues (bcdc82b, 0315fc3)
    • Fixed new chat initialization and default title generation (5d800b8, 750190b)

🎨 Styling & Refactoring

  • Migrated design away from mega AI slop towards a premium look (cb26740, de0684d)
  • Enhanced scrollbar appearance for code blocks inside markdown (02276db)
  • Improved thinking animations and image preview styling (f61c2d3, dcd1732)
  • Optimized layout with faster motion transitions (1296a6e)
  • Cleaned up dead code and unused dependencies across backend and frontend (f69ac8b)