@iaforged/context-code 1.0.47 → 1.0.53

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 (3) hide show
  1. package/cli.js +1932 -1924
  2. package/context-bootstrap.js +1 -1
  3. package/package.json +6 -2
@@ -6,4 +6,4 @@ if (!process.env.CLAUDE_CONFIG_DIR) {
6
6
  process.env.CLAUDE_CONFIG_DIR = join(homedir(), '.context')
7
7
  }
8
8
 
9
- await import('./cli.js')
9
+ await import('./dist-recovery/src/entrypoints/cli.js')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iaforged/context-code",
3
- "version": "1.0.47",
3
+ "version": "1.0.53",
4
4
  "bin": {
5
5
  "context": "context-bootstrap.js",
6
6
  "context-recovery": "context-bootstrap.js"
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "type": "module",
12
12
  "author": "Context AI",
13
- "license": "SEE LICENSE IN README.md",
13
+ "license": "LICENSE",
14
14
  "description": "Context Code es un asistente de desarrollo para la terminal. Puede revisar tu proyecto, editar archivos, ejecutar comandos y apoyarte en tareas reales de programacion.",
15
15
  "publishConfig": {
16
16
  "access": "public",
@@ -124,9 +124,13 @@
124
124
  "lodash-es": "^4.18.1",
125
125
  "lru-cache": "^11.3.2",
126
126
  "marked": "^18.0.0",
127
+ "mssql": "^10.0.2",
128
+ "mysql2": "^3.6.5",
127
129
  "node-fetch": "^3.3.2",
128
130
  "node-forge": "^1.4.0",
131
+ "oracledb": "^6.3.0",
129
132
  "p-map": "^7.0.4",
133
+ "pg": "^8.11.3",
130
134
  "picomatch": "^4.0.4",
131
135
  "plist": "^3.1.0",
132
136
  "proper-lockfile": "^4.1.2",