nimcode 0.5.1__tar.gz → 0.5.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nimcode-0.5.1 → nimcode-0.5.2}/PKG-INFO +3 -3
- {nimcode-0.5.1 → nimcode-0.5.2}/README.md +2 -2
- nimcode-0.5.2/src/nimcode/__version__.py +1 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode.egg-info/PKG-INFO +3 -3
- nimcode-0.5.1/src/nimcode/__version__.py +0 -1
- {nimcode-0.5.1 → nimcode-0.5.2}/setup.cfg +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/setup.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/__init__.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/agent.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/cli.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/config.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/lenient_parser.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/mcp_client.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/memory.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/model_registry.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/nim_client.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/permissions.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/plugin_manager.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/rag.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/repl.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/repo_map.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/tools.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/updater.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode/watcher.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode.egg-info/SOURCES.txt +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode.egg-info/dependency_links.txt +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode.egg-info/entry_points.txt +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode.egg-info/requires.txt +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/src/nimcode.egg-info/top_level.txt +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_agent.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_cli.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_config.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_lenient_parser.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_mcp_client.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_memory.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_model_registry.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_nim_client.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_permissions.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_plan_injection.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_plugin_manager.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_repl.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_repl_extra.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_repl_fixes.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_repl_trust.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_repo_map.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_tools.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_updater.py +0 -0
- {nimcode-0.5.1 → nimcode-0.5.2}/tests/test_version.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nimcode
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
4
4
|
Summary: A standalone, robust coding agent for NVIDIA NIM models.
|
|
5
5
|
Home-page: https://github.com/Batunash/nimcode
|
|
6
6
|
Author: Autonomous Agent
|
|
@@ -25,7 +25,7 @@ Dynamic: summary
|
|
|
25
25
|
|
|
26
26
|
**The Autonomous AI Coding Assistant for the NVIDIA NIM Ecosystem**
|
|
27
27
|
|
|
28
|
-
[](https://pypi.org/project/nimcode/)
|
|
29
29
|
[](https://opensource.org/licenses/MIT)
|
|
30
30
|
|
|
31
31
|
*A powerful, standalone REPL and CLI agent that writes, edits, and plans code like a senior developer—powered by LLaMa 3.1 70B (and other cutting-edge models) and the lightning-fast NVIDIA NIM API.*
|
|
@@ -193,7 +193,7 @@ NimCode's behavior can be fully customized through `~/.nimcode/settings.json` (g
|
|
|
193
193
|
|
|
194
194
|
## 📋 Changelog
|
|
195
195
|
|
|
196
|
-
### v0.5.
|
|
196
|
+
### v0.5.2 (Latest)
|
|
197
197
|
- 🧠 **Autonomous Marathon Runner**: Capable of running non-stop for 5-6 hours without drifting from the main plan.
|
|
198
198
|
- 🧪 **Native TestRunner**: NimCode can now run your test suites (`pytest`, `npm test`, `go test`) and self-heal its code until the tests pass.
|
|
199
199
|
- 🗺️ **Semantic AST Explorer**: `GetCodeOutline` tool added for instant navigation within large files (functions/classes with line numbers) instead of reading thousands of lines.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
**The Autonomous AI Coding Assistant for the NVIDIA NIM Ecosystem**
|
|
6
6
|
|
|
7
|
-
[](https://pypi.org/project/nimcode/)
|
|
8
8
|
[](https://opensource.org/licenses/MIT)
|
|
9
9
|
|
|
10
10
|
*A powerful, standalone REPL and CLI agent that writes, edits, and plans code like a senior developer—powered by LLaMa 3.1 70B (and other cutting-edge models) and the lightning-fast NVIDIA NIM API.*
|
|
@@ -172,7 +172,7 @@ NimCode's behavior can be fully customized through `~/.nimcode/settings.json` (g
|
|
|
172
172
|
|
|
173
173
|
## 📋 Changelog
|
|
174
174
|
|
|
175
|
-
### v0.5.
|
|
175
|
+
### v0.5.2 (Latest)
|
|
176
176
|
- 🧠 **Autonomous Marathon Runner**: Capable of running non-stop for 5-6 hours without drifting from the main plan.
|
|
177
177
|
- 🧪 **Native TestRunner**: NimCode can now run your test suites (`pytest`, `npm test`, `go test`) and self-heal its code until the tests pass.
|
|
178
178
|
- 🗺️ **Semantic AST Explorer**: `GetCodeOutline` tool added for instant navigation within large files (functions/classes with line numbers) instead of reading thousands of lines.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.5.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nimcode
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
4
4
|
Summary: A standalone, robust coding agent for NVIDIA NIM models.
|
|
5
5
|
Home-page: https://github.com/Batunash/nimcode
|
|
6
6
|
Author: Autonomous Agent
|
|
@@ -25,7 +25,7 @@ Dynamic: summary
|
|
|
25
25
|
|
|
26
26
|
**The Autonomous AI Coding Assistant for the NVIDIA NIM Ecosystem**
|
|
27
27
|
|
|
28
|
-
[](https://pypi.org/project/nimcode/)
|
|
29
29
|
[](https://opensource.org/licenses/MIT)
|
|
30
30
|
|
|
31
31
|
*A powerful, standalone REPL and CLI agent that writes, edits, and plans code like a senior developer—powered by LLaMa 3.1 70B (and other cutting-edge models) and the lightning-fast NVIDIA NIM API.*
|
|
@@ -193,7 +193,7 @@ NimCode's behavior can be fully customized through `~/.nimcode/settings.json` (g
|
|
|
193
193
|
|
|
194
194
|
## 📋 Changelog
|
|
195
195
|
|
|
196
|
-
### v0.5.
|
|
196
|
+
### v0.5.2 (Latest)
|
|
197
197
|
- 🧠 **Autonomous Marathon Runner**: Capable of running non-stop for 5-6 hours without drifting from the main plan.
|
|
198
198
|
- 🧪 **Native TestRunner**: NimCode can now run your test suites (`pytest`, `npm test`, `go test`) and self-heal its code until the tests pass.
|
|
199
199
|
- 🗺️ **Semantic AST Explorer**: `GetCodeOutline` tool added for instant navigation within large files (functions/classes with line numbers) instead of reading thousands of lines.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.5.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|