codex-web-local is a local fork/workspace for a Codex web UI and CLI wrapper (codexapp).
- Frontend: Vue 3, Vite, TypeScript
- Backend bridge: Node + Express
- CLI output:
dist-cli/index.jsvia tsup
- Frequent branch merges into local
main - Strong conflict-resolution policy (intentional per-file merges)
- Manual regression documentation in
tests.md - Integrated terminal uses a Node PTY bridge plus an xterm frontend for local/worktree threads
- Realtime chat rendering uses cached markdown/highlight output and bridge-side inline media sanitization to keep browser payloads bounded
- User-visible UI work is expected to include dark-theme verification, not only light-theme checks
- Worktree dev startup may reuse a shared
node_modulestree; forcing reinstall is not always the right default - Directory Hub is the
#/skillssurface for Plugins, Apps, Composio, MCPs, Skills search, and installed local skills
- Source snapshot
- Integrated terminal source
- Directory Hub Composio and Skills search source
- Realtime chat rendering source
- Skills route UI + first-launch card source
- Integrated terminal concept
- Directory Hub, Composio, and Skills Search concept
- Realtime chat rendering concept
- Merge-to-main workflow concept
- Skills route UI concept