whatisgithub

What is codex-full-output?

bjdubb/codex-full-output — explained in plain English

Analysis updated 2026-05-18

6PowerShellAudience · developerComplexity · 3/5Setup · moderate

In one sentence

codex-full-output is an unofficial Windows patch that expands the OpenAI Codex desktop app's truncated tool output and shell commands into full view via new Appearance settings.

Mindmap

mindmap
  root((codex-full-output))
    What it does
      Expands tool output height
      Shows full shell commands
      Adds Appearance settings
    Tech stack
      PowerShell
      Electron
      JavaScript
    Use cases
      Read full tool output
      View untruncated commands
      Standalone updatable install
    Audience
      Windows Codex users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

See the full height of tool output in the Codex desktop app instead of a small scrollable box.

USE CASE 2

View complete shell commands in Codex without them being cut off after two lines.

USE CASE 3

Install a standalone patched copy of Codex that updates independently of the Microsoft Store version.

What is it built with?

PowerShellElectronJavaScript

How does it compare?

bjdubb/codex-full-outputgrafikerdem/agent-context-economylaurentongaro/patchcleanerrevisited
Stars664
LanguagePowerShellPowerShellPowerShell
Setup difficultymoderateeasymoderate
Complexity3/52/53/5
Audiencedeveloperdeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Windows 10 or 11 x64, PowerShell 5.1 or newer, and Node.js with npx on PATH.

No license information was found in the README.

So what is it?

codex-full-output is an unofficial Windows patch for OpenAI's Codex desktop app that fixes two display limits in its interface. Normally the app shows tool output inside a small fixed height box with its own scrollbar, and cuts long shell commands off after two lines. This patch adds two new settings under the app's Appearance preferences that expand tool output to its full height and show complete shell commands without truncation, and both are turned on by default after installing. The project is not affiliated with OpenAI or Microsoft. Rather than modifying the version of Codex installed through the Microsoft Store, it downloads the official installer package separately, extracts it into its own standalone folder outside the Store's protected location, and injects a small CSS file and a JavaScript file into the app's packaged code to change how tool output and commands are displayed. It then creates a launcher and optional shortcuts for this separate copy, leaving the Store installed version untouched. To install it you need Windows 10 or 11 on a 64 bit machine, PowerShell 5.1 or newer, and Node.js available on your system path. You download or clone the repository and run the included installation script, which asks where to install the standalone copy. Running the installer again later updates the standalone copy to a newer Codex version, and if the update process fails partway through, the previous working copy is restored automatically. A separate uninstall script removes the standalone copy and any shortcuts it created, but only if it recognizes the folder as one it installed itself, and it sends the files to the Recycle Bin rather than deleting them immediately. The author documents exactly how the installer verifies the downloaded package's signature and identity before patching it, and lists known limitations, including that it only works on Windows, and that launching the standalone copy may close another open Codex window since the app only allows one running instance at a time.

Copy-paste prompts

Prompt 1
Run Install-CodexFullOutput.ps1 on my Windows machine and choose a per-user install location that doesn't need elevation.
Prompt 2
Explain how this patch injects full-output.css and full-output-settings.js into Codex's app.asar file.
Prompt 3
Uninstall the standalone Codex Full Output copy using the provided uninstall script.
Prompt 4
Update my standalone Codex installation to the latest patched version.

Frequently asked questions

What is codex-full-output?

codex-full-output is an unofficial Windows patch that expands the OpenAI Codex desktop app's truncated tool output and shell commands into full view via new Appearance settings.

What language is codex-full-output written in?

Mainly PowerShell. The stack also includes PowerShell, Electron, JavaScript.

What license does codex-full-output use?

No license information was found in the README.

How hard is codex-full-output to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is codex-full-output for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.