@cortex-context/cli 0.0.8 → 0.0.9

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.
@@ -32,7 +32,7 @@ services:
32
32
  restart: unless-stopped
33
33
 
34
34
  cortex-api:
35
- image: ghcr.io/rodrigoroldan/cortex-context:latest
35
+ image: ${CORTEX_IMAGE:-ghcr.io/rodrigoroldan/cortex-context:latest}
36
36
  container_name: cortex-api-local
37
37
  environment:
38
38
  NEO4J_URI: bolt://neo4j:7687
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cortex-context/cli",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "CLI to initialize and manage Cortex Context (Knowledge Graph) in any VS Code workspace",
5
5
  "bin": {
6
6
  "cortex-context": "./dist/index.js"