Skip to content

Releases: Jomik/pi-armory

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 10:07
02b4a57

0.6.1 (2026-09-01)

Bug Fixes

  • tell agents approval tools prompt users (#28) (b461bf7)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 10:23
c22496b

0.6.0 (2026-08-30)

Features

  • report tool approval waits to herdr (#26) (5580f90)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 09:14
d0f6995

0.5.0 (2026-08-30)

Features

Bug Fixes

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 18:27
dfab270

0.4.0 (2026-06-01)

Features

  • add env field for non-secret environment variables (#18) (d5833ba)
  • add flag parameter support to command templates (#20) (9086975)
  • add JSON Schema generation from TypeBox definitions (#11) (780b3f3)
  • add renderCall/renderResult for tool UI improvements (18fba1a)
  • improve request_tool feedback loop (#17) (eff075c)
  • structured approval panel and renderCall parameter view (#19) (07a61a1)
  • support optional and string[] parameter types (#14) (07d6bed)
  • template syntax for parameter modifiers (#15) (30fa627)

Bug Fixes

  • draft: improve parameterization guidance with reusability principle (be10a85)
  • terminate agent loop after request_tool registration (f36b72c)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 24 May 11:12
deb9972

0.3.0 (2026-05-24)

Features

  • edit: add /armory edit with Re-draft button (#4) (440575e)

Bug Fixes

  • block parallel request_tool calls (#9) (21ad2b8)
  • re-register tool after edit so changes take effect immediately (#10) (968a0a4)
  • serialize approval dialogs via tool_call event (#8) (4bfd8fe)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 23 May 18:04
f339a7a

0.2.1 (2026-05-23)

Bug Fixes

  • move setActiveTools to session_start handler (cb2c442)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 May 11:43
8f99b98

0.2.0 (2026-05-23)

Features

  • add parameters, model-based drafting, and review fixes (3ef9017)
  • disableBash config, derive secrets list from tool configs (4615780)
  • env stripping, secrets support, /armory secrets command (ef16891)
  • implement pi-armory extension (630d6b6)

Bug Fixes

  • handle quoted placeholders in command templates (6ac92a0)
  • wrap long lines in request_tool TUI to prevent crash (d317a7e)