Skip to content

miyahluvgames-source/codex-practical-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Codex Practical Tools

Reusable Codex utilities and operator-facing tools that are useful outside any single project repo.

This repository is the public toolbox layer of the account. It is meant for portable utilities, reference implementations, and small operator products that can stand on their own.

Tool collection map

What lives here

This repo currently carries two public tools:

1. Mobile Codex Desktop Bridge

Path:

  • tools/mobile-codex-desktop-bridge/

What it provides:

  • phone-friendly access to the current Codex Desktop thread
  • desktop-backed New Session and Add project sync
  • authenticated local-file proxying for files returned by Codex
  • a private-by-default remote access workflow for personal use

Reference design notes:

If you only need this tool as a standalone project, use the dedicated repo:

2. Agent Control Panel

Path:

  • tools/agent-control-panel/

What it provides:

  • a polished static dashboard for local agent stacks
  • a shared snapshot schema instead of a hard-wired machine dump
  • a Codex adapter for snapshot generation
  • a Claude Code-friendly adapter for config-driven rendering

Preview:

Agent Control Panel preview

Reference design notes:

Repo role

Use this repo when you want:

  • a curated collection of reusable Codex-side utilities
  • reference implementations that may later become standalone tools
  • small public tools that benefit from living together under one toolbox

Do not use this repo as a dump for machine-local stack snapshots, private operator notes, or environment-specific handoff material.

Layout

  • tools/
    • reusable public tools and reference implementations
  • docs/
    • repo-level design notes for the tools in this collection

Design rule

If the requirement is "continue the same Codex Desktop conversation", do not replace that with a separate SDK session. The visible desktop thread remains the execution authority, and remote surfaces should behave like projections of that thread rather than independent clients.

About

Reusable Codex utilities and bridges, including a mobile desktop-thread bridge and an agent control panel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors