What's wrong with this entry?
Create a fork of the current conversation at any point, branching off into a separate session while preserving the original context.
/fork # Fork with auto-generated name
/fork my-branch # Fork with custom name- Creates a complete copy of the conversation up to the current point
- Automatically switches you to the new forked session
- Preserves all message history, attachments, and context
- Emits telemetry event
tengu_conversation_forked - Use
/resumeto switch between original and forked sessions
cK7 at line 489820 (name: "fork", description: "Create a fork of the current conversation at this point")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.