turbo-editors/turbo-gopublic Fork 0
v1.0.2
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.

2026-09-15-acp-commands-mentions.md · 22 lines · 1.6 KBmarkdown Blame HistoryRaw
📦 Turbo Go 3d7798b k33g 9h ago1# Handoff — 2026-09-15 — `/` commands and `@` mentions, documented
2
3## State
4
5Docs 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.
6
7## Added afterwards
8
9`.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.
10
11## Next steps
12
131. Wait for turbo-core to be tagged, then `go get codeberg.org/turbo-editors/turbo-core@vX.Y.Z`, `GOWORK=off make check`, tag.
142. 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.
15
16## Watch out for
17
18- 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.
19
20## 2026-09-16
21
22Added 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".