mobius 0.11.3

A small, modular Rust framework for building coding agents
Documentation
[manifest]
label = "Sessions"
description = "Resume, fork, and search Bot-owned durable chats"

[setting.page_size]
label = "Catalog page size"
description = "Maximum chats loaded in each catalog page"
step = 10

[defaults]
page_size = 100

[command.resume]
description = "resume a saved chat"

[command.fork]
description = "create a resumable branch from this chat"

[render]
search_threads = "Search Bot threads"

[tool.search_threads]
description = "Search this Bot's other conversation threads using BM25 relevance ranking."

[tool.search_threads.parameter.query]
description = "Words or phrases to find in this bot's prior threads."

[widget]
fork_chat = "Fork chat"
more_chats = "More chats…"

[picker]
fork_chat_from_message = "Fork chat from message"
resume_chat = "Resume chat"
user_message = "User message"
assistant_message = "Assistant message"