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

new "Quantum Playground"
tags = ["quantum computing", "research", "future"]

user = andrew 

# Kickoff
jot "Explain quantum entanglement in a way that makes my brain melt."

jot gpt5 "Entanglement is like two particles sharing one soul — measure one, and the other instantly reacts, no matter the distance."

# Branch into different vibes
branch {
  jot "Now make it sound cinematic."
  jot sonnet4.5 --file chats/CINEMATIC_ENTANGLEMENT.md
}

branch {
  jot "Give me math. Beautiful math."
  jot gemini --file chats/ENTANGLEMENT_EQS.md
}

branch {
  jot "Okay, now pitch it like a startup idea."
  jot gpt5 --file chats/QUANTUM_STARTUP_PITCH.md
}

# Merge into a one-pager manifesto
branch {
  jot "Summarize all this into something that would impress a VC."
  jot sonnet4.5 --file chats/QUANTUM_MANIFESTO.md
}

# Store and see branching
store 
tree