Releases: 2mawi2/schaltwerk
Releases · 2mawi2/schaltwerk
Schaltwerk v0.13.5
What's New in v0.13.5
Features
- GitHub PR preview - View PR details and feedback directly within Schaltwerk
- PR linking via MCP - Link pull requests to sessions from external MCP clients
- GPT 5.4 support - Added GPT 5.4 as an available agent
- Bulk session update - Update all sessions from parent with a keyboard shortcut
Improvements
- Improved diff loading performance by reusing preloaded diffs for session cards
- PR status checks now run asynchronously to prevent UI blocking
Fixes
- Fixed diff viewer showing "Cannot Display Diff" for worktree sessions due to stale preloader cache
- Fixed Kilo Code agent not launching (binary name resolution)
- Fixed Kilo Code session resume
- Fixed UI freezes caused by synchronous operations
- Fixed agents starting with prompts on new agent tabs when they shouldn't
- Fixed moving sessions back to spec state
Maintenance
Schaltwerk v0.13.4
Full Changelog: v0.13.3...v0.13.4
Schaltwerk v0.13.3
What's New in v0.13.3
Features
- Kilo Code agent support - Added Kilo Code as a new agent type with proper prompt, resume, and session name handling
- Codex 5.3 - Added support for Codex 5.3
- MCP merge popup - Merge can now be triggered directly from MCP clients
- MCP run script - Exposed project run script execution to MCP
- MCP epics - Exposed epics management to MCP
Improvements
- Improved settings modal styling across all screens (appearance, environment, sessions, keyboard shortcuts, action buttons, MCP config)
- Improved build time
Fixes
- Fixed highlighting delay with pierre pool
- Fixed key combination focus issue when selecting projects on start
- Fixed moving sessions back from review not working with key combinations
- Fixed keyboard shortcuts UI
- Fixed last diff not being shown
- Fixed agent settings screen styles
- Fixed session idle detection to include previously started sessions
Maintenance
Schaltwerk v0.13.1
What's New in v0.13.1
Features
- MCP session reset endpoint - New API endpoint to reset sessions, with improved agent shell initialisation
- Terminal keybindings - Added keyboard shortcuts to open and close agent and bottom terminals
- Start from PR/issue/branch - Improved workflow for starting sessions directly from PRs, issues, or branches
Improvements
- Improved PR search to use correct upstream repository
- Better session name generation prompt
- Updated button styles
- Use
--no-verifyfor commits and push operations
Fixes
- Fixed diff viewer regressions and hardcoded colors
- Fixed last diff not showing in diff viewer
- Fixed PR linking when starting from a PR
- Fixed release signing conflict between
TAURI_SIGNING_PRIVATE_KEYenv var and--private-key-pathflag - Fixed security vulnerabilities
Maintenance
- Bumped rusqlite from 0.37.0 to 0.38.0
- Multiple dependency updates via Dependabot
Schaltwerk v0.12.11
What's New in v0.12.11
Improvements
- Improved contrast in diff viewer for better readability
Fixes
- Fixed log screen display when cloning repositories
- Fixed settings save issue when on home screen
- Fixed terminal raw control code noise and macOS Option+Arrow shortcut behavior (#266)
Maintenance
- Dependency updates
- CI build improvements for cross-platform compatibility
Schaltwerk v0.12.10
What's New in v0.12.10
Features
- MCP session reset endpoint - Added ability to reset MCP sessions with terminal improvements (#280)
Improvements
- Improved contrast in diff viewer for better readability
Fixes
- Fixed log screen display when cloning repositories
- Fixed settings save issue when on home screen
- Fixed terminal raw control code noise and macOS Option+Arrow shortcut behavior (#266)
Maintenance
- Dependency updates
- CI build improvements for cross-platform compatibility
Schaltwerk v0.12.8
What's New in v0.12.8
Fixes
- Fixed diff flickering in the UI
- Fixed bracketed paste for Kilo Code CLI
Schaltwerk v0.12.6
What's New in v0.12.6
Fixes
- Fixed Tauri plugin version mismatch that was causing macOS build failures
- Fixed terminal handling of startup control queries (#264)
- Fixed bracketed paste for Kilo Code CLI
Maintenance
- Dependency updates via Dependabot
Schaltwerk v0.12.4
What's New in v0.12.4
Features
- Pierre Diffs - Switched to the Pierre library for improved diff rendering with better syntax highlighting
- MCP API Enhancement - Expose agent attention state via MCP API (#260)
- PR Checkout - PRs are now checked out directly with the branch
- Windows Support - Added initial experimental native Windows support (builds temporarily disabled)
Improvements
- Faster syntax highlighting in diff viewer
- Code lines now wrap properly in diff viewer
- Font size scales with application settings
- Reduced distance from diff content to left side
- Improved diff layout and styling
Fixes
- Fixed orphaned agent processes on app exit by killing process groups
- Fixed agent terminals not being properly killed
- Fixed highlighting style in history view
- Fixed flaky CI tests
Maintenance
- Windows builds temporarily disabled while stabilizing
- Updated GitHub Actions dependencies
- Dependency updates
Schaltwerk v0.12.2
What's New in v0.12.2
Features
- Pierre Diffs - Switched to the Pierre library for improved diff rendering with better syntax highlighting
- Windows Support - Added initial experimental native Windows support
- MCP API Enhancement - Expose agent attention state via MCP API (#260)
- PR Checkout - PRs are now checked out directly with the branch
Improvements
- Faster syntax highlighting in diff viewer
- Code lines now wrap properly in diff viewer
- Font size scales with application settings
- Reduced distance from diff content to left side
- Improved diff layout and styling
Fixes
- Fixed orphaned agent processes on app exit by killing process groups
- Fixed agent terminals not being properly killed
- Fixed highlighting style in history view
Maintenance
- Temporarily disabled Windows build (work in progress)
- Updated GitHub Actions dependencies (setup-node, cache, checkout)
- Dependency updates