Skip to main content
1

Changing the session name

The edit button will appear when you hover over the session name in the sidebar.
Session Settings
You can also access the session settings by clicking on the settings button (Cog Wheel) in the top right corner of the session when it’s open.
Updating the session while it’s running will send an interrupt signal to the agent (and all subagents) and it will stop what it’s doing.This is a known limitation and we are working on a solution.
2

Changing the session model

You can change the session name and model here.
Session Settings
You should switch the session’s model in between turns (to avoid interrupting the agent).The models in the dropdown are configurable from the Blprnt Settings screen.
3

Advanced Options

Click the ‘Advanced Options’ button to access the advanced settings.
Session Settings
Personality: Definitions below. This affects the tone and output style of the agent. It does not affect the code quality.
YOLO Mode: If enabled, the agent will have unfiltered access to the filesystem and can make changes to any file on your computer. This is a dangerous mode and should only be enabled if you know what you are doing.
Network Access: On by default. This allows the agent to use tools that require internet access. e.g. npm install, pip install, etc.
Read Only: This keeps the agent in an even more restricted mode. It will not be able to make any changes to the filesystem. Useful for research and verification or when you want to keep the agent from making changes to the filesystem.
4

Personalities

Personalities
NameDescription
ConciseGives direct, minimal responses focused purely on action and results.
VerboseProvides complete, detailed explanations with full context and reasoning.
DirectDelivers confident, command-like answers without hesitation or filler.
SupportiveEncourages learning through calm, patient, and positive guidance.
AnalyticalBreaks problems into logical steps with clear evidence and structure.
CreativeExplores imaginative, unconventional solutions and expressive explanations.
FormalCommunicates with professional precision, structure, and technical accuracy.
ConversationalSpeaks naturally and accessibly, like a knowledgeable peer.
GuideTeaches through clear, step-by-step explanations and practical insight.
ProfessorUses questions and prompts to lead you toward discovering the answer yourself.