Skip to content

7Hxz233/opencode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10,676 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCode 修复版

Overview

独立维护的 OpenCode 修复版本,针对使用中中发现的部分 bug 做修复,随缘维护。

由于官方仓库待处理 PR 过多(当前 1.8k 个),不考虑给官方仓库提交 PR。

Usage

  1. 前往 Actions 标签,进入最新的 workflow run,下载对应的产物。
  2. 解压,将对应版本的可执行文件覆盖到你的环境中(对于 Linux,通常是 ~/.opencode/bin/opencode)。

Contribute

提交修复

以 PR 的形式提交,合并到当前分支(lilac-fix)

同步官方 dev 分支

step 1: 从官方拉最新代码

git fetch upstream
git checkout dev
git merge upstream/dev --ff-only

其中 upstreamgit@github.com:anomalyco/opencode.git

step 2: 把 lilac-fix rebase 到最新 dev

git checkout lilac-fix
git rebase dev

step 3: 推送更新

git push origin lilac-fix --force-with-lease

构建产物

前往 Actions 标签,执行 build 这一 workflow。

我们约定设置 version 为当前官方版本号 + -lilac 后缀,如 1.3.5-lilac

Change Logs & Todos

  • 修复 opencode.json 中的 provider.<provider_id>.models.<model_id>.limit.input 配置不被正确合并的问题

About

The open source coding agent.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 56.8%
  • MDX 39.3%
  • CSS 3.0%
  • Rust 0.5%
  • Astro 0.2%
  • JavaScript 0.1%
  • Other 0.1%