Add T3 Code browser GUI to fx image#12
Merged
Merged
Conversation
Bundle T3 Code (https://github.com/pingdotgg/t3code) in the fx image only. It is a browser GUI that drives the coding agents (OpenCode, Claude, Codex) and serves a web UI on port 3773; `t3 serve` runs it headless. - fx/Dockerfile: `npm install -g t3` alongside the other npm-based CLIs. - Makefile: add an fx-only `t3 --version` smoke test (test-fx). - README: document t3 as fx-only, and add a Coder-template snippet that starts T3 Code in the background, exposes it as a workspace icon, and gates it behind a workspace-creation parameter (opencode only by default, T3 Code opt-in). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Eszmn7WakQXem76vE9g7ZL
Remove the Coder-template wiring (coder_parameter / coder_app / startup_script) added earlier — that belongs in a workspace template, not in this image repo. Keep only the factual note that T3 Code (`t3`) is installed in the fx image. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Eszmn7WakQXem76vE9g7ZL
Match the single-line banner style used by the other sections. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Eszmn7WakQXem76vE9g7ZL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds T3 Code, a browser GUI for coding agents, to the
fxDocker image. T3 Code provides a web interface for driving AI coding agents like OpenCode, Claude, and Codex.Changes
t3) globally via npm in thefximage_testcase-t3codetest case to verify T3 Code installation and include it in thetest-fxtargetfxtag, including:fxtagt3 serve)Implementation Details
t3 --versionfxtag, which is the polyglot/full-featured imagehttps://claude.ai/code/session_01Eszmn7WakQXem76vE9g7ZL