Skip to content

Commit b1f9b0a

Browse files
committed
feat: update docs toi add images of quick chat
1 parent 323dd3e commit b1f9b0a

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">
@@ -693,12 +699,20 @@ This is optimized for narrow code edits or insertion. When the request is comple
693699

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

702+
<div align="center">
703+
<img src="https://i.imgur.com/5JNlFZn.png">
704+
</div>
705+
<div align="center">
706+
<img src="https://i.imgur.com/ScRgqfC.png">
707+
</div>
708+
696709
### Example chat prompts
697710

698711
- Transform to a lua array
699712
- Add lua annotations
700713
- Write a conventional commit message for my changes #diff
701714
- Fix this warnings #warn
715+
- complete this function
702716

703717
## 🔧 Setting up Opencode
704718

0 commit comments

Comments
 (0)