v0.3.8
omcipcap v0.3.8
Highlights
馃 Local AI/RAG workflow
- Added local RAG workspace initialization, ingestion, querying, status, profiles, and case management.
- Build a private OMCI troubleshooting knowledge base from your own captures.
- Persist generated Markdown reports and filtered OMCI-only PCAPs.
- Added example issue cases and reproducible PCAP generators.
馃摑 New overview command
- Replaced
overview-jsonwithoverview. - Markdown is now the default output.
- JSON output is available with
-j. - Generates a unified report including ONU capability, validation, MIB summary, VLAN rules, T-CONT/GEM flows, and topology.
馃摎 Documentation
- Added a comprehensive AI/RAG user guide.
- Updated README and CLI documentation.
- Improved examples and test coverage.
馃敡 Improvements
- RAG commands are now optional (
pip install "omcipcap[rag]"). - Improved semantic retrieval and Markdown rendering.
- Various bug fixes and internal refactoring.
Breaking change
overview-json has been replaced by:
omcipcap overview capture.pcap -jFull Changelog: v0.3.7...v0.3.8