| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Pixcode v1.39.0 source code.tar.gz | 2026-05-11 | 2.7 MB | |
| Pixcode v1.39.0 source code.zip | 2026-05-11 | 3.1 MB | |
| README.md | 2026-05-11 | 1.9 kB | |
| Totals: 3 Items | 5.9 MB | 0 | |
Pixcode v1.39.0
Pixcode 1.39.0 adds custom OpenAI-compatible TaskMaster configuration and refreshes the public project presentation so the repo is easier to understand, install, contribute to, and discover from GitHub Pages or AI search tools.
Highlights
- TaskMaster Settings now supports a custom OpenAI-compatible API key, API URL, and model field.
- Custom TaskMaster values are mapped into
OPENAI_API_KEY,OPENAI_BASE_URL, andOPENAI_MODELduring TaskMaster CLI execution. - Standard OpenAI fields still work; custom OpenAI-compatible values override them only for TaskMaster execution when configured.
- README was rewritten as a complete product and open-source overview with screenshots, install commands, API examples, TaskMaster guidance, and contribution/security links.
- GitHub Pages landing page was redesigned as a text-first product page focused on what Pixcode does, not placeholder screenshots.
- Chat composer is now pinned to the bottom of the chat frame with measured message-pane padding, so it stays usable across empty chats, active sessions, split panels, and side-panel layouts.
- Orchestration now allows page-level vertical scrolling before desktop split mode, fixing mobile/tablet layouts where only small internal panes scrolled and lower content was unreachable.
- Added
CODE_OF_CONDUCT.md,SECURITY.md, and agood first issuetemplate. - Updated static docs, feature page, sitemap,
llms.txt, andllms-full.txtso search engines and AI assistants can understand the new feature set.
Verification
node scripts/smoke/taskmaster-config.mjsnode scripts/smoke/chat-composer-fixed-layout.mjsnode scripts/smoke/orchestration-mobile-scroll.mjsnpm run typechecknpm run lintnpm run buildgit diff --checkHUSKY=0 NPM_CONFIG_CACHE=/tmp/npm-cache npm pack --dry-run --ignore-scripts