Skip to content

Commit 596ec72

Browse files
committed
feat: update docs toi add images of quick chat
1 parent c3a8b8a commit 596ec72

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<img src="https://raw.githubusercontent.com/sst/opencode/dev/packages/web/src/assets/logo-ornate-dark.svg" alt="Opencode logo" width="30%" />
55
</div>
66

7+
## Quick buffer chat
8+
9+
<div align="center">
10+
<img src="https://i.imgur.com/5JNlFZn.png">
11+
</div>
12+
713
> neovim frontend for opencode - a terminal-based AI coding agent
814
915
<div align="center">
@@ -689,12 +695,20 @@ This is optimized for narrow code edits or insertion. When the request is comple
689695

690696
Press `<leader>o/` in normal mode to open a quick chat input window.
691697

698+
<div align="center">
699+
<img src="https://i.imgur.com/5JNlFZn.png">
700+
</div>
701+
<div align="center">
702+
<img src="https://i.imgur.com/ScRgqfC.png">
703+
</div>
704+
692705
### Example chat prompts
693706

694707
- Transform to a lua array
695708
- Add lua annotations
696709
- Write a conventional commit message for my changes #diff
697710
- Fix this warnings #warn
711+
- complete this function
698712

699713
## 🔧 Setting up Opencode
700714

0 commit comments

Comments
 (0)