Skip to content

CodeNarrator v2.0.6 — The Smarter Narrator Update

Latest

Choose a tag to compare

@CodeMaverick-143 CodeMaverick-143 released this 01 Nov 21:09
· 5 commits to main since this release
1d11e48

What’s new

  • Fixed npm packaging warnings (bin path, repo URL, missing .npmignore)
  • Added optimized package.json with clean scripts, metadata, and file filtering
  • Added one-command release script (npm run publish:pro)
  • Improved project structure for faster installs and smaller bundle size
  • General stability & performance improvements for smoother CLI experience

Release Description

This release refines CodeNarrator’s developer experience and publish flow.
The CLI is now more stable, lighter, and ready for future AI-engine upgrades.
You can now ship updates to npm in one line — just run:

npm run publish:pro

Try it out:

npm i -g @codemaverick-143/codenarrator
codenarrator --help

Next up: integration with Gemini 2.0 API and offline narration caching for lightning-fast code explanations ⚡