OpenCodeOpenCode

Registro de cambios

Nuevas actualizaciones y mejoras de OpenCode

Core

  • Load user plugins after built-in plugins
  • Fix unhandled errors when aborting with queued messages
  • User plugins override built-in plugins for the same provider(@rmk40)
  • Move Codex 5.3 model definition to plugin to avoid showing unsupported model to other users
  • Add session usage tracking to ACP(@SteffenDE)
  • Update transforms for GPT-5.3

TUI

  • Allow mouse escape via "esc" labels in dialogs(@AksharP5)

Desktop

  • Make close comment button visible in prompt input(@alexyaroshuk)
  • Hide prompt input when there are permissions requests or questions
  • More terminal stability fixes
  • Modified file color contrast in app for better visibility
  • Add button to open files in external applications
  • Allow toggling file tree closed independently
  • Stop showing SessionSkeleton on new workspace(@dbpolito)
  • Set workspace name earlier to improve creation and deletion(@dbpolito)

Core

  • Enable Claude 3.5 Sonnet (new) model support
  • Silently ignore proxy command failures to prevent config initialization crashes
  • Ensure GitHub Copilot plugin properly sets headers when used in clients other than TUI
  • Bundle GitLab auth plugin directly instead of dynamic install
  • Fix plugin installation to use direct package.json manipulation instead of bun add
  • Fix image reading with OpenAI-compatible providers like Kimi K2.5(@zhming0)
  • Downgrade xai ai-sdk package due to errors
  • Revert model autocomplete feature using models.dev schema reference
  • Add models.dev schema reference for model autocomplete in opencode.json(@remorses)
  • Adjust task tool description and input to reduce tool call failures with GPT models
  • Wait for dependencies before loading custom tools and plugins
  • Allow the function to hide or show thinking blocks to be bound to a key(@ariane-emory)
  • Skip dependency installation in read-only configuration directories(@shantur)
  • Ensure Kimi for Coding plan has thinking enabled by default for k2p5(@monotykamary)
  • Fixed Cloudflare Workers AI provider
  • Prevent random hangs in plugin installs when using HTTP proxy by adding --no-cache flag
  • Session errors when attachment file not found are now handled gracefully
  • Support remote server connections in terminal and fix GLIBC compatibility(@lucas-jo)

TUI

Desktop

  • File changes not always available in app
  • File tree kept in sync with filesystem changes
  • Add Bosnian locale(@edoedac0)
  • Fix terminal URL handling issues
  • Remove extra horizontal padding around prompt input on mobile(@Brendonovich)
  • Refresh workspace sessions when switching projects(@neriousy)
  • Fixed terminal URL handling in the application
  • Fix terminal end-of-line handling issues
  • Refresh file contents when changing workspaces to prevent stale data(@ParkerSm1th)
  • Derive terminal WebSocket URL from browser origin instead of hardcoded localhost(@0xdsqr)
  • Last turn changes rendered in review pane
  • Safety triangle for sidebar hover to prevent menu from closing
  • Clear comments on prompt submission
  • Fix e2e test action in app
  • Terminal hyperlink clicks now work correctly
  • Fix dated e2e tests in app
  • Don't show scroll-to-bottom button unnecessarily
  • File tree not staying in sync across projects/sessions
  • Move session options to the session page
  • Add session options to app
  • Opened tabs follow created session
  • Removed compression from RPM bundle to save 15 minutes in CI(@goniz)

Core

  • Revert change that caused headers to be double merged if provider was authenticated in multiple places
  • Document the built-in agents
  • Prevent double-prefixing of Bedrock cross-region inference models(@sergical)
  • Prioritize OPENCODE_CONFIG_DIR for AGENTS.md(@lgladysz)

TUI

  • Restore direct OSC52 support

Desktop

Core

  • Prevent memory leaks from AbortController closures(@MaxLeiter)
  • Revert addition of Trinity model system prompt support
  • Add Trinity model system prompt support(@mariamjabara)
  • Add shell.env hook for manipulating environment in tools and shell(@tylergannon)
  • Use official ai-gateway-provider package for Cloudflare AI Gateway(@elithrar)
  • Allow theme colors in agent customization(@IdrisGit)
  • Add support for reading skills from .agents/skills directories
  • Provider headers from config not applied to fetch requests(@cloudyan)
  • Ensure MCP tools are sanitized
  • Add .slnx to C#/F# LSP root detection(@workedbeforepush)
  • Improve skills system with better prompting, fix permission requests after skill invocation, and ensure agents can locate scripts and resources
  • Exclude k2p5 from reasoning variants(@neavo)
  • Handle nested array items for Gemini schema validation(@mugnimaestra)
  • Plugins are always reinstalled(@neriousy)
  • Strip properties and required fields from non-object types in Gemini schema(@ChickenBreast-ky)
  • Make CLI run command non-interactive

TUI

  • Add --thinking flag to show reasoning blocks in run command
  • Always fall back to native clipboard after OSC52(@MartinWie)

Desktop

  • Faster end-to-end tests(@neriousy)
  • Update command palette placeholder text
  • Model selector truncating too soon
  • Improve spacing in application UI
  • Allow empty prompt with review comments in desktop(@dbpolito)
  • Fixed terminal serialization bug in app
  • Don't force mount tooltips in the app
  • Restore previously opened session tabs on app restart(@ProdigyRahul)
  • Edit project dialog icon now shows on hover(@ProdigyRahul)
  • Move session search to command palette
  • Fix custom providers overflow in app(@DNGriffin)

Core

  • Revert pull request that was mistakenly merged
  • Add --mdns-domain flag to customize mDNS hostname(@luiz290788)
  • Added and deleted file status now correctly calculated in app
  • Add User-Agent header for GitLab AI Gateway requests(@vglafirov)
  • Add Ormolu code formatter for Haskell(@mimi1vx)
  • Use OpenTUI OSC52 clipboard implementation
  • Convert system message content to string for Copilot provider(@jogi47)
  • Give OPENCODE_CONFIG_CONTENT proper priority for setting config based on docs(@OpeOginni)
  • Fixed session title generation with OpenAI models(@oomathias)
  • Simplify directory tree output for prompts
  • Fix task status to show current tool state from message store
  • Allow starting new sessions after errors by fixing stuck session status
  • Adjust resolve parts to properly order tool calls when messages contain multiple @ references
  • Hide badge for builtin slash commands
  • Add workspace tests to the app(@neriousy)
  • Send custom agent prompts as developer messages instead of user messages when using Codex subscriptions
  • Fixed variant logic for Anthropic models through OpenAI compatibility endpoint
  • Add prompt caching support for Claude Opus on AWS Bedrock(@rgodha24)
  • Scope agent variant to model(@neavo)
  • Prevent duplicate AGENTS.md injection when reading instruction files(@code-yeongyu)
  • OpenCode no longer hangs when using client.app.log() during initialization(@desmondsow)
  • Remove outer backtick wrapper in session transcript tool formatting(@zerone0x)
  • Allow user plugins to override built-in auth plugins(@JosXa)
  • Binary file handling in file view(@alexyaroshuk)
  • Ensure switching Anthropic models mid-conversation works without errors and fix reasoning opaque not being picked up for Gemini models
  • Fix issue where folders and files starting with "." could not be mentioned with @
  • Show actual retry error message instead of generic error message
  • Use process.env directly for runtime environment mutations in provider(@jerome-benoit)
  • Add reasoning variants support for SAP AI Core(@jerome-benoit)
  • Add UTF-8 encoding defaults for Windows PTY(@01luyicheng)

TUI

  • Respect terminal transparency in system theme(@pablopunk)
  • Truncate session title in exit banner to prevent display overflow
  • Show exit message banner in TUI
  • Add spinner animation for Task tool
  • Correct pluralization of match count in grep and glob tools(@adamjhf)
  • Remove extra padding between search and results in dialog-select
  • Add UI for skill tool in session view
  • Conditionally render bash tool output in TUI
  • Add skill dialog for selecting and inserting skills
  • Enable password authentication for remote session attachment
  • Fix documentation issues(@lailoo)
  • Revert skill slash commands feature
  • Add skill slash commands to the app

Desktop

  • Fix prompt input overflow issue in app(@neriousy)
  • Sidebar losing projects on collapse has been fixed
  • Add workspace toggle command to command palette and prompt input(@alexyaroshuk)
  • Search through sessions
  • Standardize icon sizes in the application
  • Navigate to last project on open
  • User messages not rendering consistently
  • Add project context menu on right-click
  • Open project search in app(@neriousy)
  • Add tab close keybind to app(@ProdigyRahul)
  • Enhance responsive design with additional breakpoints for larger screen layout adjustments(@OpeOginni)
  • Add keyboard shortcuts for navigating between unread sessions(@Brendonovich)
  • Fix Rust build and bindings formatting in desktop application(@Brendonovich)
  • Remove unnecessary setTimeout in desktop app(@Brendonovich)
  • Throttle window state persistence in desktop application(@Brendonovich)
  • Integrate tauri-specta for desktop application(@Brendonovich)
  • Keep macOS titlebar stable under zoom(@Brendonovich)
  • Kill zombie server process on startup timeout(@heyitsmohdd)
  • Show skill and MCP badges for slash commands
  • Use static language names in Thai localization(@alexyaroshuk)
  • Add tests for general settings, shortcuts, providers and status popover(@neriousy)
  • Fixed session header 'share' button to hug content(@alexyaroshuk)

Core

  • Sync changes
  • Allow specifying custom models file path via OPENCODE_MODELS_PATH environment variable
  • Ensure models configuration is not empty before loading
  • Make skills invokable as slash commands in the TUI
  • Don't follow symbolic links by default in grep and ripgrep operations
  • Prevent parallel test runs from contaminating environment variables
  • Ensure Mistral ordering fixes also apply to Devstral
  • Add Copilot-specific provider to properly handle reasoning tokens(@SteffenDE)
  • Respect OPENCODE_MODELS_URL environment variable in build process(@bbartels)
  • Use snake_case for thinking parameter with OpenAI-compatible APIs(@Chesars)
  • Bump AI SDK packages
  • Ensure ask question tool isn't included when using acp
  • Handle redirected statement treesitter node in bash permissions(@pschiel)
  • Remove special case handling for Google Vertex Anthropic provider in response generation(@MichaelYochpaz)
  • Exclude chat models from textVerbosity setting

Desktop

  • Revert transitions, spacing, scroll fade, and prompt area updates
  • Add session actions tests(@neriousy)
  • Refactored tests and added project tests(@neriousy)

Core

  • I need to see the actual commit message to summarize it. Could you please provide the commit message you'd like me to summarize for the changelog entry?

Core

  • Remove unused experimental keys from TUI(@IdrisGit)
  • Add continuous integration configuration
  • Remove AI SDK middleware that was preventing think blocks from being sent back as assistant message content

Desktop

  • Change language test in app(@neriousy)
  • Add transitions, spacing improvements, scroll fade effects, and prompt area updates(@aaroniker)

Desktop

  • Free model layout improvements in app

Core

  • Revert to Anthropic completions endpoint to avoid rate limiting issues with copilot
  • Fix frontmatter adding newlines causing invalid model IDs
  • Ensure that Kimi doesn't have fake variants available
  • Add sequential numbering for forked session titles(@ariane-emory)

TUI

  • Add additional timeout race condition guards
  • Guard destroyed input field in timeout callback
  • Include cache tokens in CLI statistics(@bold84)

Core

  • Ensure variants for Copilot models work with maxTokens being set
  • Fixed maxOutputTokens being accidentally hardcoded to undefined which caused kimi-k2.5 issues on some inference providers(@ideallove)
  • Include provider ID in SDK cache key to prevent cache collisions(@saba-ch)
  • Allow media-src data: URL for small audio files in Content Security Policy(@tanapok)
  • Update experimental environment variables in CLI documentation(@bbabou)
  • Add `ctx.abort` to grep tool
  • Add AbortSignal support to Ripgrep.files() and GlobTool(@goniz)

Desktop

Core

  • Add SubtaskPart with metadata reference(@YangTianz)
  • Add global configuration support to app
  • Global configuration updates in app package
  • Bump plugins

TUI

Desktop

  • Close review pane when pressing escape key
  • Enable ctrl+n and ctrl+p for popover navigation in desktop app(@sairajchouhan)
  • Add Thai locale support(@natt-v)
  • Add custom provider support to app

Core

  • Ensure Copilot plugin properly sets headers for new messages API

Core

  • Prevent AGENTS.md from being loaded multiple times during parallel tool execution
  • Bump plugin version
  • Ensure unsubscribe from PartUpdated is always called in TaskTool(@goniz)
  • Restore brand integrity of CLI wordmark(@mynameistito)
  • Add experimental OpenTUI markdown component to app(@remorses)

Core

  • Support headless authentication for ChatGPT/Codex(@rgodha24)
  • Add recommended topP and temperature settings for Kimi K2.5 model
  • Adjust retry check to be more defensive
  • Handle Venice cache creation tokens(@dpuyosa)
  • Add worktree to plugin tool context
  • Expose Instance.directory to custom tools
  • Use Instance.directory instead of process.cwd() in read tool
  • Fix reactive file tree to properly update when files change
  • Attach Anthropic beta headers when using Messages API for Copilot
  • Add retry logic to handle certain provider problems
  • Ensure OpenAI 404 errors are retried(@tim-smart)
  • Use Anthropic-compatible messages API for Anthropic models through Copilot
  • Upgrade OpenTUI to v0.1.75
  • Dynamically resolve AGENTS.md files from subdirectories as agent explores them
  • Add agent description to OpenCode(@SteffenDE)
  • Fix query selector handling of non-Latin characters
  • Await SessionRevert.cleanup for shell to prevent race conditions(@noamzbr)
  • Don't override source in custom provider loaders
  • Add provider settings to app
  • Run start command after reset in app
  • Remove log statement

TUI

  • Handle 4-5 digit codes in copy logic
  • Make diff wrapping toggle always available in command list and fix type error(@ariane-emory)
  • Add visual feedback for diff wrap and conceal toggles(@IdrisGit)
  • Adjust TUI syncing logic to prevent agents from being undefined or missing
  • Remove broken app.tsx command option
  • Move animations toggle to global System category(@ariane-emory)

Desktop

  • Reintroduce review tab in app
  • Auto-scroll to keep relevant content in view
  • Add 'connect provider' button to the manage models dialog(@alexyaroshuk)
  • Fix terminal corruption issue in app
  • File tree not always loading in app
  • Fix outdated e2e test in app package
  • Do not auto-navigate to last project on app load
  • Add Tauri localization support to desktop application
  • Add internationalization support for Tauri desktop application
  • Better memory management in app
  • Don't connect to localhost through VPN
  • Show 5 highlights in app
  • Highlight selected change in the app
  • Set filetree padding to 6px
  • Align file tree change styling
  • Delay navigation tooltips
  • Adjust titlebar left spacing
  • Shorten navigation tooltips
  • Add filetree tooltips with diff labels
  • Color file tree change dots by diff kind
  • Improved app layout
  • Fix session diffs not always loading in app
  • New end-to-end smoke tests for app
  • Add translations to the app
  • Update settings in general settings
  • Swallow file search errors in app
  • Fix tooltips causing getComputedStyle errors in model select
  • Clean up Tailwind CSS versus pure CSS usage in app
  • Navigate to tabs when opening file in app
  • Open markdown links in external browser
  • Shared terminal ghostty-web instance for better performance
  • Cleanup connect provider timers
  • Don't keep parts in memory
  • Don't show session skeleton after workspace reset
  • Add max-width to tabs with text truncation
  • Use smaller close icon on tabs to match comment cards
  • Only show left border on plus button when sticky
  • Update review empty states to 14px font size and align select file empty state
  • Center file tree empty state with 32px top margin
  • Implement non-fatal error handling in app
  • Fix agent fallback colors in app
  • Added forward and back navigation buttons
  • Add missing tooltips in app
  • Auto-scroll button sometimes sticks in the app
  • Deduplicate Tauri configuration files(@Brendonovich)
  • Only show files in select dialog when clicking + tab
  • Disable magnification gestures on macOS desktop(@ysm-dev)
  • Add Connect provider in model selector(@ProdigyRahul)
  • Add file tree specification tests
  • Enable file watcher in app
  • Improve file tree performance in app
  • Add highlights feature
  • Add new release modal
  • Fix Zen mode disconnect not working in app
  • Disconnect Zen provider
  • Fix e2e test in app package
  • Disable tooltips in file tree tabs
  • Move file tree toggle button to the right side
  • Fade filetree guide lines on hover
  • Dim non-deep filetree guide lines in the app interface
  • Reduce file tree folder indent
  • Refine file tree row spacing and indentation
  • Use medium font weight for filetree items
  • Use chevron icons for filetree folders
  • Tighten file tree row spacing
  • Adjust filetree panel padding
  • Scope filetree pill tabs styling
  • Add Vercel AI Gateway provider description
  • Add provider descriptions to settings
  • Add transition to command palette
  • Add transition to select provider dialog
  • Add optional transition animations to dialog
  • Style view all button with interactive color and margin
  • Add models icon and use in settings UI
  • Add providers icon and use in settings
  • Use default cursor for environment provider text
  • Add hover text for environment-connected providers
  • Set provider row height to 56px
  • Update button styles and disconnect button size in UI
  • Fix session synchronization issue in application
  • Add missing i18n strings in app
  • Add session load limit to prevent excessive memory usage
  • Add end-to-end test for sidebar navigation
  • Replace signals with createStore in app
  • Add file tree mode to app
  • Add file tree view to app
  • Use focus-visible instead of focus to prevent sticky hover effect on click(@ProdigyRahul)
  • Better sidebar hover behavior when collapsed
  • Make sidebar full-height in app
  • Add full-height hover effect to sidebar
  • Add model settings to application
  • Add model settings interface to app
  • Handle non-tool call permissions in app
  • Default servers on web
  • Performance improvements in the app
  • Add missing translations for status messages
  • Don't allow workspaces in non-VCS projects

Core

  • Enable thinking for Google Vertex Anthropic models(@MichaelYochpaz)
  • Make question validation more lax to avoid tool call failures

TUI

Desktop

  • Visual cleanup in app
  • Scroll to comment on click in app
  • Fixed crash when no default model is set
  • Performance improvements in the app package
  • Clean up comment component usage in app

Core

  • Add tests
  • Sync changes from upstream
  • Fix models snapshot loading to prevent caching issues
  • Fix Nix configuration
  • Fix unicode filename handling in snapshot diff by disabling quote escaping
  • Deep merge providerOptions in applyCaching to preserve nested configuration(@zerone0x)
  • Construct apply_patch metadata before requesting permission in web interface(@brittlewis12)
  • Remove models.dev macro
  • Tell the model what model it is in the environment section of the prompt
  • Retry web fetch with simple user agent on 403 errors(@Arasple)
  • Allow GPT-5.1-Codex model in Codex auth plugin(@Danztee)
  • Bump gitlab-ai-provider version(@vglafirov)
  • Add model information as part of task metadata(@shantur)
  • Add xhigh reasoning effort for GitHub Copilot GPT-5 models(@Arthur742Ramos)
  • Normalize path separators for session diff filtering on Windows(@alexyaroshuk)
  • Faster workspace creation

TUI

  • Fix question selection click when terminal is unfocused(@maharshi365)
  • Use min/maxHeight for question textarea
  • Permission prompt should ignore keyboard events while dialog stack length is greater than zero(@justfortheloveof)
  • Use selectedForeground for question prompt tab text visibility(@ariane-emory)
  • Always center selected item in selection dialogs(@ariane-emory)

Desktop

  • Fix submit button state in app
  • Fix unnecessary suspense flash in app
  • Add active state to comment cards in prompt input
  • Fix type error
  • Terminal clone needs remount to function properly
  • Remove terminal connection error overlay
  • Remove space between ellipsis and truncated text in comment card tooltip
  • Update status popover empty state text color and centering
  • Prevent focus on share popover text field
  • Add link icon and use it for copy-to-clipboard buttons in UI
  • Adjust share popover position 64px to the left
  • Update share popover gutter to 6px and radius to match status dropdown
  • Add 8px spacing between share button and icon buttons in titlebar
  • Replace Popover with DropdownMenu for server options in app
  • Update options icon button styling with improved active state and hover effects
  • Change server item actions div padding from px-4 to pl-4
  • Add onFilter callback to List component and hide add server row during search
  • Position status circle inside input wrapper and fix dialog padding
  • Remove hover background color from server list items
  • Allow add server row to grow for error messages in app
  • Update add server button and row styling in app
  • Update manage servers dialog styling and behavior
  • Add truncation tooltip to server items in status popover
  • Update server and MCP item styles in status popover
  • Update status popover styling and positioning
  • Use 4px border radius (rounded-sm) consistently in app components
  • Update titlebar spacing and status popover styling in app
  • Enable submit button when comment cards are present in app
  • Add back button in subagent sessions(@tomzhu1024)
  • Model select dropdown not closing when pressing Escape key
  • Improve model selector user experience
  • Fix inability to select text when creating a new session
  • Fix scrolling in unpaid model selector
  • Fix Adam integration issue
  • Add critical shadow for comment input validation and set editor popover radius to 14px
  • Improve comment popover with better error styling and click-outside detection
  • Change prompt placeholder based on comment count in app
  • Adjust prompt container padding to 16px on bottom and horizontal sides
  • Adjust prompt input positioning to 12px from bottom and right edges, remove session panel bottom padding
  • Add escape/click-away to close read-only comment popovers, 10px radius, and remove 'Click to view context' text
  • Don't use findLast in app package
  • Add state to pause existing audio for demo menus and add support for audio controls(@jcampuza)
  • Implement new server management for web and desktop(@OpeOginni)
  • New workspace appears expanded and at the top of the list
  • Missing translations in app
  • Better error screen when connecting to sidecar
  • Fix line selection issues in the app
  • Fixed reactive loops in the app
  • Better session stream rendering performance
  • Add Iosevka as a font choice in desktop app(@ariane-emory)
  • Always close hovercard when view-sessions is clicked(@DNGriffin)
  • Close comment input popover on Escape key or click away
  • Use shadow-lg-border-base on read-only comment popovers and align label spacing
  • Remove border from comment input popover
  • Position read-only comment popover below icon with 4px gutter
  • Style comment popovers with 14px radius, move label below comment, and adjust text colors and sizes
  • Move filename and line count below comment text in popovers
  • Add tooltip with path, 6px spacing before close icon, and reduce filename truncation to 14 characters in editor tabs
  • Add middle truncation for filename in comment card
  • Truncate filename from start to show end of path in the app
  • Remove gap between filename and comment in comment card
  • Add shadow-xs-border with hover state to comment card
  • Fix comment card styling with 48px height, 2px gap, and truncated filename while preserving line count visibility
  • Increase comment font size to 12px in the app
  • Add 8px gap before close icon and truncate long filenames in app
  • Keep close icon in top right of comment card
  • Add transition-all to comment card hover states
  • Add close-small icon and use it for comment card dismiss button
  • Truncate comment text and set card max-width to 200px in app
  • Indent comment text to align with filename in context card
  • Style submitted comment icons to match comment popup style
  • Update prompt input styling with refined borders, hover states, and spacing
  • Update context cards styling with 8px padding/gap and 6px border radius
  • Add button-primary-base variable and use primary variant for Comment button
  • Improve comment popup styling and add new comment icon
  • Center checkbox indicator in provider selection(@ProdigyRahul)
  • Auto-open OAuth links for Codex and Copilot(@edoedac0)
  • Close delete workspace dialog immediately
  • Don't remount directory layout in app for better performance
  • Reapply work in progress changes for line selection feature in app
  • Revert line selection work in progress
  • Fix view all sessions flakiness in app(@DNGriffin)

Desktop

  • Fixed a reactive feedback loop in the global project cache sync(@Eric-Guo)
  • Add line selection functionality to the app
©2026 AnomalyMarcaPrivacidadTerminos