Skip to content

Releases: getmilpa/console

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 08:51
96619e8

0.6.0 (2026-07-31)

Features

  • OperationRunner — one place where an operation runs, and one place a hook sees it (7402a51)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 08:24
eaeedd2

0.5.0 (2026-07-31)

Features

  • the TUI surface stops being a screen you read (af3625d)

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 31 Jul 07:50
5e5a5ce

0.4.2 (2026-07-31)

Bug Fixes

  • the HTTP policy contract now lives in milpa/command (47b7bf1)

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 04:06
e240bf6

0.4.1 (2026-07-31)

Bug Fixes

  • require milpa/plugin ^0.6 (56dc871)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 03:09
d67c403

0.4.0 (2026-07-31)

Features

  • the HTTP projector lands here, with identity behind an interface (a03502e)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 01:49
c5b4543

0.3.1 (2026-07-31)

Bug Fixes

  • require milpa/plugin ^0.5 (1872585)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 00:38
e828483

0.3.0 (2026-07-31)

⚠ BREAKING CHANGES

  • a projected tool's name is now normalised — anything outside [a-zA-Z0-9_-] becomes _, and names longer than 64 characters are truncated. An operation named plugins.list registers as the tool plugins_list.

Features

  • normalise MCP tool names to what the spec accepts (e172915)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 23:42
117c48f

0.2.0 (2026-07-30)

⚠ BREAKING CHANGES

  • CliRunner's default output is now text for a person, not JSON. A host that wants JSON declares it: new CliRunner(renderer: new JsonCliRenderer()). That JSON was never a decision — json_encode was the only path a non-scalar result had.

Features

  • a renderer materialises what a projector produced (6a9b1ed)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 19:49
979e3fe

0.1.0 (2026-07-30)

Features

  • milpa/console — the projection layer (ddf6328)

Miscellaneous Chores

  • cut the first line at 0.1.0, not 1.0.0 (b769e8f)