soraacode 0.1.7 → 0.2.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
- "version": "0.1.7",
3
+ "version": "0.2.0",
4
4
  "name": "soraacode",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -27,94 +27,5 @@
27
27
  "node": "./src/storage/db.node.ts",
28
28
  "default": "./src/storage/db.bun.ts"
29
29
  }
30
- },
31
- "devDependencies": {
32
- "@soraacode/core": "workspace:*",
33
- "@soraacode/http-recorder": "workspace:*",
34
- "@soraacode/script": "workspace:*",
35
- "@tsconfig/bun": "catalog:",
36
- "@types/bun": "catalog:",
37
- "@types/cross-spawn": "catalog:",
38
- "@types/mime-types": "3.0.1",
39
- "@types/npm-package-arg": "6.1.4",
40
- "@types/semver": "^7.5.8",
41
- "@types/turndown": "5.0.5",
42
- "@types/yargs": "17.0.33",
43
- "@typescript/native-preview": "catalog:",
44
- "drizzle-orm": "catalog:",
45
- "typescript": "catalog:",
46
- "vscode-languageserver-types": "3.17.5"
47
- },
48
- "dependencies": {
49
- "@ai-sdk/alibaba": "2.0.52",
50
- "@ai-sdk/amazon-bedrock": "5.0.90",
51
- "@ai-sdk/anthropic": "4.0.59",
52
- "@ai-sdk/azure": "4.0.76",
53
- "@ai-sdk/cerebras": "3.0.53",
54
- "@ai-sdk/cohere": "4.0.46",
55
- "@ai-sdk/deepinfra": "3.0.53",
56
- "@ai-sdk/gateway": "4.0.88",
57
- "@ai-sdk/google": "4.0.76",
58
- "@ai-sdk/google-vertex": "5.0.89",
59
- "@ai-sdk/groq": "4.0.46",
60
- "@ai-sdk/mistral": "4.0.48",
61
- "@ai-sdk/openai": "4.0.72",
62
- "@ai-sdk/openai-compatible": "3.0.53",
63
- "@ai-sdk/perplexity": "4.0.48",
64
- "@ai-sdk/provider": "3.0.16",
65
- "@ai-sdk/togetherai": "3.0.54",
66
- "@ai-sdk/vercel": "3.0.30",
67
- "@ai-sdk/xai": "5.0.5",
68
- "@clack/prompts": "1.0.0-alpha.1",
69
- "@effect/platform-node": "catalog:",
70
- "@modelcontextprotocol/sdk": "1.30.0",
71
- "@openrouter/ai-sdk-provider": "3.1.0",
72
- "@silvia-odwyer/photon-node": "0.3.4",
73
- "@soraacode/codemode": "workspace:*",
74
- "@soraacode/llm": "workspace:*",
75
- "@soraacode/plugin": "workspace:*",
76
- "@soraacode/protocol": "workspace:*",
77
- "@soraacode/schema": "workspace:*",
78
- "@soraacode/script": "workspace:*",
79
- "@soraacode/sdk": "workspace:*",
80
- "@soraacode/server": "workspace:*",
81
- "@types/ws": "8.18.1",
82
- "ai": "catalog:",
83
- "ai-gateway-provider": "4.0.1",
84
- "bonjour-service": "1.4.4",
85
- "cross-spawn": "catalog:",
86
- "decimal.js": "10.5.0",
87
- "diff": "catalog:",
88
- "drizzle-orm": "catalog:",
89
- "effect": "catalog:",
90
- "fuzzysort": "3.1.0",
91
- "gitlab-ai-provider": "6.15.1",
92
- "glob": "13.0.5",
93
- "google-auth-library": "11.1.0",
94
- "htmlparser2": "8.0.2",
95
- "ignore": "7.0.5",
96
- "immer": "11.1.4",
97
- "jsonc-parser": "3.3.1",
98
- "mime-types": "3.0.2",
99
- "minimatch": "10.0.3",
100
- "npm-package-arg": "13.0.2",
101
- "open": "10.1.2",
102
- "remeda": "catalog:",
103
- "semver": "^7.6.3",
104
- "strip-ansi": "7.1.2",
105
- "tree-sitter-bash": "0.25.0",
106
- "tree-sitter-powershell": "0.25.10",
107
- "turndown": "7.2.0",
108
- "ulid": "catalog:",
109
- "venice-ai-sdk-provider": "2.1.1",
110
- "vscode-jsonrpc": "9.0.2",
111
- "web-tree-sitter": "0.25.10",
112
- "ws": "8.21.0",
113
- "xdg-basedir": "5.1.0",
114
- "yargs": "18.0.0",
115
- "zod": "catalog:"
116
- },
117
- "overrides": {
118
- "drizzle-orm": "catalog:"
119
30
  }
120
31
  }
@@ -26,11 +26,11 @@ await Bun.build({
26
26
  autoloadPackageJson: true,
27
27
  target: "bun-linux-x64",
28
28
  outfile: "dist/soraacode-linux-x64/bin/soraacode",
29
- execArgv: ["--user-agent=soraacode/0.1.7", "--use-system-ca", "--"],
29
+ execArgv: ["--user-agent=soraacode/0.2.0", "--use-system-ca", "--"],
30
30
  windows: {},
31
31
  },
32
32
  define: {
33
- OPENCODE_VERSION: "'0.1.7'",
33
+ OPENCODE_VERSION: "'0.2.0'",
34
34
  OPENCODE_MODELS_DEV: "null",
35
35
  OPENCODE_CHANNEL: "'stable'",
36
36
  OPENCODE_LIBC: "'glibc'",
Binary file