Releases: chriswritescode-dev/opencode-manager
Release list
OpenCode Manager v0.4.3
Add TTS context implementation for centralized audio state management
Refactor TTS functionality to use context-based architecture
Fix Zod v4 schema errors, mobile permission dialog overflow, and TTS test mocking
Replace executeCommand with executeGitWithFallback for git fetch operations
Show branch switcher for worktrees with view changes option
Add branch creation endpoint and improve git auth fallback handling
Fix branch switching UI updates and simplify model display
Merge pull request #24 from chriswritescode-dev/feature/multi-file-directory-upload
Show upload error details and fix delete dialog overflow
Add multi-file and directory upload support with progress tracking
Fix Agent interface type mismatch in OpenCodeConfigManager
Merge pull request #23 from chriswritescode-dev/fix/agent-model-config-format
Fix agent model config to use string format instead of object
Merge pull request #20 from flavour/fix_gh_token
Merge pull request #22 from flavour/remove_deprecated_keybinding
Remove deprecated keybinding: input_forward_delete
Fix GitHub Token
v0.4.2
Fix XDG_CONFIG_HOME to enable workspace AGENTS.md consumption by OpenCode server
v0.4.1
What's New
- Add global AGENTS.md editor and expose dev server ports 5100-5103
- Add ZIP download feature for repositories
- Add MCP server card component for settings UI
- Add JSONC config file support (#18)
Improvements
- Fix permission dialog to show actual commands and file paths
- Refactor MCP server UI and improve config section scrolling
- Improve branch switcher layout consistency across components
- Simplify session navigation to use repo-based routing only
v0.4.0
What's New
- App renamed to OpenCode Manager
- Added JSONC config file support (comments in configuration files)
- Refactored JSONC parsing to shared utility
- Fixed comment detection for config file downloads
- Improved error handling for config file uploads
- Small bug fixes and code cleanup
v0.3.5
- Restart OpenCode server after OAuth callback to apply new credentials
- Add loading UI during OAuth callback server restart
v0.3.4
What's New
- OAuth authentication support for providers (Anthropic, GitHub Copilot)
- Client-side model selection with recent models tracking
- Consolidated model initialization into reusable hook
- Removed unused code and improved DRY compliance
v0.3.3
Version 0.3.3 includes GitHub token support, session improvements, UI fixes, and dependency updates.
v0.3.2
What's Changed
- Feat upgrade toasts by @chriswritescode-dev in #5
- Simplify scroll behavior to only auto-scroll on initial session load by @chriswritescode-dev in #6
- Fix scroll by @chriswritescode-dev in #7
- Fix scroll by @chriswritescode-dev in #8
- Add shadcn checkbox and improve UI interactions by @chriswritescode-dev in #9
Full Changelog: v0.3.1...0.3.2
v0.3.1
Improve chat UI with scroll management and bash command handling
v0.3.0
v0.3.0
Major Features Added
- Comprehensive Git Integration - Full diff viewer, status panel, branch switching, and ahead/behind tracking
- Enhanced File Browser - Drag-and-drop upload, syntax highlighting, large file virtualization, and advanced file operations
- AI Model Management - Model selection with filtering, provider configuration, and context usage indicators
- MCP Server Support - Add local/remote MCP servers with templates and enable/disable controls
- Advanced Session Features - Custom slash commands, file mentions with autocomplete, and plan/build mode toggle
- Mobile & PWA Optimizations - Mobile-first design, PWA support, and iOS keyboard handling
Improvements
- Better repository management with private repo support and worktree capabilities
- Enhanced settings with theme selection, keyboard shortcuts, and advanced config editor
- Real-time streaming and improved session management
- Agent configuration with custom system prompts and tool permissions


