code-context-engine 0.4.6__tar.gz → 0.4.8__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.
Files changed (87) hide show
  1. {code_context_engine-0.4.6/src/code_context_engine.egg-info → code_context_engine-0.4.8}/PKG-INFO +14 -5
  2. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/README.md +13 -4
  3. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/pyproject.toml +1 -1
  4. {code_context_engine-0.4.6 → code_context_engine-0.4.8/src/code_context_engine.egg-info}/PKG-INFO +14 -5
  5. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/LICENSE +0 -0
  6. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/setup.cfg +0 -0
  7. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/code_context_engine.egg-info/SOURCES.txt +0 -0
  8. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/code_context_engine.egg-info/dependency_links.txt +0 -0
  9. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/code_context_engine.egg-info/entry_points.txt +0 -0
  10. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/code_context_engine.egg-info/requires.txt +0 -0
  11. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/code_context_engine.egg-info/top_level.txt +0 -0
  12. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/__init__.py +0 -0
  13. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/cli.py +0 -0
  14. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/cli_style.py +0 -0
  15. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/compression/__init__.py +0 -0
  16. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/compression/compressor.py +0 -0
  17. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/compression/ollama_client.py +0 -0
  18. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/compression/output_rules.py +0 -0
  19. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/compression/prompts.py +0 -0
  20. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/compression/quality.py +0 -0
  21. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/config.py +0 -0
  22. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/dashboard/__init__.py +0 -0
  23. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/dashboard/_page.py +0 -0
  24. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/dashboard/server.py +0 -0
  25. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/editors.py +0 -0
  26. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/event_bus.py +0 -0
  27. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/indexer/__init__.py +0 -0
  28. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/indexer/chunker.py +0 -0
  29. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/indexer/embedder.py +0 -0
  30. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/indexer/embedding_cache.py +0 -0
  31. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/indexer/git_hooks.py +0 -0
  32. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/indexer/git_indexer.py +0 -0
  33. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/indexer/ignorefile.py +0 -0
  34. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/indexer/manifest.py +0 -0
  35. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/indexer/pipeline.py +0 -0
  36. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/indexer/secrets.py +0 -0
  37. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/indexer/watcher.py +0 -0
  38. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/integration/__init__.py +0 -0
  39. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/integration/bootstrap.py +0 -0
  40. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/integration/git_context.py +0 -0
  41. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/integration/mcp_server.py +0 -0
  42. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/integration/session_capture.py +0 -0
  43. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/memory/__init__.py +0 -0
  44. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/memory/compressor.py +0 -0
  45. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/memory/db.py +0 -0
  46. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/memory/extractive.py +0 -0
  47. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/memory/grammar.py +0 -0
  48. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/memory/hook_installer.py +0 -0
  49. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/memory/hook_server.py +0 -0
  50. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/memory/hooks.py +0 -0
  51. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/memory/migrate.py +0 -0
  52. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/models.py +0 -0
  53. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/pricing.py +0 -0
  54. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/project_commands.py +0 -0
  55. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/retrieval/__init__.py +0 -0
  56. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/retrieval/confidence.py +0 -0
  57. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/retrieval/query_parser.py +0 -0
  58. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/retrieval/retriever.py +0 -0
  59. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/serve_http.py +0 -0
  60. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/services.py +0 -0
  61. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/storage/__init__.py +0 -0
  62. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/storage/backend.py +0 -0
  63. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/storage/fts_store.py +0 -0
  64. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/storage/graph_store.py +0 -0
  65. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/storage/local_backend.py +0 -0
  66. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/storage/remote_backend.py +0 -0
  67. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/storage/vector_store.py +0 -0
  68. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/src/context_engine/utils.py +0 -0
  69. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_cli_init_probe.py +0 -0
  70. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_cli_mcp_config.py +0 -0
  71. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_cli_savings.py +0 -0
  72. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_cli_savings_buckets.py +0 -0
  73. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_cli_savings_e2e.py +0 -0
  74. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_cli_serve.py +0 -0
  75. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_cli_sessions_export.py +0 -0
  76. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_cli_sessions_status.py +0 -0
  77. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_cli_smoke.py +0 -0
  78. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_cli_uninstall.py +0 -0
  79. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_config.py +0 -0
  80. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_e2e.py +0 -0
  81. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_event_bus.py +0 -0
  82. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_models.py +0 -0
  83. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_project_commands.py +0 -0
  84. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_real_life.py +0 -0
  85. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_services.py +0 -0
  86. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_token_efficiency.py +0 -0
  87. {code_context_engine-0.4.6 → code_context_engine-0.4.8}/tests/test_token_packing.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: code-context-engine
3
- Version: 0.4.6
3
+ Version: 0.4.8
4
4
  Summary: Index your codebase. AI searches instead of re-reading files. 94% token savings, benchmarked on FastAPI. Works with Claude Code, Cursor, VS Code, Gemini CLI, and Codex.
5
5
  Author-email: Fazle Elahee <felahee@gmail.com>, Raj <rajkumar.sakti@gmail.com>
6
6
  License-Expression: MIT
@@ -61,6 +61,9 @@ Dynamic: license-file
61
61
  <a href="https://github.com/elara-labs/code-context-engine/actions/workflows/ci.yml"><img src="https://github.com/elara-labs/code-context-engine/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
62
62
  <a href="https://pypi.org/project/code-context-engine/"><img src="https://img.shields.io/pypi/v/code-context-engine?color=blue&label=PyPI" alt="PyPI"></a>
63
63
  <a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.11+-blue.svg" alt="Python 3.11+"></a>
64
+ <img src="https://img.shields.io/badge/macOS-000000?logo=apple&logoColor=white" alt="macOS">
65
+ <img src="https://img.shields.io/badge/Linux-FCC624?logo=linux&logoColor=black" alt="Linux">
66
+ <img src="https://img.shields.io/badge/Windows-0078D6?logo=windows&logoColor=white" alt="Windows">
64
67
  <a href="https://modelcontextprotocol.io"><img src="https://img.shields.io/badge/MCP-compatible-green.svg" alt="MCP Compatible"></a>
65
68
  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="MIT License"></a>
66
69
  <a href="https://github.com/elara-labs/code-context-engine"><img src="https://img.shields.io/github/stars/elara-labs/code-context-engine?style=social" alt="Stars"></a>
@@ -91,11 +94,17 @@ Dynamic: license-file
91
94
 
92
95
  ## System requirements
93
96
 
94
- - Python 3.11+
97
+ - Python 3.11+ (tested on 3.11, 3.12, 3.13)
95
98
  - A C compiler and `cmake` (needed to build tree-sitter grammars)
96
- - **macOS:** `xcode-select --install`
97
- - **Ubuntu/Debian:** `sudo apt install build-essential cmake`
98
- - **Windows:** Visual Studio Build Tools (C++ workload)
99
+
100
+ | Platform | Setup |
101
+ |----------|-------|
102
+ | **macOS** | `xcode-select --install` (provides compiler and cmake) |
103
+ | **Ubuntu/Debian** | `sudo apt install build-essential cmake` |
104
+ | **Fedora/RHEL** | `sudo dnf install gcc gcc-c++ cmake` |
105
+ | **Windows** | Install [Visual Studio Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) (C++ workload) and [CMake](https://cmake.org/download/) |
106
+
107
+ Tested on all three platforms in CI (macOS, Linux, Windows × Python 3.11/3.12/3.13).
99
108
 
100
109
  ## Install and see savings in 60 seconds
101
110
 
@@ -12,6 +12,9 @@
12
12
  <a href="https://github.com/elara-labs/code-context-engine/actions/workflows/ci.yml"><img src="https://github.com/elara-labs/code-context-engine/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
13
13
  <a href="https://pypi.org/project/code-context-engine/"><img src="https://img.shields.io/pypi/v/code-context-engine?color=blue&label=PyPI" alt="PyPI"></a>
14
14
  <a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.11+-blue.svg" alt="Python 3.11+"></a>
15
+ <img src="https://img.shields.io/badge/macOS-000000?logo=apple&logoColor=white" alt="macOS">
16
+ <img src="https://img.shields.io/badge/Linux-FCC624?logo=linux&logoColor=black" alt="Linux">
17
+ <img src="https://img.shields.io/badge/Windows-0078D6?logo=windows&logoColor=white" alt="Windows">
15
18
  <a href="https://modelcontextprotocol.io"><img src="https://img.shields.io/badge/MCP-compatible-green.svg" alt="MCP Compatible"></a>
16
19
  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="MIT License"></a>
17
20
  <a href="https://github.com/elara-labs/code-context-engine"><img src="https://img.shields.io/github/stars/elara-labs/code-context-engine?style=social" alt="Stars"></a>
@@ -42,11 +45,17 @@
42
45
 
43
46
  ## System requirements
44
47
 
45
- - Python 3.11+
48
+ - Python 3.11+ (tested on 3.11, 3.12, 3.13)
46
49
  - A C compiler and `cmake` (needed to build tree-sitter grammars)
47
- - **macOS:** `xcode-select --install`
48
- - **Ubuntu/Debian:** `sudo apt install build-essential cmake`
49
- - **Windows:** Visual Studio Build Tools (C++ workload)
50
+
51
+ | Platform | Setup |
52
+ |----------|-------|
53
+ | **macOS** | `xcode-select --install` (provides compiler and cmake) |
54
+ | **Ubuntu/Debian** | `sudo apt install build-essential cmake` |
55
+ | **Fedora/RHEL** | `sudo dnf install gcc gcc-c++ cmake` |
56
+ | **Windows** | Install [Visual Studio Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) (C++ workload) and [CMake](https://cmake.org/download/) |
57
+
58
+ Tested on all three platforms in CI (macOS, Linux, Windows × Python 3.11/3.12/3.13).
50
59
 
51
60
  ## Install and see savings in 60 seconds
52
61
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "code-context-engine"
3
- version = "0.4.6"
3
+ version = "0.4.8"
4
4
  description = "Index your codebase. AI searches instead of re-reading files. 94% token savings, benchmarked on FastAPI. Works with Claude Code, Cursor, VS Code, Gemini CLI, and Codex."
5
5
  readme = {file = "README.md", content-type = "text/markdown"}
6
6
  license = "MIT"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: code-context-engine
3
- Version: 0.4.6
3
+ Version: 0.4.8
4
4
  Summary: Index your codebase. AI searches instead of re-reading files. 94% token savings, benchmarked on FastAPI. Works with Claude Code, Cursor, VS Code, Gemini CLI, and Codex.
5
5
  Author-email: Fazle Elahee <felahee@gmail.com>, Raj <rajkumar.sakti@gmail.com>
6
6
  License-Expression: MIT
@@ -61,6 +61,9 @@ Dynamic: license-file
61
61
  <a href="https://github.com/elara-labs/code-context-engine/actions/workflows/ci.yml"><img src="https://github.com/elara-labs/code-context-engine/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
62
62
  <a href="https://pypi.org/project/code-context-engine/"><img src="https://img.shields.io/pypi/v/code-context-engine?color=blue&label=PyPI" alt="PyPI"></a>
63
63
  <a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.11+-blue.svg" alt="Python 3.11+"></a>
64
+ <img src="https://img.shields.io/badge/macOS-000000?logo=apple&logoColor=white" alt="macOS">
65
+ <img src="https://img.shields.io/badge/Linux-FCC624?logo=linux&logoColor=black" alt="Linux">
66
+ <img src="https://img.shields.io/badge/Windows-0078D6?logo=windows&logoColor=white" alt="Windows">
64
67
  <a href="https://modelcontextprotocol.io"><img src="https://img.shields.io/badge/MCP-compatible-green.svg" alt="MCP Compatible"></a>
65
68
  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="MIT License"></a>
66
69
  <a href="https://github.com/elara-labs/code-context-engine"><img src="https://img.shields.io/github/stars/elara-labs/code-context-engine?style=social" alt="Stars"></a>
@@ -91,11 +94,17 @@ Dynamic: license-file
91
94
 
92
95
  ## System requirements
93
96
 
94
- - Python 3.11+
97
+ - Python 3.11+ (tested on 3.11, 3.12, 3.13)
95
98
  - A C compiler and `cmake` (needed to build tree-sitter grammars)
96
- - **macOS:** `xcode-select --install`
97
- - **Ubuntu/Debian:** `sudo apt install build-essential cmake`
98
- - **Windows:** Visual Studio Build Tools (C++ workload)
99
+
100
+ | Platform | Setup |
101
+ |----------|-------|
102
+ | **macOS** | `xcode-select --install` (provides compiler and cmake) |
103
+ | **Ubuntu/Debian** | `sudo apt install build-essential cmake` |
104
+ | **Fedora/RHEL** | `sudo dnf install gcc gcc-c++ cmake` |
105
+ | **Windows** | Install [Visual Studio Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) (C++ workload) and [CMake](https://cmake.org/download/) |
106
+
107
+ Tested on all three platforms in CI (macOS, Linux, Windows × Python 3.11/3.12/3.13).
99
108
 
100
109
  ## Install and see savings in 60 seconds
101
110