Skip to content

Commit 1e7f8d9

Browse files
committed
Don't include /init in freebuff
1 parent 7f3bc20 commit 1e7f8d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/src/data/slash-commands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const FREEBUFF_REMOVED_COMMAND_IDS = new Set([
4242
'agent:gpt-5',
4343
'image',
4444
'publish',
45+
'init',
4546
])
4647

4748
const ALL_SLASH_COMMANDS: SlashCommand[] = [

freebuff/SPEC.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ Freebuff only supports **FREE mode**. All mode-related features are stripped.
9191
| Command | Notes |
9292
|---|---|
9393
| `/help` | Modified help content (see §6) |
94-
| `/init` | Create knowledge.md |
9594
| `/new` (+ `/clear`, `/reset`, `/n`, `/c`) | Clear conversation |
9695
| `/history` (+ `/chats`) | Browse past conversations |
9796
| `/feedback` (+ `/bug`, `/report`) | Share feedback |
@@ -278,7 +277,7 @@ These features work identically in Freebuff:
278277
- **Agent mentions** (`@agents`) — Use available agents (free-tier agents only)
279278
- **Bash mode** — Run terminal commands
280279
- **Image attachments** — Attach and paste images
281-
- **Knowledge files**`knowledge.md`, `/init`
280+
- **Knowledge files**`knowledge.md`
282281
- **Chat history**`/history`, resume conversations
283282
- **Feedback**`/feedback` command
284283
- **Theme** — Light/dark toggle

0 commit comments

Comments
 (0)