Releases: poe-platform/poe-code
Releases · poe-platform/poe-code
v3.0.129
3.0.129 (2026-04-03)
Bug Fixes
- add terminal screenshot cli (bb3c198)
- build: resolve workspace subpath aliases to src dir, not src/index.ts (937fe62)
- design-system: own prompt log and cancel primitives (dd45bf7)
- design-system: write text.* output directly in non-terminal formats (6c8da66)
- github-workflows: package prompts and cli defaults (ef6dc9e)
- github-workflows: update test assertion for claude-code agent name (ac9442b)
- pipeline: count tasks and steps separately in progress reporting (ace243f)
- qa: use .js extension for test-cli and menu-cli fixtures (32b52c3)
- release: move bundled workspace deps from dependencies to devDependencies (fdbe057)
- terminal-pilot: keep sessions in map until terminal_close_session is called (d2287c7)
- terminal-screenshot: align rendering with freeze (ea2a1c7)
- terminal-screenshot: embed shipped font asset (e95cd4a)
- terminal-screenshot: fix special character rendering (7f5e972)
- workflows: add workflow_dispatch to release-terminal-pilot (08698bf)
- workflows: pin node to 22.14.0 to avoid broken npm in 22.22.x (fd5bcae)
Features
- cmdkit-schema: add typed schema package (39cdb76)
- cmdkit: add CLI runner (42714c3)
- cmdkit: add labels support to S.Enum for interactive prompts (19ead65)
- cmdkit: add loadOptions to S.Enum for dynamic interactive select (4fb1539)
- cmdkit: add MCP server helpers (95f9186)
- cmdkit: add preset-based CLI defaults (2056914)
- cmdkit: add shared output renderer (b79d235)
- cmdkit: add typed command definitions (9de0d84)
- cmdkit: add typed sdk surface (827906b)
- cmdkit: auto-generated --help with breadcrumb, secrets, scope (9e425bc)
- cmdkit: fixture mode via CMDKIT_FIXTURE env var (5f75240)
- cmdkit: preflight command requirements (2e97bc5)
- design-system: add intro note and outro primitives (534f44f)
- design-system: add multiselect prompt (d416b48)
- design-system: add own spinner primitive (93df575)
- design-system: add scoped output format overrides (d9149ea)
- design-system: format dispatch for acp/components and static renderers (Phase 4) (b75e36b)
- design-system: format-aware text and symbols (Phase 3) (8dcab01)
- design-system: generate markdown/json design language docs (Phase 5) (9e13e88)
- design-system: wire own primitives, remove clack direct usage (d48e047)
- github-workflows: add 7 reusable workflow_call definitions (f618d93)
- github-workflows: add automation discovery (739b364)
- github-workflows: add built-in prompts (43db1a3)
- github-workflows: add prompt-preview command and fix prompts bundling (3a3e427)
- github-workflows: add workflow automation commands (81dd59a)
- github-workflows: install all automations for poe-code repo (44b2d2c)
- github-workflows: move automation labels into prompt frontmatter (29b4cf4)
- github-workflows: prefix installed files with poe-code-, centralize upstream repo (d65a9af)
- github-workflows: scaffold frontmatter parsing (f012677)
- github-workflows: use GitHub App token in ejected workflows (b8037e5)
- github-workflows: wire root CLI entrypoint (2611050)
- pipeline: add {{file '...'}} include syntax for prompts (6e72ad2)
- pipeline: add setup and teardown lifecycle hooks (59b3302)
- pipeline: add validate --preview to render expanded prompts with vars (4043bee)
- pipeline: add vars for named string substitution in prompts (004b523)
- pipeline: allow setup/teardown to be disabled or overridden per plan (781dce9)
- release: add paired release workflows for terminal-png and terminal-pilot (db9d667)
- scaffold terminal screenshot package (91a4884)
- terminal-pilot: add 5 MCP improvements and QA runbook (fe9bebe)
- terminal-pilot: add terminal-buffer (2174757)
- terminal-screenshot-mcp: add MCP server wrapping terminal-screenshot (134e237)
- terminal-screenshot: add svg renderer (e612cc3)
- terminal-screenshot: export png renderer (bbc36c8)
- terminal-screenshot: implement ANSI parser with unit tests (e23b4e2)
v3.0.128
v3.0.127
v3.0.126
v3.0.125
v3.0.124
v3.0.123
v3.0.122
3.0.122 (2026-04-02)
Bug Fixes
- cli: correct help descriptions and archive stale plans (17b08f1)
- launch: infer host runtime from command (d57d990)
Features
- launch: add managed process CLI and SDK (a9bca2e)
- process-launcher: add readiness checks (1500de7)
- process-launcher: add retained log writer (3dfdd3b)
- process-launcher: add simulation testing API (f70799b)
- process-launcher: add state store (5c2ce5f)
- process-launcher: add supervisor lifecycle (fa8a654)
- process-launcher: re-export launcher SDK helpers (c5b1a52)
- process-launcher: scaffold launcher package (496d990)
- process-runner: add docker engine helpers (5960c78)
- process-runner: add docker run args builder (54ecf22)
- process-runner: add docker runner (3e9064e)
- process-runner: add host runner (0886e02)
- process-runner: export mock runner utilities (18cbbd2)
- process-runner: scaffold package types (f5837a6)