Skip to content

Conversation

@unsc-oni-ancilla
Copy link
Contributor

@unsc-oni-ancilla unsc-oni-ancilla bot commented Nov 20, 2025

This PR contains the following updates:

Package Update Change Age Confidence
aqua:fluxcd/flux2 patch 2.7.3 -> 2.7.4 age confidence
aqua:helmfile/helmfile patch 1.2.0 -> 1.2.1 age confidence
aqua:mikefarah/yq minor 4.48.2 -> 4.49.1 age confidence
aqua:sst/opencode patch 1.0.78 -> 1.0.107 age confidence
npm:@github/copilot patch 0.0.361 -> 0.0.362 age confidence
npm:@google/gemini-cli minor 0.16.0 -> 0.17.1 age confidence

Release Notes

fluxcd/flux2 (aqua:fluxcd/flux2)

v2.7.4

Compare Source

Highlights

Flux v2.7.4 is a patch release that comes with various fixes. Users are encouraged to upgrade for the best experience.

ℹ️ Please follow the Upgrade Procedure for Flux v2.7+ for a smooth upgrade from Flux v2.6 to the latest version.

Fixes:

  • Add DisableConfigWatchers feature gate to all controllers for disabling the Secrets/ConfigMaps watchers
  • Fix Workload Identity for Azure China Cloud in all controllers
  • Update Helm Go SDK to v3.19.2 fixing schema validation issues in helm-controller
  • Skip secret decryption for remote kustomize patches in kustomize-controller
  • Improve post-build error reporting in kustomize-controller
  • Add ArtifactGenerator to aggregated RBAC roles

⚠️ Note that signature verification for OCI artifacts in source-controller is not compatible with Cosign v3.
Flux users are advised to use Cosign v2.6 for signing Flux OCI artifacts and Helm charts, until support for Cosign v3 is added in Flux v2.8.

Components changelog

CLI changelog

Full Changelog: fluxcd/flux2@v2.7.3...v2.7.4

helmfile/helmfile (aqua:helmfile/helmfile)

v1.2.1

Compare Source

What's Changed

Full Changelog: helmfile/helmfile@v1.2.0...v1.2.1

mikefarah/yq (aqua:mikefarah/yq)

v4.49.1: - Security Flags and TOML fixes

Compare Source

  • Added --security flags to disable env and file ops #​2515
    • Fixing TOML ArrayTable parsing issues #​1758
    • Fixing parsing of escaped characters #​2506
sst/opencode (aqua:sst/opencode)

v1.0.107

Compare Source

  • Added better error message for GitHub Copilot when models are not supported, including a link to enable models in Copilot settings
  • Fixed a fatal error where 'color.buffer' was undefined in the TUI
  • Added explicit fallback model handling and prevented direct opencode provider calls when unavailable
  • Improved title generation with better guidelines for creating meaningful conversation titles

v1.0.106

Compare Source

  • Added optional selectedListItemText element in themes with luminance-based fallback to solve issue #​4369
  • Fixed TUI session text to respect theme foreground colors
  • Fixed bash tool compatibility with WSL
  • Fixed boolean handling in session prompts
  • Prevented permission shortcuts from triggering when Ctrl/Meta keys are pressed
  • Bundled AI SDK packages for improved performance
  • Updated opentui to v0.1.49 with fixes for stdin handling and textarea cursor movement

v1.0.105

Compare Source

  • Prevented concurrent Bun package installs that could cause corruption or conflicts
  • Fixed message completion timing and duration display in session view
  • Fixed auto upgrade toast message

v1.0.104

Compare Source

  • Added Ctrl-Z terminal suspension support to TUI
  • Fixed image attachments handling in session prompts

v1.0.103

Compare Source

  • Removed bullet prefix from timestamps in session view for cleaner display

v1.0.102

Compare Source

  • Fixed flickering issues in the TUI
  • Fixed a bug where the assistant footer would crash after compaction

v1.0.101

Compare Source

  • Fixed a bug where the TUI would crash when displaying assistant message footers after compaction

v1.0.100

Compare Source

  • Improved model footer display with duration timing and visual enhancements
  • Added toggle for showing/hiding timestamps in the TUI
  • Enhanced message timestamps to show date when not on current day
  • Added end time display for agent loops
  • Updated title generation prompt to prevent "summarizing" responses

v1.0.99

Compare Source

  • Summary optimizations for improved performance
  • Migrated to devinxi-ed Solid Start framework

v1.0.98

Compare Source

  • Fixed flickering and layout shift issues during work sessions in the TUI

v1.0.97

Compare Source

  • Added missing system libraries to Docker image so the agent starts successfully

v1.0.96

Compare Source

  • Fixed dockerfile installation path to use /usr/local/bin instead of current directory

v1.0.95

Compare Source

  • CI: ignore - This appears to be a CI-related change with no user-facing impact

v1.0.94

Compare Source

v1.0.93

Compare Source

./packages/opencode/dist/opencode-darwin-arm64.zip

v1.0.92

Compare Source

  • Publish tar.gz for Linux

v1.0.91

Compare Source

  • Fixed argument parsing issue
  • Added enterprise package with session sharing capabilities
  • Introduced new enterprise web interface for sharing sessions
  • Added file icon assets moved from desktop to UI package
  • Enhanced session management and sharing functionality
  • Improved desktop application structure and components

v1.0.90

Compare Source

  • Lowered opacity for thinking summaries to improve readability
  • Split revert memo into smaller tracked computations to prevent unnecessary re-evaluations and improve performance
  • Batched SDK events to reduce render churn and improve TUI responsiveness
  • Disabled automatic config loading during CLI builds to prevent configuration interference

v1.0.89

Compare Source

./packages/opencode/dist/opencode-windows-x64.zip

v1.0.88

Compare Source

  • Tweaked bash tool behavior to better support SHELL var

v1.0.87

Compare Source

  • Fixed bash tool to respect the $SHELL environment variable
  • Improved handling of unknown finish reasons in agent responses

v1.0.86

Compare Source

  • Added provider whitelist/blacklist configuration options to control which providers are available
  • Fixed agent context preservation during compaction to maintain conversation continuity
  • Improved CLI error handling to ensure clean exit on provider/model errors
  • Enhanced install script with better visuals, custom progress bar, and next steps guidance
  • Updated logic for local and dev providers

v1.0.85

Compare Source

  • Hidden GPT-5 Nano model from the model selection dialog

v1.0.84

Compare Source

  • Replaced text shimmer with animated progress bar during model processing in TUI
  • Simplified popular providers list to show only top 6 providers
  • Added TUI onboarding flow
  • Adjusted invalid directory error message
  • Fixed "split is not a function" error
  • Added field to allow user-only messages

v1.0.83

Compare Source

  • Fixed a bug where the TUI would crash with an undefined error when no session was available

v1.0.82

Compare Source

  • Fixed OpenRouter AI SDK package usage to resolve issues with interleaved thinking models
  • Added automatic navigation to child sessions when they are requesting permissions
  • Changed default child session cycle keybinds from ctrl+right/left to <leader>right/left
  • Updated editor preference to use VISUAL environment variable over EDITOR per Unix convention

v1.0.81

Compare Source

  • Made the MAX_OUTPUT_LENGTH in bash.ts overridable by OPENCODE_EXPERIMENTAL_BASH_MAX_OUTPUT_LENGTH
  • Fixed autocomplete with existing space after trigger
  • Replaced ruby-lsp with rubocop for better LSP performance
  • Fixed issue where AI SDK warnings were being printed
  • Added ability for users to name export files
  • Fixed toast wrapping issue
  • Made /export command go to current working directory

v1.0.80

Compare Source

  • No user-facing changes in this commit

v1.0.79

Compare Source

  • Added PHP Intelephense LSP support
  • Added YAML language server support
  • Made AUR build check for glibc vs musl system compatibility
  • Disabled fetch timeout by default in provider options
  • Fixed OpenRouter AI SDK package support
  • Added bun install retries for better reliability
  • Fixed external directory permission wildcarding to be more sane
  • Made bash tool use external directory permissions
  • Added ability to show reasoning summaries for Gemini models
  • Fixed issue 4475
  • Added subagents to agents modal (non-selectable)
  • Allowed task tool to have resume capabilities
  • Added top-level lsp: false and formatter: false options to disable all formatters or LSPs at once
github/copilot-cli (npm:@​github/copilot)

v0.0.362

Compare Source

  • Fix issues with image drag and drop on Windows
  • Shell commands are no longer included in Bash and PowerShell history files
  • Paste image data from your clipboard directly into the CLI
  • Cleanup and update prompts and tool instructions to be more fluid
google-gemini/gemini-cli (npm:@​google/gemini-cli)

v0.17.1

Compare Source

What's Changed

Full Changelog: google-gemini/gemini-cli@v0.17.0...v0.17.1

v0.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: google-gemini/gemini-cli@v0.16.0...v0.17.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@unsc-oni-ancilla unsc-oni-ancilla bot changed the title fix(deps): update dependency aqua:sst/opencode ( 1.0.78 ➔ 1.0.80 ) fix(deps): update dependency aqua:sst/opencode ( 1.0.78 ➔ 1.0.81 ) Nov 20, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/mise branch 2 times, most recently from b1c25dc to f7cffb1 Compare November 20, 2025 21:08
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title fix(deps): update dependency aqua:sst/opencode ( 1.0.78 ➔ 1.0.81 ) fix(deps): update mise file Nov 20, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title fix(deps): update mise file feat(deps): update mise file Nov 20, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/mise branch 18 times, most recently from 20b34db to 4672b22 Compare November 24, 2025 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant