|
11 | 11 | "test": "bun test --timeout 30000", |
12 | 12 | "test:ci": "mkdir -p .artifacts/unit && bun test --timeout 30000 --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml", |
13 | 13 | "build": "bun run script/build.ts", |
| 14 | + "fix-node-pty": "bun run script/fix-node-pty.ts", |
14 | 15 | "upgrade-opentui": "bun run script/upgrade-opentui.ts", |
15 | 16 | "dev": "bun run --conditions=browser ./src/index.ts", |
16 | 17 | "random": "echo 'Random script updated at $(date)' && echo 'Change queued successfully' && echo 'Another change made' && echo 'Yet another change' && echo 'One more change' && echo 'Final change' && echo 'Another final change' && echo 'Yet another final change'", |
|
33 | 34 | "bun": "./src/storage/db.bun.ts", |
34 | 35 | "node": "./src/storage/db.node.ts", |
35 | 36 | "default": "./src/storage/db.bun.ts" |
| 37 | + }, |
| 38 | + "#pty": { |
| 39 | + "bun": "./src/pty/pty.bun.ts", |
| 40 | + "node": "./src/pty/pty.node.ts", |
| 41 | + "default": "./src/pty/pty.bun.ts" |
36 | 42 | } |
37 | 43 | }, |
38 | 44 | "devDependencies": { |
|
94 | 100 | "@aws-sdk/credential-providers": "3.993.0", |
95 | 101 | "@clack/prompts": "1.0.0-alpha.1", |
96 | 102 | "@effect/platform-node": "catalog:", |
| 103 | + "@gitlab/gitlab-ai-provider": "3.6.0", |
| 104 | + "@gitlab/opencode-gitlab-auth": "1.3.3", |
| 105 | + "@hono/node-server": "1.19.11", |
| 106 | + "@hono/node-ws": "1.3.0", |
97 | 107 | "@hono/standard-validator": "0.1.5", |
98 | 108 | "@hono/zod-validator": "catalog:", |
| 109 | + "@lydell/node-pty": "1.2.0-beta.10", |
99 | 110 | "@modelcontextprotocol/sdk": "1.27.1", |
100 | 111 | "@npmcli/arborist": "9.4.0", |
101 | 112 | "@octokit/graphql": "9.0.2", |
|
0 commit comments