Skip to content

ctxbin@1.3.2

Latest

Choose a tag to compare

@superlucky84 superlucky84 released this 24 Mar 04:44

v1.3.2

What's New

  • CTXBIN_OK confirmation on save/delete — save and delete commands now emit a structured confirmation message to stderr on success, so agents can clearly distinguish a successful operation from a silent no-op.

CTXBIN_OK: ctx saved (my-project/main)
CTXBIN_OK: agent deleted (reviewer)
CTXBIN_OK: skill saved (fp-pack, --dir)

  • CTXBIN_QUIET=1 — Set this environment variable to suppress CTXBIN_OK messages in automation pipelines where the confirmation is unnecessary.

Notes

  • Confirmation is written to stderr only — stdout behavior is unchanged, so existing pipelines are not affected.
  • The format mirrors the existing CTXBIN_ERR convention for easy parsing.