Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Reusable GitHub Actions for installing and running OpenCode in other repositorie

This repository is licensed under Apache 2.0.

## Migration Notice

This project is no longer actively maintained. We have migrated to [sun-praise/pi-review-agent](https://github.com/sun-praise/pi-review-agent).

The reason is [issue #278](https://github.com/sun-praise/opencode-actions/issues/278): opencode records `tokens_cache_read = 0` for litellm/deepseek, which distorts cost measurement and makes v2 session-resume savings unobservable. Fixing this requires changes in the upstream opencode codebase, which we cannot modify.

## TLDR

Write this in your CI.yaml
Expand Down
6 changes: 6 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

本仓库基于 Apache 2.0 许可证。

## 迁移说明

本项目已不再积极维护。我们已迁移到 [sun-praise/pi-review-agent](https://github.com/sun-praise/pi-review-agent)。

原因是 [issue #278](https://github.com/sun-praise/opencode-actions/issues/278):opencode 对 litellm/deepseek 记录 `tokens_cache_read = 0`,导致成本统计失真且无法观测 v2 会话恢复带来的节省。该问题需要在上游 opencode 代码中修复,而我们无法修改上游代码。

## 快速开始

在你的 CI.yaml 中写入:
Expand Down
Loading