Skip to content

Releases: Vistyy/nopus

nopus 1.1.0

Choose a tag to compare

@Vistyy Vistyy released this 16 Aug 13:46

nopus 1.1.0 adds clearer control over how automatic rewrites appear and how much detail they retain.

Highlights:

  • Pi now hides a rejected response from the terminal transcript before showing its rewrite by default.
  • The rejected response remains available in Pi session and model history.
  • Pi response hiding can be changed with /nopus hide-original on|off, the shared configuration file, or NOPUS_PI_HIDE_ORIGINAL_RESPONSE.
  • The new opt-in extraSimple mode requests a short initial answer that keeps the conclusion, immediate action, and action-changing conditions while leaving supporting detail for follow-up.
  • Extra-simple rewriting works across Pi, Claude Code, and Codex and can be enabled with the configuration skill or NOPUS_EXTRA_SIMPLE.
  • The private evaluation workflow can compare normal and extra-simple rewrites using full supported conversation branches.

Install or update the Pi package from npm:

pi install npm:@syzom/nopus

See the README for Claude Code and Codex installation instructions.

nopus 1.0.0

Choose a tag to compare

@Vistyy Vistyy released this 15 Aug 13:12

The first public release of nopus.

nopus uses deterministic prose checks to detect coding-agent responses with sustained or compounded complexity and request one clearer rewrite.

Highlights:

  • Supports Pi, Claude Code, and Codex.
  • Provides low, medium, and high sensitivity, with medium as the default.
  • Preserves technical terms, commands, identifiers, conditions, and necessary detail.
  • Allows at most one automatic rewrite.
  • Includes user-invoked skills for configuration and manual simplification.

Install the Pi package from npm:

pi install npm:@syzom/nopus

See the README for Claude Code and Codex installation instructions.