cortexcode 0.1.0__tar.gz → 0.2.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.
Files changed (26) hide show
  1. {cortexcode-0.1.0 → cortexcode-0.2.1}/PKG-INFO +13 -10
  2. {cortexcode-0.1.0 → cortexcode-0.2.1}/README.md +6 -4
  3. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode.egg-info/PKG-INFO +13 -10
  4. {cortexcode-0.1.0 → cortexcode-0.2.1}/pyproject.toml +7 -6
  5. {cortexcode-0.1.0 → cortexcode-0.2.1}/LICENSE +0 -0
  6. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode/__init__.py +0 -0
  7. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode/analysis.py +0 -0
  8. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode/cli.py +0 -0
  9. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode/context.py +0 -0
  10. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode/dashboard.py +0 -0
  11. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode/docs.py +0 -0
  12. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode/git_diff.py +0 -0
  13. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode/indexer.py +0 -0
  14. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode/lsp_server.py +0 -0
  15. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode/mcp_server.py +0 -0
  16. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode/plugins.py +0 -0
  17. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode/semantic_search.py +0 -0
  18. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode/vuln_scan.py +0 -0
  19. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode/watcher.py +0 -0
  20. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode/workspace.py +0 -0
  21. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode.egg-info/SOURCES.txt +0 -0
  22. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode.egg-info/dependency_links.txt +0 -0
  23. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode.egg-info/entry_points.txt +0 -0
  24. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode.egg-info/requires.txt +0 -0
  25. {cortexcode-0.1.0 → cortexcode-0.2.1}/cortexcode.egg-info/top_level.txt +0 -0
  26. {cortexcode-0.1.0 → cortexcode-0.2.1}/setup.cfg +0 -0
@@ -1,14 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cortexcode
3
- Version: 0.1.0
3
+ Version: 0.2.1
4
4
  Summary: Lightweight code indexing for AI assistants — save 90%+ tokens with structured context
5
5
  Author-email: CortexCode <dev@cortexcode.io>
6
6
  License: MIT
7
- Project-URL: Homepage, https://github.com/cortexcode/cortexcode
8
- Project-URL: Repository, https://github.com/cortexcode/cortexcode
9
- Project-URL: Documentation, https://github.com/cortexcode/cortexcode#readme
10
- Project-URL: Issues, https://github.com/cortexcode/cortexcode/issues
11
- Project-URL: Changelog, https://github.com/cortexcode/cortexcode/blob/main/CHANGELOG.md
7
+ Project-URL: Homepage, https://github.com/naveen-joshi/cortexcode
8
+ Project-URL: Repository, https://github.com/naveen-joshi/cortexcode
9
+ Project-URL: Documentation, https://github.com/naveen-joshi/cortexcode#readme
10
+ Project-URL: Issues, https://github.com/naveen-joshi/cortexcode/issues
11
+ Project-URL: Changelog, https://github.com/naveen-joshi/cortexcode/blob/main/CHANGELOG.md
12
+ Project-URL: VSCodeMarketplace, https://marketplace.visualstudio.com/items?itemName=cortexcode.cortexcode-vscode
12
13
  Keywords: code-index,ast,copilot,cursor,rag,ai-assistant,tree-sitter,code-analysis,token-savings,context-provider
13
14
  Classifier: Development Status :: 3 - Alpha
14
15
  Classifier: Intended Audience :: Developers
@@ -55,8 +56,9 @@ Dynamic: license-file
55
56
  <p align="center">
56
57
  <a href="https://pypi.org/project/cortexcode/"><img src="https://img.shields.io/pypi/v/cortexcode?style=flat-square&color=blue" alt="PyPI"></a>
57
58
  <a href="https://pypi.org/project/cortexcode/"><img src="https://img.shields.io/pypi/pyversions/cortexcode?style=flat-square" alt="Python"></a>
58
- <a href="https://github.com/cortexcode/cortexcode/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="License"></a>
59
- <a href="https://github.com/cortexcode/cortexcode"><img src="https://img.shields.io/github/stars/cortexcode/cortexcode?style=flat-square" alt="Stars"></a>
59
+ <a href="https://github.com/naveen-joshi/cortexcode/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="License"></a>
60
+ <a href="https://github.com/naveen-joshi/cortexcode"><img src="https://img.shields.io/github/stars/naveen-joshi/cortexcode?style=flat-square" alt="Stars"></a>
61
+ <a href="https://marketplace.visualstudio.com/items?itemName=cortexcode.cortexcode-vscode"><img src="https://img.shields.io/visual-studio-marketplace/v/cortexcode.cortexcode-vscode?style=flat-square" alt="VS Code"></a>
60
62
  </p>
61
63
 
62
64
  ---
@@ -180,6 +182,8 @@ cortexcode index -i # Skip unchanged files
180
182
 
181
183
  ### VS Code Extension
182
184
 
185
+ Install from: [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=cortexcode.cortexcode-vscode)
186
+
183
187
  The bundled VS Code extension provides:
184
188
 
185
189
  - **Hover tooltips** — Hover any symbol to see type, params, callers
@@ -425,8 +429,7 @@ CortexCode respects `.gitignore` files (including nested ones) and has built-in
425
429
  - [x] Native Android (Kotlin/Java) framework detection
426
430
  - [x] Native iOS (Swift/SwiftUI/UIKit) framework detection
427
431
  - [x] Django / Flask framework detection
428
- - [ ] VS Code Marketplace publishing
429
- - [ ] OpenAI embedding-based semantic search
432
+ - [x] VS Code Marketplace publishing
430
433
 
431
434
  ## Contributing
432
435
 
@@ -9,8 +9,9 @@
9
9
  <p align="center">
10
10
  <a href="https://pypi.org/project/cortexcode/"><img src="https://img.shields.io/pypi/v/cortexcode?style=flat-square&color=blue" alt="PyPI"></a>
11
11
  <a href="https://pypi.org/project/cortexcode/"><img src="https://img.shields.io/pypi/pyversions/cortexcode?style=flat-square" alt="Python"></a>
12
- <a href="https://github.com/cortexcode/cortexcode/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="License"></a>
13
- <a href="https://github.com/cortexcode/cortexcode"><img src="https://img.shields.io/github/stars/cortexcode/cortexcode?style=flat-square" alt="Stars"></a>
12
+ <a href="https://github.com/naveen-joshi/cortexcode/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="License"></a>
13
+ <a href="https://github.com/naveen-joshi/cortexcode"><img src="https://img.shields.io/github/stars/naveen-joshi/cortexcode?style=flat-square" alt="Stars"></a>
14
+ <a href="https://marketplace.visualstudio.com/items?itemName=cortexcode.cortexcode-vscode"><img src="https://img.shields.io/visual-studio-marketplace/v/cortexcode.cortexcode-vscode?style=flat-square" alt="VS Code"></a>
14
15
  </p>
15
16
 
16
17
  ---
@@ -134,6 +135,8 @@ cortexcode index -i # Skip unchanged files
134
135
 
135
136
  ### VS Code Extension
136
137
 
138
+ Install from: [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=cortexcode.cortexcode-vscode)
139
+
137
140
  The bundled VS Code extension provides:
138
141
 
139
142
  - **Hover tooltips** — Hover any symbol to see type, params, callers
@@ -379,8 +382,7 @@ CortexCode respects `.gitignore` files (including nested ones) and has built-in
379
382
  - [x] Native Android (Kotlin/Java) framework detection
380
383
  - [x] Native iOS (Swift/SwiftUI/UIKit) framework detection
381
384
  - [x] Django / Flask framework detection
382
- - [ ] VS Code Marketplace publishing
383
- - [ ] OpenAI embedding-based semantic search
385
+ - [x] VS Code Marketplace publishing
384
386
 
385
387
  ## Contributing
386
388
 
@@ -1,14 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cortexcode
3
- Version: 0.1.0
3
+ Version: 0.2.1
4
4
  Summary: Lightweight code indexing for AI assistants — save 90%+ tokens with structured context
5
5
  Author-email: CortexCode <dev@cortexcode.io>
6
6
  License: MIT
7
- Project-URL: Homepage, https://github.com/cortexcode/cortexcode
8
- Project-URL: Repository, https://github.com/cortexcode/cortexcode
9
- Project-URL: Documentation, https://github.com/cortexcode/cortexcode#readme
10
- Project-URL: Issues, https://github.com/cortexcode/cortexcode/issues
11
- Project-URL: Changelog, https://github.com/cortexcode/cortexcode/blob/main/CHANGELOG.md
7
+ Project-URL: Homepage, https://github.com/naveen-joshi/cortexcode
8
+ Project-URL: Repository, https://github.com/naveen-joshi/cortexcode
9
+ Project-URL: Documentation, https://github.com/naveen-joshi/cortexcode#readme
10
+ Project-URL: Issues, https://github.com/naveen-joshi/cortexcode/issues
11
+ Project-URL: Changelog, https://github.com/naveen-joshi/cortexcode/blob/main/CHANGELOG.md
12
+ Project-URL: VSCodeMarketplace, https://marketplace.visualstudio.com/items?itemName=cortexcode.cortexcode-vscode
12
13
  Keywords: code-index,ast,copilot,cursor,rag,ai-assistant,tree-sitter,code-analysis,token-savings,context-provider
13
14
  Classifier: Development Status :: 3 - Alpha
14
15
  Classifier: Intended Audience :: Developers
@@ -55,8 +56,9 @@ Dynamic: license-file
55
56
  <p align="center">
56
57
  <a href="https://pypi.org/project/cortexcode/"><img src="https://img.shields.io/pypi/v/cortexcode?style=flat-square&color=blue" alt="PyPI"></a>
57
58
  <a href="https://pypi.org/project/cortexcode/"><img src="https://img.shields.io/pypi/pyversions/cortexcode?style=flat-square" alt="Python"></a>
58
- <a href="https://github.com/cortexcode/cortexcode/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="License"></a>
59
- <a href="https://github.com/cortexcode/cortexcode"><img src="https://img.shields.io/github/stars/cortexcode/cortexcode?style=flat-square" alt="Stars"></a>
59
+ <a href="https://github.com/naveen-joshi/cortexcode/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="License"></a>
60
+ <a href="https://github.com/naveen-joshi/cortexcode"><img src="https://img.shields.io/github/stars/naveen-joshi/cortexcode?style=flat-square" alt="Stars"></a>
61
+ <a href="https://marketplace.visualstudio.com/items?itemName=cortexcode.cortexcode-vscode"><img src="https://img.shields.io/visual-studio-marketplace/v/cortexcode.cortexcode-vscode?style=flat-square" alt="VS Code"></a>
60
62
  </p>
61
63
 
62
64
  ---
@@ -180,6 +182,8 @@ cortexcode index -i # Skip unchanged files
180
182
 
181
183
  ### VS Code Extension
182
184
 
185
+ Install from: [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=cortexcode.cortexcode-vscode)
186
+
183
187
  The bundled VS Code extension provides:
184
188
 
185
189
  - **Hover tooltips** — Hover any symbol to see type, params, callers
@@ -425,8 +429,7 @@ CortexCode respects `.gitignore` files (including nested ones) and has built-in
425
429
  - [x] Native Android (Kotlin/Java) framework detection
426
430
  - [x] Native iOS (Swift/SwiftUI/UIKit) framework detection
427
431
  - [x] Django / Flask framework detection
428
- - [ ] VS Code Marketplace publishing
429
- - [ ] OpenAI embedding-based semantic search
432
+ - [x] VS Code Marketplace publishing
430
433
 
431
434
  ## Contributing
432
435
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cortexcode"
7
- version = "0.1.0"
7
+ version = "0.2.1"
8
8
  description = "Lightweight code indexing for AI assistants — save 90%+ tokens with structured context"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -39,11 +39,12 @@ dependencies = [
39
39
  ]
40
40
 
41
41
  [project.urls]
42
- Homepage = "https://github.com/cortexcode/cortexcode"
43
- Repository = "https://github.com/cortexcode/cortexcode"
44
- Documentation = "https://github.com/cortexcode/cortexcode#readme"
45
- Issues = "https://github.com/cortexcode/cortexcode/issues"
46
- Changelog = "https://github.com/cortexcode/cortexcode/blob/main/CHANGELOG.md"
42
+ Homepage = "https://github.com/naveen-joshi/cortexcode"
43
+ Repository = "https://github.com/naveen-joshi/cortexcode"
44
+ Documentation = "https://github.com/naveen-joshi/cortexcode#readme"
45
+ Issues = "https://github.com/naveen-joshi/cortexcode/issues"
46
+ Changelog = "https://github.com/naveen-joshi/cortexcode/blob/main/CHANGELOG.md"
47
+ VSCodeMarketplace = "https://marketplace.visualstudio.com/items?itemName=cortexcode.cortexcode-vscode"
47
48
 
48
49
  [project.optional-dependencies]
49
50
  dev = [
File without changes
File without changes
File without changes