├── INDEX.md ├── QUICKSTART.md ├── README-config.md ├── README.md ├── advanced.md ├── api.md ├── claude-desktop-config.json ├── config-advanced.json ├── config-simple.json ├── install.sh ├── troubleshooting.md └── verify-config.sh /INDEX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pluviobyte/Claude-Codex/HEAD/INDEX.md -------------------------------------------------------------------------------- /QUICKSTART.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pluviobyte/Claude-Codex/HEAD/QUICKSTART.md -------------------------------------------------------------------------------- /README-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pluviobyte/Claude-Codex/HEAD/README-config.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pluviobyte/Claude-Codex/HEAD/README.md -------------------------------------------------------------------------------- /advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pluviobyte/Claude-Codex/HEAD/advanced.md -------------------------------------------------------------------------------- /api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pluviobyte/Claude-Codex/HEAD/api.md -------------------------------------------------------------------------------- /claude-desktop-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pluviobyte/Claude-Codex/HEAD/claude-desktop-config.json -------------------------------------------------------------------------------- /config-advanced.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pluviobyte/Claude-Codex/HEAD/config-advanced.json -------------------------------------------------------------------------------- /config-simple.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pluviobyte/Claude-Codex/HEAD/config-simple.json -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pluviobyte/Claude-Codex/HEAD/install.sh -------------------------------------------------------------------------------- /troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pluviobyte/Claude-Codex/HEAD/troubleshooting.md -------------------------------------------------------------------------------- /verify-config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pluviobyte/Claude-Codex/HEAD/verify-config.sh --------------------------------------------------------------------------------