Skip to content

Releases: tornado404/opencode_cli

v1.1.2

01 Apr 08:36

Choose a tag to compare

v1.1.2 release: 修复构建版本信息丢失和 no-reply 模式问题

v1.1.0

15 Mar 02:42

Choose a tag to compare

oho CLI v1.1.0 - Session List 多参数过滤功能

新功能:
- 新增 --id 参数:按会话 ID 过滤(支持模糊查询)
- 新增 --title 参数:按标题过滤(支持模糊查询)
- 新增 --created 参数:按创建时间过滤(时间戳精确匹配)
- 新增 --updated 参数:按更新时间过滤(时间戳精确匹配)
- 新增 --project-id 参数:按项目 ID 过滤(支持模糊查询)
- 新增 --directory 参数:按目录过滤(支持模糊查询)

改进:
- 支持多参数组合过滤
- 支持过滤 + 排序 + 分页组合
- 模糊匹配支持不区分大小写
- 新增 71 个测试用例,测试覆盖率提升

文档更新:
- 03-check-session.md: 新增 5.4-5.6 节
- oho/README.md: 添加完整参数说明
- SKILL.md: 更新使用记录

v0.0.2

02 Mar 02:33

Choose a tag to compare

Release v0.0.2 - Add linux-arm64, windows-amd64 + Fix release race co…

v0.0.1

02 Mar 01:48

Choose a tag to compare

Release v0.0.1 - Initial production release

Features:
- Multi-platform builds (Linux, Windows, macOS)
- Multi-architecture support (amd64, arm64)
- Automated CI/CD with GitHub Actions
- Complete oho CLI tool for OpenCode Server

Binaries included:
- oho-linux-amd64
- oho-linux-arm64
- oho-windows-amd64.exe
- oho-darwin-amd64
- oho-darwin-arm64