Skip to content

Commit 0613cca

Browse files
committed
Drop cursor example
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 906fe71 commit 0613cca

File tree

3 files changed

+1
-183
lines changed

3 files changed

+1
-183
lines changed

docs/examples/cursor-cli-agent.md

Lines changed: 0 additions & 180 deletions
This file was deleted.

docs/examples/opencode-agent.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This example is very minimal and can be tuned and adapted in many ways to suit y
1010

1111
The general idea is that everything is orchestrated via an initial userdata script:
1212

13-
* Install opencode CLI.
13+
* Install the `opencode` CLI.
1414
* Configure model authentication using a pre-defined config file `~/.local/share/opencode/auth.json` from another machine like your workstation.
1515
* Set the agent working away as a systemd service, with a prompt set in the userdata file.
1616

@@ -314,4 +314,3 @@ One advantage of keeping a microVM alive, is that you can follow-up if the resul
314314
A practical application of opencode in a Slicer sandbox, is for code reviews linked to a Source Control Management (SCM) system like GitHub or GitLab.
315315

316316
The CLI can be driven manually or via bash, for our own code review bot, [we used the Go SDK](https://docs.slicervm.com/tasks/execute-commands-with-sdk/).
317-

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ nav:
109109
- AI/LLMs:
110110
- Ollama with a GPU: examples/gpu-ollama.md
111111
- Headless OpenCode Coding Agent: examples/opencode-agent.md
112-
- Headless Cursor Coding Agent: examples/cursor-cli-agent.md
113112
- Productivity:
114113
- Remote Docker builds over SSH: examples/buildkit.md
115114
- Remote VSCode: examples/remote-vscode.md

0 commit comments

Comments
 (0)