| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Pixcode v1.30.0 source code.tar.gz | 2026-04-22 | 2.3 MB | |
| Pixcode v1.30.0 source code.zip | 2026-04-22 | 2.6 MB | |
| README.md | 2026-04-22 | 1.4 kB | |
| Totals: 3 Items | 4.9 MB | 0 | |
Pixcode v1.30.0 — Full Rebrand Release
First release under the new @pixelbyte-software/pixcode identity. This release completes the rebrand from the upstream CloudCLI UI / claudecodeui codebase and brings Pixcode in line with upstream v1.30.0 features.
Highlights
- Full rebrand to
@pixelbyte-software/pixcode— new npm package name, CLI binary, plugin directory, and organization. - Plugin directory moved from
~/.claude-code-ui/pluginsto~/.pixcode/plugins(localized across 9 languages). - Upstream v1.30.0 feature parity — i18n additions (tr, it), provider module consolidation, rebuilt chat composer, tool display, plan mode, and session model selector.
- Claude Opus 4.6 support via the Claude Agent SDK with env forwarding to the SDK subprocess.
- New frontend primitives and tool status helpers ported from upstream.
Install
```bash npm install -g @pixelbyte-software/pixcode pixcode ```
Breaking changes
- If upgrading from
@cloudcli-ai/cloudclior the pre-rebrand Pixcode, you will need to migrate your plugins from~/.claude-code-ui/pluginsto~/.pixcode/plugins.
Credits
Ports upstream siteboon/claudecodeui v1.30.0 features on top of Pixcode's v1.29.5 base.
Full changelog: https://github.com/alicomert/pixcode/compare/v1.29.5...v1.30.0