turbo-editors/turbo-gopublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-go.git
git clone ssh://git@rickub.com/turbo-editors/turbo-go.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

📦 Turbo Go 3d7798b · on main · k33g · 9h ago
2026-09-15-acp-commands-mentions.md · 22 lines · 1.6 KBmarkdown
Blame HistoryOpen raw

Handoff — 2026-09-15 — / commands and @ mentions, documented

State

Docs EN + FR and the starter template describe the / command list and the @ file list that turbo-core's agent window gained on 2026-09-15. Uncommitted. Code unchanged here; suite green.

Added afterwards

.turbo-go/acp.toml gained a second [[agent]]: mini-me (llama.cpp)mm -acp with AGENT_CONFIG pointing at the user's llama.cpp config. It loads (checked with acp.Load from the tests: two agents, both command lines right). mm is not in this sandbox, so the menu entry has not been opened; it is there for the user's Mac, where the / picker can be tried against an agent that really announces commands. This file was already a working file, not part of the feature — see the earlier handoff of the same day.

Next steps

  1. Wait for turbo-core to be tagged, then go get codeberg.org/turbo-editors/turbo-core@vX.Y.Z, GOWORK=off make check, tag.
  2. Try / and @ in a window by hand — nothing has been touched by a person. turbo-core's handoff of the same date has the list.

Watch out for

  • The six doc pages were edited by a script shared with four other editors, anchored on sentences that are identical across them. If you reword one of those sentences here, the next cross-editor edit will miss this repository — grep the other editors before rewording.

2026-09-16

Added the TURBO_ACP_TRACE section and the "commands do not appear" bullet, EN + FR. The cause of the user's missing commands is still open — see turbo-core's handoff of 2026-09-15, "In flight".

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Handoff — 2026-09-15 — `/` commands and `@` mentions, documented

## State

Docs EN + FR and the starter template describe the `/` command list and the `@` file list that turbo-core's agent window gained on 2026-09-15. **Uncommitted.** Code unchanged here; suite green.

## Added afterwards

`.turbo-go/acp.toml` gained a second `[[agent]]`: **mini-me (llama.cpp)**`mm -acp` with `AGENT_CONFIG` pointing at the user's llama.cpp config. It loads (checked with `acp.Load` from the tests: two agents, both command lines right). `mm` is not in this sandbox, so the menu entry has not been opened; it is there for the user's Mac, where the `/` picker can be tried against an agent that really announces commands. This file was already a working file, not part of the feature — see the earlier handoff of the same day.

## Next steps

1. Wait for turbo-core to be tagged, then `go get codeberg.org/turbo-editors/turbo-core@vX.Y.Z`, `GOWORK=off make check`, tag.
2. Try `/` and `@` in a window by hand — nothing has been touched by a person. turbo-core's handoff of the same date has the list.

## Watch out for

- The six doc pages were edited by a script shared with four other editors, anchored on sentences that are identical across them. If you reword one of those sentences here, the next cross-editor edit will miss this repository — grep the other editors before rewording.

## 2026-09-16

Added the `TURBO_ACP_TRACE` section and the "commands do not appear" bullet, EN + FR. The cause of the user's missing commands is still open — see turbo-core's handoff of 2026-09-15, "In flight".