开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
1 Star 0 Fork 0

studyzy/opencode

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
文件
dev
分支 (442)
标签 (1013)
dev
beta
image-handling
kit/delete-hono-research
fix/composer-image-preview-click
kit/httpapi-project-skill-repro
production
kit/httpapi-total-coverage
kit/tui-optimistic-prompt-render
kit/httpapi-auth-cleanup-base
jlongster/workspace-external
feature/v2-plugin-model-api
upgrade-sst-version
brendan/htmlrewriter2
feature/project-index-keybinds
fix-reasoning-efforts
use-keymap-state
fix/session-negative-output-tokens
make-review-normal
nxl/fix-anthropic-provider-tools
v1.14.41
v1.14.40
v1.14.39
v1.14.38
v1.14.37
v1.14.35
v1.14.34
v1.14.33
v1.14.32
v1.14.31
v1.14.30
v1.14.29
v1.14.28
v1.14.27
v1.14.26
v1.14.25
v1.14.24
v1.14.23
v1.14.22
v1.14.21
dev
分支 (442)
标签 (1013)
dev
beta
image-handling
kit/delete-hono-research
fix/composer-image-preview-click
kit/httpapi-project-skill-repro
production
kit/httpapi-total-coverage
kit/tui-optimistic-prompt-render
kit/httpapi-auth-cleanup-base
jlongster/workspace-external
feature/v2-plugin-model-api
upgrade-sst-version
brendan/htmlrewriter2
feature/project-index-keybinds
fix-reasoning-efforts
use-keymap-state
fix/session-negative-output-tokens
make-review-normal
nxl/fix-anthropic-provider-tools
v1.14.41
v1.14.40
v1.14.39
v1.14.38
v1.14.37
v1.14.35
v1.14.34
v1.14.33
v1.14.32
v1.14.31
v1.14.30
v1.14.29
v1.14.28
v1.14.27
v1.14.26
v1.14.25
v1.14.24
v1.14.23
v1.14.22
v1.14.21
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
dev
分支 (442)
标签 (1013)
dev
beta
image-handling
kit/delete-hono-research
fix/composer-image-preview-click
kit/httpapi-project-skill-repro
production
kit/httpapi-total-coverage
kit/tui-optimistic-prompt-render
kit/httpapi-auth-cleanup-base
jlongster/workspace-external
feature/v2-plugin-model-api
upgrade-sst-version
brendan/htmlrewriter2
feature/project-index-keybinds
fix-reasoning-efforts
use-keymap-state
fix/session-negative-output-tokens
make-review-normal
nxl/fix-anthropic-provider-tools
v1.14.41
v1.14.40
v1.14.39
v1.14.38
v1.14.37
v1.14.35
v1.14.34
v1.14.33
v1.14.32
v1.14.31
v1.14.30
v1.14.29
v1.14.28
v1.14.27
v1.14.26
v1.14.25
v1.14.24
v1.14.23
v1.14.22
v1.14.21
opencode
/
package.json
opencode
/
package.json
package.json 4.22 KB
一键复制 编辑 原始数据 按行查看 历史
Sebastian 提交于 2026年05月09日 07:29 +08:00 . flatten to keybind compatible config (#26421)
{
"$schema":"https://json.schemastore.org/package.json",
"name":"opencode",
"description":"AI-powered development tool",
"private":true,
"type":"module",
"packageManager":"bun@1.3.13",
"scripts":{
"dev":"bun run --cwd packages/opencode --conditions=browser src/index.ts",
"dev:desktop":"bun --cwd packages/desktop dev",
"dev:web":"bun --cwd packages/app dev",
"dev:console":"ulimit -n 10240 2>/dev/null; bun run --cwd packages/console/app dev",
"dev:storybook":"bun --cwd packages/storybook storybook",
"lint":"oxlint",
"typecheck":"bun turbo typecheck",
"upgrade-opentui":"bun run script/upgrade-opentui.ts",
"postinstall":"bun run --cwd packages/opencode fix-node-pty",
"prepare":"husky",
"random":"echo 'Random script'",
"hello":"echo 'Hello World!'",
"test":"echo 'do not run tests from root' && exit 1"
},
"workspaces":{
"packages":[
"packages/*",
"packages/console/*",
"packages/sdk/js",
"packages/slack"
],
"catalog":{
"@effect/opentelemetry":"4.0.0-beta.57",
"@effect/platform-node":"4.0.0-beta.57",
"@npmcli/arborist":"9.4.0",
"@types/bun":"1.3.12",
"@types/cross-spawn":"6.0.6",
"@octokit/rest":"22.0.0",
"@hono/zod-validator":"0.4.2",
"@opentui/core":"0.2.6",
"@opentui/keymap":"0.2.6",
"@opentui/solid":"0.2.6",
"ulid":"3.0.1",
"@kobalte/core":"0.13.11",
"@types/luxon":"3.7.1",
"@types/node":"24.12.2",
"@types/semver":"7.7.1",
"@tsconfig/node22":"22.0.2",
"@tsconfig/bun":"1.0.9",
"@cloudflare/workers-types":"4.20251008.0",
"@openauthjs/openauth":"0.0.0-20250322224806",
"@pierre/diffs":"1.1.0-beta.18",
"opentui-spinner":"0.0.6",
"@solid-primitives/storage":"4.3.3",
"@tailwindcss/vite":"4.1.11",
"diff":"8.0.2",
"dompurify":"3.3.1",
"drizzle-kit":"1.0.0-beta.19-d95b7a4",
"drizzle-orm":"1.0.0-beta.19-d95b7a4",
"effect":"4.0.0-beta.59",
"ai":"6.0.168",
"cross-spawn":"7.0.6",
"hono":"4.10.7",
"hono-openapi":"1.1.2",
"fuzzysort":"3.1.0",
"luxon":"3.6.1",
"marked":"17.0.1",
"marked-shiki":"1.2.1",
"remend":"1.3.0",
"@playwright/test":"1.59.1",
"semver":"7.7.4",
"typescript":"5.8.2",
"@typescript/native-preview":"7.0.0-dev.20251207.1",
"zod":"4.1.8",
"remeda":"2.26.0",
"shiki":"3.20.0",
"solid-list":"0.3.0",
"tailwindcss":"4.1.11",
"virtua":"0.42.3",
"vite":"7.1.4",
"@solidjs/meta":"0.29.4",
"@solidjs/router":"0.15.4",
"@solidjs/start":"https://pkg.pr.new/@solidjs/start@dfb2020",
"@sentry/solid":"10.36.0",
"@sentry/vite-plugin":"4.6.0",
"solid-js":"1.9.10",
"vite-plugin-solid":"2.11.10",
"@lydell/node-pty":"1.2.0-beta.10"
}
},
"devDependencies":{
"@actions/artifact":"5.0.1",
"@tsconfig/bun":"catalog:",
"@types/mime-types":"3.0.1",
"@typescript/native-preview":"catalog:",
"glob":"13.0.5",
"husky":"9.1.7",
"oxlint":"1.60.0",
"oxlint-tsgolint":"0.21.0",
"prettier":"3.6.2",
"semver":"^7.6.0",
"sst":"3.18.10",
"turbo":"2.8.13"
},
"dependencies":{
"@aws-sdk/client-s3":"3.933.0",
"@opencode-ai/plugin":"workspace:*",
"@opencode-ai/script":"workspace:*",
"@opencode-ai/sdk":"workspace:*",
"heap-snapshot-toolkit":"1.1.3",
"typescript":"catalog:"
},
"repository":{
"type":"git",
"url":"https://github.com/anomalyco/opencode"
},
"license":"MIT",
"prettier":{
"semi":false,
"printWidth":120
},
"trustedDependencies":[
"esbuild",
"node-pty",
"protobufjs",
"tree-sitter",
"tree-sitter-bash",
"tree-sitter-powershell",
"web-tree-sitter",
"electron"
],
"overrides":{
"@types/bun":"catalog:",
"@types/node":"catalog:"
},
"patchedDependencies":{
"@npmcli/agent@4.0.0":"patches/@npmcli%2Fagent@4.0.0.patch",
"@standard-community/standard-openapi@0.2.9":"patches/@standard-community%2Fstandard-openapi@0.2.9.patch",
"solid-js@1.9.10":"patches/solid-js@1.9.10.patch"
}
}
Loading...
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

暂无描述
暂无标签
MIT
使用 MIT 开源许可协议
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/studyzy/opencode.git
git@gitee.com:studyzy/opencode.git
studyzy
opencode
opencode
dev
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /