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.

The add-on adapts OpenAI/Codex-like model sessions to a narrower Codex-style surface:

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-pty, partial-json, web-tree-sitter, tree-sitter-bash) so Piclaw's add-on installer can run a nested bun install for this package.

Caveats

node-pty is a native dependency. Installation requires the host to have the normal build toolchain available. The Piclaw LXC images used for development include build-essential, but very small deployments may need equivalent native-build tools.