xyteeecode 1.0.11 → 1.0.12

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 (1) hide show
  1. package/package.json +159 -21
package/package.json CHANGED
@@ -1,32 +1,170 @@
1
1
  {
2
+ "$schema": "https://json.schemastore.org/package.json",
3
+ "version": "1.0.12",
2
4
  "name": "xyteeecode",
3
- "version": "1.0.11",
4
- "description": "xyteeecode - AI coding agent CLI",
5
+ "type": "module",
5
6
  "license": "MIT",
6
- "homepage": "https://xyteee.com",
7
- "keywords": [
8
- "ai",
9
- "coding",
10
- "agent",
11
- "cli",
12
- "terminal",
13
- "xyteeecode",
14
- "llm"
15
- ],
16
7
  "files": [
17
- "bin",
18
- "README.md"
8
+ "bin"
19
9
  ],
20
- "bin": {
21
- "xyteeecode": "bin/xyteeecode"
22
- },
23
10
  "engines": {
24
11
  "node": ">=18"
25
12
  },
26
13
  "optionalDependencies": {
27
- "xyteeecode-linux-arm64": "1.0.11",
28
- "xyteeecode-linux-x64": "1.0.11",
29
- "xyteeecode-linux-arm64-musl": "1.0.11",
30
- "xyteeecode-linux-x64-musl": "1.0.11"
14
+ "xyteeecode-linux-arm64": "1.0.12",
15
+ "xyteeecode-linux-x64": "1.0.12",
16
+ "xyteeecode-linux-arm64-musl": "1.0.12",
17
+ "xyteeecode-linux-x64-musl": "1.0.12"
18
+ },
19
+ "scripts": {
20
+ "typecheck": "tsgo --noEmit",
21
+ "test": "bun test --timeout 30000 --only-failures",
22
+ "test:httpapi": "bun run script/httpapi-exercise.ts --mode coverage --fail-on-missing --fail-on-skip && bun run script/httpapi-exercise.ts --mode auth --fail-on-missing --fail-on-skip && bun run script/httpapi-exercise.ts --mode effect --fail-on-missing --fail-on-skip",
23
+ "bench:test": "bun run script/bench-test-suite.ts",
24
+ "profile:test": "bun run script/profile-test-files.ts",
25
+ "build": "bun run script/build.ts",
26
+ "dev": "bun run ./src/index.ts",
27
+ "dev:temporary": "bun run ./src/temporary.ts",
28
+ "test:termux-launcher": "node script/test-termux-launcher.cjs"
29
+ },
30
+ "bin": {
31
+ "xyteeecode": "./bin/xyteeecode"
32
+ },
33
+ "exports": {
34
+ "./*": "./src/*.ts"
35
+ },
36
+ "imports": {
37
+ "#db": {
38
+ "bun": "./src/storage/db.bun.ts",
39
+ "node": "./src/storage/db.node.ts",
40
+ "default": "./src/storage/db.bun.ts"
41
+ }
42
+ },
43
+ "devDependencies": {
44
+ "@babel/core": "7.28.4",
45
+ "@octokit/webhooks-types": "7.6.1",
46
+ "@opencode-ai/core": "workspace:*",
47
+ "@opencode-ai/http-recorder": "workspace:*",
48
+ "@opencode-ai/script": "workspace:*",
49
+ "@standard-schema/spec": "1.0.0",
50
+ "@tsconfig/bun": "catalog:",
51
+ "@types/babel__core": "7.20.5",
52
+ "@types/bun": "catalog:",
53
+ "@types/cross-spawn": "catalog:",
54
+ "@types/mime-types": "3.0.1",
55
+ "@types/npm-package-arg": "6.1.4",
56
+ "@types/semver": "^7.5.8",
57
+ "@types/turndown": "5.0.5",
58
+ "@types/yargs": "17.0.33",
59
+ "@typescript/native-preview": "catalog:",
60
+ "drizzle-orm": "catalog:",
61
+ "prettier": "3.6.2",
62
+ "typescript": "catalog:",
63
+ "vscode-languageserver-types": "3.17.5",
64
+ "why-is-node-running": "3.2.2"
65
+ },
66
+ "dependencies": {
67
+ "@actions/core": "1.11.1",
68
+ "@actions/github": "6.0.1",
69
+ "@agentclientprotocol/sdk": "0.21.0",
70
+ "@ai-sdk/alibaba": "1.0.17",
71
+ "@ai-sdk/amazon-bedrock": "4.0.166",
72
+ "@ai-sdk/anthropic": "3.0.111",
73
+ "@ai-sdk/azure": "3.0.93",
74
+ "@ai-sdk/cerebras": "2.0.60",
75
+ "@ai-sdk/cohere": "3.0.27",
76
+ "@ai-sdk/deepinfra": "2.0.41",
77
+ "@ai-sdk/gateway": "3.0.104",
78
+ "@ai-sdk/google": "3.0.73",
79
+ "@ai-sdk/google-vertex": "4.0.181",
80
+ "@ai-sdk/groq": "3.0.31",
81
+ "@ai-sdk/mistral": "3.0.51",
82
+ "@ai-sdk/openai": "3.0.88",
83
+ "@ai-sdk/openai-compatible": "2.0.41",
84
+ "@ai-sdk/perplexity": "3.0.26",
85
+ "@ai-sdk/provider": "3.0.8",
86
+ "@ai-sdk/togetherai": "2.0.41",
87
+ "@ai-sdk/vercel": "2.0.39",
88
+ "@ai-sdk/xai": "3.0.102",
89
+ "@aws-sdk/credential-providers": "3.1057.0",
90
+ "@clack/prompts": "1.0.0-alpha.1",
91
+ "@effect/opentelemetry": "catalog:",
92
+ "@effect/platform-node": "catalog:",
93
+ "@ff-labs/fff-bun": "0.9.4",
94
+ "@gitlab/opencode-gitlab-auth": "1.3.3",
95
+ "@modelcontextprotocol/sdk": "1.29.0",
96
+ "@octokit/graphql": "9.0.2",
97
+ "@octokit/rest": "catalog:",
98
+ "@openauthjs/openauth": "catalog:",
99
+ "@opencode-ai/codemode": "workspace:*",
100
+ "@opencode-ai/llm": "workspace:*",
101
+ "@opencode-ai/plugin": "workspace:*",
102
+ "@opencode-ai/protocol": "workspace:*",
103
+ "@opencode-ai/schema": "workspace:*",
104
+ "@opencode-ai/script": "workspace:*",
105
+ "@opencode-ai/sdk": "workspace:*",
106
+ "@opencode-ai/server": "workspace:*",
107
+ "@opencode-ai/tui": "workspace:*",
108
+ "@openrouter/ai-sdk-provider": "2.9.0",
109
+ "@opentelemetry/api": "1.9.0",
110
+ "@opentelemetry/context-async-hooks": "2.6.1",
111
+ "@opentelemetry/exporter-trace-otlp-http": "0.214.0",
112
+ "@opentelemetry/sdk-trace-base": "2.6.1",
113
+ "@opentelemetry/sdk-trace-node": "2.6.1",
114
+ "@opentui/core": "catalog:",
115
+ "@opentui/keymap": "catalog:",
116
+ "@opentui/solid": "catalog:",
117
+ "@parcel/watcher": "2.5.1",
118
+ "@pierre/diffs": "catalog:",
119
+ "@silvia-odwyer/photon-node": "0.3.4",
120
+ "@solid-primitives/event-bus": "1.1.2",
121
+ "@solid-primitives/scheduled": "1.5.2",
122
+ "@standard-schema/spec": "1.0.0",
123
+ "@types/ws": "8.18.1",
124
+ "@zip.js/zip.js": "2.7.62",
125
+ "ai": "catalog:",
126
+ "ai-gateway-provider": "3.2.0",
127
+ "bonjour-service": "1.3.0",
128
+ "chokidar": "4.0.3",
129
+ "cross-spawn": "catalog:",
130
+ "decimal.js": "10.5.0",
131
+ "diff": "catalog:",
132
+ "drizzle-orm": "catalog:",
133
+ "effect": "catalog:",
134
+ "fuzzysort": "3.1.0",
135
+ "gitlab-ai-provider": "6.15.0",
136
+ "glob": "13.0.5",
137
+ "google-auth-library": "10.5.0",
138
+ "gray-matter": "4.0.3",
139
+ "htmlparser2": "8.0.2",
140
+ "ignore": "7.0.5",
141
+ "immer": "11.1.4",
142
+ "jsonc-parser": "3.3.1",
143
+ "mime-types": "3.0.2",
144
+ "minimatch": "10.0.3",
145
+ "npm-package-arg": "13.0.2",
146
+ "open": "10.1.2",
147
+ "opencode-gitlab-auth": "2.1.0",
148
+ "opencode-poe-auth": "0.0.1",
149
+ "opentui-spinner": "catalog:",
150
+ "partial-json": "0.1.7",
151
+ "remeda": "catalog:",
152
+ "semver": "^7.6.3",
153
+ "solid-js": "catalog:",
154
+ "strip-ansi": "7.1.2",
155
+ "tree-sitter-bash": "0.25.0",
156
+ "tree-sitter-powershell": "0.25.10",
157
+ "turndown": "7.2.0",
158
+ "ulid": "catalog:",
159
+ "venice-ai-sdk-provider": "2.1.1",
160
+ "vscode-jsonrpc": "8.2.1",
161
+ "web-tree-sitter": "0.25.10",
162
+ "ws": "8.21.0",
163
+ "xdg-basedir": "5.1.0",
164
+ "yargs": "18.0.0",
165
+ "zod": "catalog:"
166
+ },
167
+ "overrides": {
168
+ "drizzle-orm": "catalog:"
31
169
  }
32
170
  }