Date: 2026-03-09 Milestone: NVIDIA CLI v7.0 Release
- Created
nv_cli/package structure - Config module with JSON loader and validation
- Soul/Identity system with markdown templates
- Skills system with security scanner
- Memory system with hybrid search (SQLite + embeddings)
- Heartbeat system with scheduler
- Agents module with ReActAgent and subagent orchestration
- Tools registry with implementations
- CLI entry point with subcommands
- Soul System - SOUL.md, IDENTITY.md, USER.md, MEMORY.md templates
- Configuration - Agent configs with model fallbacks
- Skills - Discovery, install, security scanning
- Memory - Hybrid vector + keyword search
- Subagents - Spawn/parallel task execution
- Heartbeat - Periodic task checking
- Identity Loading - ReActAgent fully loads SOUL, IDENTITY, MEMORY, USER, HEARTBEAT, TOOLS, AGENTS.md into system prompt
- Fixed slash command completer - only activates on
/ - Reverted logo to user's original ASCII art spacing
- Multi-agent support via
nv agentsubcommands
- pyproject.toml for modern packaging
- Updated setup.py to v7.0.0
- Created README.md
- Updated ~/.local/bin/nv wrapper script
- Files Created: 33 Python modules
- Lines of Code: ~3,000+
- Packages Installed: 50+ dependencies
- Test Status: β Manual verification complete
- Fixed
PermissionModenot exported from config module - Fixed asyncio conflict with prompt_toolkit (
prompt_async)
- Create automated tests
- Add SKILL.md documentation
- Improve memory search with actual embeddings
- Add subagent execution (currently placeholder)
- Extracted NVIDIA CLI v7.0 from cadpal repo (commit 8db8868)
- Created new dedicated repository: https://github.com/SingularityAI-Dev/Nvidia-CLI
- Pushed all 40 files with full git history
- Cloned to local working directory
- Fixed missing
memory/module (was not copied during extraction) - Installed in editable mode:
pip install -e . - Verified full functionality:
nv --helpβnv agent listβ- shows default agent with OpenClaw identity β
- URL: https://github.com/SingularityAI-Dev/Nvidia-CLI
- Status: Public, fully functional
- Branches: master (default)
Last updated: 2026-03-09