Skip to content

Releases: QianJinGuo/prompt-boost

v0.1.0 — M0 minimal set

Choose a tag to compare

@QianJinGuo QianJinGuo released this 07 Sep 00:40

First public release: the M0 minimal set.

  • Engine (@prompt-boost/core): profile-driven single-shot enhancement, deterministic output cleaning, structured error codes, six hard-constraint rule assertions (template and eval share one spec)
  • CLI (pb): one-key enhance, profiles, check (rule gate), doctor
  • MCP server: enhance_prompt tool (agent-invoked, BYOK) + boost-* prompts (user-invoked, zero-key — uses the client's own model)
  • Playground: single-file BYOK UI with streaming, rule badges, revert
  • Providers: OpenAI-compatible SSE with connection warmup; Ollama with keep_alive model pinning

Verified: 43/43 tests, 9/9 deterministic eval cases, engine overhead P50 0.004ms.
pb watch (resident hotkey mode) is intentionally gated by decision D7 — see docs/ACCEPTANCE.md.

Full Changelog: https://github.com/QianJinGuo/prompt-boost/commits/v0.1.0