Skip to content

Tags: chriswritescode-dev/opencode-manager

Tags

v0.8.27

Toggle v0.8.27's commit message
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.26

Toggle v0.8.26's commit message
Release v0.8.26

v0.8.25

Toggle v0.8.25's commit message
chore: bump version to 0.8.25

v0.8.24

Toggle v0.8.24's commit message
chore: bump version to 0.8.24

v0.8.22

Toggle v0.8.22's commit message
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

v0.8.21

Toggle v0.8.21's commit message
Release v0.8.21 - OpenCode Upgrade Reliability

v0.8.2

Toggle v0.8.2's commit message
Merge branch 'dev'

v0.8.1

Toggle v0.8.1's commit message
v0.8.1 - Documentation & Download Features

v0.8.0

Toggle v0.8.0's commit message
Bump version to 0.8.0 and remove CHANGELOG.md (using GitHub Releases)

v0.7.8

Toggle v0.7.8's commit message
Release v0.7.8 - Worktree support and branch management UI consolidation