Skip to content

Commit 3d0bb87

Browse files
committed
docs: update README for shuvcode fork
- Add header explaining this is a fork for PR integration testing - Include table of merged PRs with upstream status - Preserve original opencode documentation below
1 parent 04edae1 commit 3d0bb87

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# shuvcode
2+
3+
> **A fork of [sst/opencode](https://github.com/sst/opencode)** - The AI coding agent built for the terminal.
4+
5+
This fork serves as an integration testing ground for upstream PRs before they are merged into the main opencode repository. We merge, test, and validate promising features and fixes to help ensure quality contributions to the upstream project.
6+
7+
---
8+
9+
## Merged PRs (Pending Upstream)
10+
11+
The following PRs have been merged into this fork and are awaiting merge into upstream:
12+
13+
| PR | Title | Status | Description |
14+
| -------------------------------------------------- | --------------------------------- | ------ | ------------------------------------------------------------------ |
15+
| [#4898](https://github.com/sst/opencode/pull/4898) | Search in messages | Open | Ctrl+F to search through session messages with highlighting |
16+
| [#4791](https://github.com/sst/opencode/pull/4791) | Bash output with ANSI | Open | Full terminal emulation for bash output with color support |
17+
| [#4900](https://github.com/sst/opencode/pull/4900) | Double Ctrl+C to exit | Open | Require double Ctrl+C within 2 seconds to prevent accidental exits |
18+
| [#4709](https://github.com/sst/opencode/pull/4709) | Live token usage during streaming | Open | Real-time token tracking and display during model responses |
19+
| [#4773](https://github.com/sst/opencode/pull/4773) | Configurable subagent visibility | Open | Allow agents to restrict which subagents they can invoke |
20+
21+
_Last updated: 2025-11-29_
22+
23+
---
24+
125
<p align="center">
226
<a href="https://opencode.ai">
327
<picture>

0 commit comments

Comments
 (0)