agent-coderag 1.3.0__tar.gz → 1.3.1__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.
- {agent_coderag-1.3.0/agent_coderag.egg-info → agent_coderag-1.3.1}/PKG-INFO +1 -1
- {agent_coderag-1.3.0 → agent_coderag-1.3.1/agent_coderag.egg-info}/PKG-INFO +1 -1
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/core/manager.py +6 -8
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/pyproject.toml +1 -1
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/LICENSE +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/NOTICE +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/README.md +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/agent_coderag.egg-info/SOURCES.txt +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/agent_coderag.egg-info/dependency_links.txt +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/agent_coderag.egg-info/entry_points.txt +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/agent_coderag.egg-info/requires.txt +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/agent_coderag.egg-info/top_level.txt +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/__init__.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/core/__init__.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/core/constants.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/core/exceptions.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/core/interfaces.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/core/models.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/core/utils.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/discovery/__init__.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/discovery/dependency.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/discovery/java_discovery.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/discovery/manager.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/discovery/providers/__init__.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/discovery/providers/base.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/discovery/providers/csharp.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/discovery/providers/go.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/discovery/providers/java.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/discovery/providers/javascript.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/discovery/providers/python.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/discovery/providers/rust.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/entry/__init__.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/entry/cli.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/intelligence/__init__.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/intelligence/distiller.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/intelligence/embedder.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/parsers/__init__.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/parsers/languages.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/parsers/multi_parser.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/parsers/tree_sitter.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/storage/__init__.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/code_rag/storage/duckdb_impl.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/setup.cfg +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_cli.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_cli_detailed.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_code_rag_simple.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_csharp_discovery_detailed.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_dependency_discovery.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_discovery_manager_detailed.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_discovery_providers_extra.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_discovery_python.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_distiller.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_distiller_extra.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_embedder.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_embedder_detailed.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_interfaces.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_js_discovery_detailed.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_languages.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_manager_detailed.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_manager_extra.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_models.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_multi_parser.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_rust_discovery_detailed.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_storage_detailed.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_tree_sitter_parser.py +0 -0
- {agent_coderag-1.3.0 → agent_coderag-1.3.1}/tests/test_utils_detailed.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-coderag
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.1
|
|
4
4
|
Summary: Lightweight semantic code search and distillation utility for AI coding agents. It solves the API knowledge gap via real-time local signature extraction and intent analysis without PyTorch. Optimized for token efficiency, it compresses codebase context into compact semantic summaries stored in a local DuckDB vector similarity index.
|
|
5
5
|
Author-email: Igor Boloban <naranor@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-coderag
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.1
|
|
4
4
|
Summary: Lightweight semantic code search and distillation utility for AI coding agents. It solves the API knowledge gap via real-time local signature extraction and intent analysis without PyTorch. Optimized for token efficiency, it compresses codebase context into compact semantic summaries stored in a local DuckDB vector similarity index.
|
|
5
5
|
Author-email: Igor Boloban <naranor@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -106,16 +106,14 @@ class CodeRAGManager:
|
|
|
106
106
|
"""
|
|
107
107
|
Resolves Gradle dependencies using a temporary init script.
|
|
108
108
|
"""
|
|
109
|
-
#
|
|
110
|
-
|
|
111
|
-
gradle_bin: Optional[str] =
|
|
112
|
-
if gradle_wrapper.exists():
|
|
113
|
-
gradle_bin = str(gradle_wrapper.resolve())
|
|
114
|
-
else:
|
|
115
|
-
gradle_bin = shutil.which("gradle")
|
|
109
|
+
# GHSA-wg5p-8h9p-3mr7: Arbitrary Code Execution vulnerability via repository-controlled gradlew.
|
|
110
|
+
# We must ONLY use the system-installed gradle binary.
|
|
111
|
+
gradle_bin: Optional[str] = shutil.which("gradle")
|
|
116
112
|
|
|
117
113
|
if not gradle_bin:
|
|
118
|
-
logger.warning(
|
|
114
|
+
logger.warning(
|
|
115
|
+
"System 'gradle' executable not found in PATH. Skipping dependency sync to avoid executing untrusted repository wrappers."
|
|
116
|
+
)
|
|
119
117
|
return
|
|
120
118
|
|
|
121
119
|
# Validate path
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agent-coderag"
|
|
7
|
-
version = "1.3.
|
|
7
|
+
version = "1.3.1"
|
|
8
8
|
description = "Lightweight semantic code search and distillation utility for AI coding agents. It solves the API knowledge gap via real-time local signature extraction and intent analysis without PyTorch. Optimized for token efficiency, it compresses codebase context into compact semantic summaries stored in a local DuckDB vector similarity index."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
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
|
|
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
|