Skip to content

Releases: chriswritescode-dev/opencode-manager

v0.4.2

14 Dec 04:39

Choose a tag to compare

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

v0.4.1

13 Dec 04:58

Choose a tag to compare

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

12 Dec 20:39

Choose a tag to compare

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

08 Dec 04:26

Choose a tag to compare

  • Restart OpenCode server after OAuth callback to apply new credentials
  • Add loading UI during OAuth callback server restart

v0.3.4

08 Dec 04:01

Choose a tag to compare

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

01 Dec 04:41

Choose a tag to compare

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

v0.3.2

29 Nov 23:36

Choose a tag to compare

Mobile Repository List Mobile Chat Interface Mobile OpenCode Configuration

What's Changed

Full Changelog: v0.3.1...0.3.2

v0.3.1

28 Nov 22:08

Choose a tag to compare

Improve chat UI with scroll management and bash command handling

v0.3.0

27 Nov 19:50

Choose a tag to compare

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

v0.2.5 - Initial Release

24 Nov 04:42

Choose a tag to compare

Merge branch 'main' of https://github.com/chriswritescode-dev/opencod…