Skip to content

Releases: chriswritescode-dev/opencode-manager

OpenCode Manager v0.4.3

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 15 Dec 05:37

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

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 14 Dec 04:39

Fix XDG_CONFIG_HOME to enable workspace AGENTS.md consumption by OpenCode server

v0.4.1

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 13 Dec 04:58

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

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 12 Dec 20:39

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

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 08 Dec 04:26
  • Restart OpenCode server after OAuth callback to apply new credentials
  • Add loading UI during OAuth callback server restart

v0.3.4

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 08 Dec 04:01

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

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 01 Dec 04:41

Version 0.3.3 includes GitHub token support, session improvements, UI fixes, and dependency updates.

v0.3.2

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 29 Nov 23:36

Mobile Repository List Mobile Chat Interface Mobile OpenCode Configuration

What's Changed

Full Changelog: v0.3.1...0.3.2

v0.3.1

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 28 Nov 22:08

Improve chat UI with scroll management and bash command handling

v0.3.0

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 27 Nov 19:50

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