Skip to content

v3.2.0

Choose a tag to compare

@angri450 angri450 released this 04 Jun 06:15
· 118 commits to main since this release
b9c6384

nong CLI v3.2.0 — Pure .NET CLI toolkit for scientific documents

71 commands. Zero JavaScript. One nong binary. Cross-platform.

What's New

Skill Lifecycle Management (4 commands)

  • nong skill validate — Validate SKILL.md structure and references
  • nong skill scan — Security scan on skill/plugin directory
  • nong skill inventory — List directory contents (single skill + plugin root)
  • nong skill package — Validate + scan + package into .zip
  • Replaces the deprecated skill-manager global tool

OCR (7 commands)

  • nong ocr cloud — PaddleOCR-VL cloud OCR
  • nong ocr local — Local PP-OCRv5 (E005/E009 honest errors)
  • nong ocr to-word — Cloud OCR → .docx conversion
  • nong ocr analyze-image — Image structure analysis
  • nong ocr check-env, nong ocr models, nong ocr install-model

Word Add Commands (11 commands)

  • word add paragraph, table, footnote, endnote, image, toc, xref, link, bookmark, comment, math
  • LaTeX math insertion via word add math --latex "E=mc^2"
  • Nested block support with --after blockId

Format Forensics

  • nong word dissect -o — nongmark/v1 one-slice-three-streams format fingerprint
  • nong word infer-format — Infer format from Chinese descriptions

Excel Improvements

  • excel to-groups — Multi-letter column support (AA, AB); graceful E006 on missing sheets

Install

dotnet tool install --global Angri450.Nong.Cli
nong commands --json

9 Packages

Package Version
Angri450.Nong.ThirdParty 3.0.2
Angri450.Nong.Docx 3.1.0
Angri450.Nong.Excel 3.0.5
Angri450.Nong.Chart 3.0.4
Angri450.Nong.Diagram 3.0.4
Angri450.Nong.Pptx 3.0.2
Angri450.Nong.MultiModal 3.0.6
Angri450.Nong.Bioicons 3.0.2
Angri450.Nong.Skill.Manager 3.0.2

Tests

  • 58 contract tests PASS
  • 15 skill behavior tests PASS