Pick a session on the left.
Coding agents are on by default; chat apps are off until you enable them. The store path is where the agent keeps its sessions. Defaults are per operating system ( here): ~, %APPDATA% and $VARS are expanded, and the resolved path is shown under each field. An environment variable ($ECTYPE_…_HOME) always wins over a saved path. Resume format is the file an export can be written back as, so that agent can pick the conversation up.
~
%APPDATA%
$VARS
$ECTYPE_…_HOME
Budget table columns (tokens is always shown):
Defaults for the redact switch on the toolbar; you can override any rule there for a single export. Rules are computed from this machine (nothing is hard-coded). Every match is recorded; click a rule's count to see exactly what it replaced.
Custom words, one per line: text becomes [REDACTED], text=Alias becomes Alias:
text
[REDACTED]
text=Alias
Alias
A final message appended to exports and conversions that tells the model the session was imported, so it re-checks its environment before acting. Generic = one sentence; detailed = one bullet per item.
cl100k_base
↳ error
[TOOL]
[ASSISTANT] 2026-04-18 02:08:51
[ASSISTANT] 02:08:51
[ASSISTANT]
[ASSISTANT] …
[TOOL] 2026-09-05 21:26:08 +0300
/home/user
user
host
user@example.com
[REDACTED_KEY]
[IP]
secret
Name=Alias
+0300
--utc
⋮
☰
agy -p
tool-results/
subagents/
custom-title.json
tool-outputs/
Converting to a different agent rewrites the conversation in that agent's own format so it can resume it. It is lossy by design: your messages and the assistant's text are carried verbatim; tool calls and results become short bracketed notes; thinking, injected context and notices are dropped; images are not carried. Every conversion comes with a fidelity report that counts exactly what was kept, folded and dropped.
Exporting to the agent the session came from is not affected; that is a copy, and nothing is lost.
Check the conversion table for the fate of each element and the verified agent versions. Agent formats are undocumented internals and can change with any release.