I installed Openclaw on Ubuntu. Followed all instructions, put openrouter with few different models and also lm-studio local ones. Then when first session starts, I gave description of myself and how I wanted my bot to behave. But it didn't save this to IDENTITY.md nor USER.md. When I try to command it to write things down i just see tool calls from LLM but nothing gets written.
Message like this.
minimax:tool_call
<invoke name="exec">
<parameter name="command">cat > /home/davor/.openclaw/workspace/IDENTITY.md <<
'EOF'
- Name: AI...
EOF</parameter>
</invoke>
<invoke name="exec">
<parameter name="command">cat > /home/user/.openclaw/workspace/USER.md <<
'EOF'
USER.md
- Name: bla...
EOF</parameter>
</invoke>
</minimax:tool_call>
I tried also with Sonnet and few other models I get the same. I tried many things but nothing works. It just can't write in a file anywhere.
Please help