fur-cli 1.8.0

Turn your AI chats into a durable, local-first diary. Save messages, attach notes, organize conversations, and stop losing context every time the model forgets you exist.
Documentation
# A new thread with branching options
new "Weekend Plans"
user = andrew
tags = ["weekend", "plans"]

# Root jot
jot "What should I do this weekend?"

branch {
    jot "Stay home and read a book"
    jot sonnet4.5 "Reading will help you recharge and learn something new."
}

branch {
    jot "Go hiking in the mountains"
    jot sonnet4.5 "Fresh air and movement are great for your mental health."
}

# Save
store

# Display branching tree
tree