README.md
setup.py
src/nimcode/__init__.py
src/nimcode/__version__.py
src/nimcode/agent.py
src/nimcode/cli.py
src/nimcode/config.py
src/nimcode/lenient_parser.py
src/nimcode/mcp_client.py
src/nimcode/memory.py
src/nimcode/model_registry.py
src/nimcode/nim_client.py
src/nimcode/permissions.py
src/nimcode/plugin_manager.py
src/nimcode/rag.py
src/nimcode/repl.py
src/nimcode/repo_map.py
src/nimcode/task_manager.py
src/nimcode/tools.py
src/nimcode/updater.py
src/nimcode/watcher.py
src/nimcode.egg-info/PKG-INFO
src/nimcode.egg-info/SOURCES.txt
src/nimcode.egg-info/dependency_links.txt
src/nimcode.egg-info/entry_points.txt
src/nimcode.egg-info/requires.txt
src/nimcode.egg-info/top_level.txt
src/nimcode/agents/__init__.py
src/nimcode/agents/qa_agent.py
src/nimcode/agents/subagent.py
tests/test_advanced_blockers.py
tests/test_agent.py
tests/test_bash_blockers.py
tests/test_cli.py
tests/test_config.py
tests/test_lazy_blockers.py
tests/test_lenient_parser.py
tests/test_mcp_client.py
tests/test_memory.py
tests/test_model_registry.py
tests/test_nim_client.py
tests/test_permissions.py
tests/test_plan_injection.py
tests/test_plugin_manager.py
tests/test_qa_agent.py
tests/test_repl.py
tests/test_repl_extra.py
tests/test_repl_fixes.py
tests/test_repl_trust.py
tests/test_repo_map.py
tests/test_task_manager.py
tests/test_tools.py
tests/test_updater.py
tests/test_v2_features.py
tests/test_version.py