codex-conversion
extension
Codex-style prompt and tool adapter for OpenAI/Codex-like models in Piclaw
adaptercodexopenaipromptingtools
Open Settings → Add-Ons and pick codex-conversion
Source: addons/codex-conversion

First-party Piclaw packaging of Igor Warzocha's MIT-licensed pi-codex-conversion extension.

Requires Piclaw >=1.8.0.

The add-on activates only for supported Codex-like models and adapts those sessions to a narrower Codex-style surface:

Install

Open Settings → Add-Ons and install codex-conversion from the catalog. The node-pty dependency requires a compiler, make, and Python during installation.

Upstream

Packaging notes

This package keeps the upstream source layout under src/ and adapts imports to Piclaw's current package names:

It also declares upstream runtime dependencies (node-gyp, node-pty, partial-json, web-tree-sitter, tree-sitter-bash) so Piclaw's add-on installer can run a nested bun install for this package. node-gyp is package-local rather than a host-global prerequisite.

Caveats

node-pty is a native dependency. Installation requires a compiler, make, and Python. The Piclaw LXC and microVM images include that toolchain; very small deployments may need equivalent native-build tools.