Tags: chriswritescode-dev/opencode-manager
Tags
Add SSH Authentication feature and bump version to 0.8.27 - Add SSH key authentication for git repositories - Host key verification with fingerprint display - Support for passphrase-protected SSH keys - Custom SSH port support for non-standard ports - Known hosts management with change detection - Update documentation in README and docs/features/git.md - Add SSH authentication to features overview
v0.8.22 - SSE Refactoring & Git Workflow Improvements **Auto-Create Remote Branches on Push** - Automatic upstream branch creation when pushing branches without tracking - Matches VS Code's error-driven pattern for better UX - 50% latency reduction for new branch operations - Container-friendly implementation with graceful fallbacks **Enhanced Download Options** - Option to include git-ignored files when downloading - Selective inclusion with checkboxes for ignored paths - Improved error messages for clone failures - 5-minute timeout for git operations **SSE Refactoring** - Simplified SSE directory management with reference counting - Improved message invalidation logic - Enhanced question prompt UI with 70vh max height - Updated hono from ^4.10.1 to ^4.11.7 (CVE fixes) - Updated react-router-dom from ^7.9.4 to ^7.13.0 (CVE fixes) - Optimized STT response with audio recorder improvements - Docker upgrade script with --no-cache for reliable rebuilds - Added structured logging in archive service - ESLint configuration for test files - Removed 358 lines of obsolete documentation - Added comprehensive tests for git operations - Type fixes and cleanup across codebase Docker users: ```bash docker pull ghcr.io/chriswritescode-dev/opencode-manager:latest ``` Or specific version: ```bash docker pull ghcr.io/chriswritescode-dev/opencode-manager:v0.8.22 ``` Full changelog: v0.8.21...v0.8.22
PreviousNext