Skip to content

Conversation

@andrewhertog
Copy link

@andrewhertog andrewhertog commented Jan 24, 2026

Summary

  • Updates Codex to VSCodium 1.108.1 (from ~1.99)
  • Includes all upstream VSCodium patches and build improvements from 1.100 through 1.108
  • Adds patch to hide activity bar items
  • CI fixes for Node.js setup, Docker base image, and workflow improvements

Key Changes

Version Updates:

  • VSCodium 1.108.1 with all associated patch updates
  • Node.js version management via .nvmrc
  • Docker base image updated to Node 22.21.1

CI/Build Fixes:

  • Correct install_gh.sh path in Linux workflow
  • Add missing Node.js setup to reh_alpine job
  • Use .nvmrc for Node.js version consistency

Features:

  • New patch to hide activity bar items (patches/user/microphone.patch related)

Test Binaries

Pre-built test binaries are available at:
https://github.com/andrewhertog/codex/releases/tag/1.108.10578

Test plan

🤖 Generated with Claude Code

daiyam and others added 30 commits April 6, 2025 02:27
darkyzhou and others added 29 commits December 24, 2025 01:05
Move Explorer, Search, SCM, and Run/Debug from the primary Activity Bar
to the Secondary Side Bar. This hides the buttons from the main sidebar
while preserving all functionality via keyboard shortcuts and commands.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Sync with upstream VSCodium 1.108.1 (VS Code 1.108.1)
- Re-apply Codex branding and customizations
- Update patches for compatibility with new VS Code version
- Fix microphone.patch for updated webview allowRules
- Update all workflows with Codex environment variables

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ar-items

feat(ui): add patch to hide activity bar items
Resolved conflicts:
- Kept deletions from dest/master (insider workflows, lock, stale, spearhead)
- Used dest versions for docs, README, snapcraft configs
- Used upstream patches for 1.108 compatibility
- Used upstream prepare_vscode.sh structure with Codex branding
- Used upstream utils.sh with new variables (TUNNEL_APP_NAME, GLOBAL_DIRNAME)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
VS Code 1.108 requires Node 22.21.1. Update Linux and Windows workflows
to use node-version-file: '.nvmrc' instead of hardcoded Node 20.x.

- Update actions/setup-node from v4 to v6
- Replace hardcoded node-version with node-version-file: '.nvmrc'

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
VS Code 1.108 requires Node 22.21.1. Update Dockerfile base images
from node:20.19.0 to node:22.21.1.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The reh_alpine job was missing the Node.js setup step, causing it
to use the runner's default Node version instead of 22.21.1.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The script moved to build/linux/install_gh.sh in upstream.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@andrewhertog andrewhertog merged commit 4c71c28 into master Feb 10, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.