[FEATURE]: Suppress file installation of all optional languages except selected choices #8251

Open
opened 2026-02-16 18:09:31 -05:00 by yindo · 1 comment
Owner

Originally created by @zigmoo on GitHub (Feb 1, 2026).

Originally assigned to: @thdxr on GitHub.

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

[Proposed FEATURE]:
Suppress file installation/update of all optional languages files except selected choices

  • example: english, spanish, german, chinese, japanese, french, russian...
    all other locale files would be eliminated from updates to local opencode

PS: OpenCode is EXCELLENT. I LOVE IT!

Originally created by @zigmoo on GitHub (Feb 1, 2026). Originally assigned to: @thdxr on GitHub. ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request [Proposed FEATURE]: Suppress file installation/update of all optional languages files except selected choices - example: english, spanish, german, chinese, japanese, french, russian... all other locale files would be eliminated from updates to local opencode PS: OpenCode is EXCELLENT. I LOVE IT!
yindo added the discussion label 2026-02-16 18:09:31 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 1, 2026):

This issue might be a duplicate of or related to existing issues. Please check:

  • #4853: When built from the flake, opencode package is extremely large (4GB+) - discusses bundling all platform-specific optional dependencies instead of just what's needed, which is a similar optimization concept

Both issues relate to reducing package size and bloat by excluding unnecessary optional components (platform binaries vs language files). The underlying solution pattern is similar - allowing users to select which optional components to include rather than bundling everything.

@github-actions[bot] commented on GitHub (Feb 1, 2026): This issue might be a duplicate of or related to existing issues. Please check: - #4853: When built from the flake, opencode package is extremely large (4GB+) - discusses bundling all platform-specific optional dependencies instead of just what's needed, which is a similar optimization concept Both issues relate to reducing package size and bloat by excluding unnecessary optional components (platform binaries vs language files). The underlying solution pattern is similar - allowing users to select which optional components to include rather than bundling everything.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8251