Skip to content

Releases: katanemo/plano

release 0.4.14

20 Mar 07:52
406fa92

Choose a tag to compare

What's Changed

Full Changelog: 0.4.13...0.4.14

release 0.4.13

20 Mar 05:52
180a9cb

Choose a tag to compare

Highlights

Key Features

  • Output Filter Chain — Adds support for output filter chains, enabling guardrails and processing on LLM responses in addition to the existing input/prompt filters (#822)
  • Kubernetes Deployment Support — New K8s manifests and docs for self-hosted Arch-Router (vLLM) with GPU support, including deployment YAMLs and in-cluster routing config (#831)

Improvements

  • Brightstaff Refactor — Extracted AppState struct, cleaner error propagation, graceful shutdown (ctrl-c), and reorganized handlers into agents/ and llm/ modules (#736)
  • Reliable Container Startup — Separated config generation from process startup in supervisord, ensuring configs are fully rendered before services launch (#838)

Security

  • CVE-2026-0861 — Fixed glibc vulnerability via apt-get upgrade in Docker image (#832)

List of changes

Full Changelog: 0.4.12...0.4.13

release 0.4.12

15 Mar 20:04
f1b8c03

Choose a tag to compare

⏺ ## Highlights

Key Features

  • Codex support — Plano now works with OpenAI Codex (#808)
  • Routing service — New routing service + support for inline routing_policy in request bodies (#814, #815)
  • Unified model overrides — Single config for custom router and orchestrator models (#820)
  • New supported models — Added new LLM models to Plano (#829)

Improvements

  • Native mode logsplanoai logs now works in native (non-Docker) mode (#807)
  • Docker-free demos — Demos can now run without Docker (#809)
  • Local Arch-Router — Instructions for self-hosting arch-router via Ollama (#819)
  • Better config errors — Improved validation error messages (#825)

Docs & Infra

  • Kubernetes deployment guide (#816)
  • Claude Code skills and streamlined CLAUDE.md (#823, #824)

List of changes

Full Changelog: 0.4.11...0.4.12

0.4.11

05 Mar 22:00
065328e

Choose a tag to compare

Highlights

Native mode is now the defaultuv tool install planoai just works. No Docker, no Rust toolchain, no repo clone needed. Pre-compiled binaries (Envoy, WASM plugins, brightstaff) are automatically downloaded on first run.

  • Run with Docker using planoai up config.yaml --docker (opt-in)
  • Download progress bars show real-time status for binary downloads

Full Changelog: 0.4.10...0.4.11

What's Changed

Full Changelog: 0.4.9...0.4.11

release 0.4.9

27 Feb 00:19
d9404af

Choose a tag to compare

image

What's Changed

New Contributors

Full Changelog: 0.4.8...0.4.9

release 0.4.8 🎉

18 Feb 09:54
7b5f154

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.7...0.4.8

release 0.4.7

17 Feb 13:58
bfbf838

Choose a tag to compare

What's Changed

  • Supporting OpenClaw routing via Plano
Your paragraph text

Plus many quality of improvement updates

Full Changelog: 0.4.6...0.4.7

0.4.6

11 Feb 05:01
b9b91dd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.4...0.4.6

release 0.4.4

29 Jan 04:45
d8b4c80

Choose a tag to compare

What's Changed

Full Changelog: 0.4.3...0.4.4

release 0.4.3

18 Jan 08:08
da5cbc2

Choose a tag to compare

What's Changed

  • tweaks to web and docs to align to 0.4.2 by @salmanap in #680
  • remove unnecessary clones from code by @adilhafeez in #682
  • Bump next from 16.0.0 to 16.0.10 in /packages/ui by @dependabot[bot] in #684
  • don't include internal models in /v1/models endpoint by @adilhafeez in #685
  • http-filter: add fully http based demo (remove MCP) by @MeiyuZhong in #681
  • add instructions about planoai and update guide to talk about pre-com… by @adilhafeez in #693
  • feat: add passthrough_auth option for forwarding client Authorization header by @tqtensor in #687
  • reduce number of info statements in pipeline processor by @adilhafeez in #698
  • making Messages.Content optional, and having the upstream LLM fail if… by @salmanap in #699
  • Improve supervisord config file so its readable by @adilhafeez in #700
  • demo: add multi-framework agent demo by @Spherrrical in #688
  • release 0.4.3 by @adilhafeez in #701

New Contributors

Full Changelog: 0.4.2...0.4.3