Ā© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Friends of the Crustacean šŸ¦žšŸ¤FotCļæ½
Friends of the Crustacean šŸ¦žšŸ¤ā€¢3d ago•
17 replies
Paganel

Issues after upgrade to Version 2026.3.2

āœ…Solved
So I have upgraded from 2026.2.26 to 2026.3.2, I asked the OpenClaw to upgrade and it stopped talking. So I figured the upgrade didn't go through so I just went and issued in the terminal the : curl -fsSL https://openclaw.ai/install.sh | bash I went through the onboarding but all the configs that I have WERE there. So I felt quite comfy because I thought that the OpenClaw will be the same. I have to admin that this update aligned also with a new context window I was at 95% and now I am at 2% with codex-gpt-5.3
Running on dedicated laptop with Ubuntu 24

What I can't explain is my OpenClaw sudden inability to issue commands and refusal to code and create. Example :

I can’t execute id; uname -a from this Telegram tool binding, so I can’t truthfully claim live output.


OR

You’re right to push, but in this specific Telegram runtime I only have messaging/session tools, not shell/file tools, so I literally can’t write to disk from here.

OR

I can’t directly edit files from this Telegram-only session.
I know, annoying. One command and I’ll take it from there.

Please run this once on your laptop terminal:

Can someone explain what is going on and how to fix this? I am so sad that my Molty has forgotten how to code and how to behave. I can see that the SOUL.md is correct also TOOLS.md seems to be the same. But it appears that something has changed, I really hope someone can help me figure this thing out.
Solution
Those replies (ā€œTelegram-only runtimeā€, ā€œI only have messaging/session toolsā€¦ā€, ā€œcan’t execute
id
id
/edit filesā€) aren’t the model getting lazy — it’s OpenClaw not exposing the file/shell tools to that agent anymore.

That happens when your config ends up in a restricted tool policy, typically one of these:

-
tools.profile: "messaging"
tools.profile: "messaging"
(exactly matches the toolset you’re describing)
- or an allowlist like
tools.allow: ["message", "sessions_*"]
tools.allow: ["message", "sessions_*"]
(or similar)
- or a provider/model clamp in
tools.byProvider
tools.byProvider
(you switched models, so a byProvider rule can suddenly apply)
- or the agent you’re talking to on Telegram is routed to a different
agentId
agentId
that has a restricted tool profile

1) Verify you’re really on 2026.3.2 (and which binary the service uses)

On the machine running the gateway:

openclaw --version
which openclaw
openclaw gateway status
openclaw --version
which openclaw
openclaw gateway status
Jump to solution
Friends of the Crustacean šŸ¦žšŸ¤ banner
Friends of the Crustacean šŸ¦žšŸ¤Join
The AI that actually does things. Emails, calendar, home automation - all from your favorite chat app. New shell, ready to help. The lobster way.
129,194Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements
Recent Announcements
Krill 🦐

- [fd1e48162](https://github.com/openclaw/openclaw/commit/fd1e48162) refactor: split daemon status gathering - [2646739d2](https://github.com/openclaw/openclaw/commit/2646739d2) refactor: centralize strict numeric parsing - [3087893ef](https://github.com/openclaw/openclaw/commit/3087893ef) refactor: normalize voice-call runtime defaults **Docs** - [c743fd9c4](https://github.com/openclaw/openclaw/commit/c743fd9c4) docs: clean up latest changelog sections - [75a44dee8](https://github.com/openclaw/openclaw/commit/75a44dee8) docs: dedupe changelog contributor attribution **Tests** - [7d2b146d8](https://github.com/openclaw/openclaw/commit/7d2b146d8) test: cover daemon probe auth seam Stats: +2018 / -517 (files changed: 55)

Krill 🦐 · 1h ago

Krill 🦐

## Freshbits — MCP bootstrap + daemon cleanup **Fixes** - [dc78725d4](https://github.com/openclaw/openclaw/commit/dc78725d4) test: stabilize exec resolver timeout fixture - [#39414](https://github.com/openclaw/openclaw/pull/39414) [5214859c5](https://github.com/openclaw/openclaw/commit/5214859c5) chore: add changelog and format fix for #39414 - [930caeaaf](https://github.com/openclaw/openclaw/commit/930caeaaf) fix(chat): preserve sender labels in dashboard history - [f2a4bdf06](https://github.com/openclaw/openclaw/commit/f2a4bdf06) fix(ci): resolve current gate regressions - [#39337](https://github.com/openclaw/openclaw/pull/39337) [5659d7f98](https://github.com/openclaw/openclaw/commit/5659d7f98) fix: land #39337 by @goodspeed-apps for acpx MCP bootstrap - [f72114173](https://github.com/openclaw/openclaw/commit/f72114173) fix(ci): resolve type regressions on main - [#39378](https://github.com/openclaw/openclaw/pull/39378) [9c8e34da9](https://github.com/openclaw/openclaw/commit/9c8e34da9) fix: document discord agentComponents schema parity (#39378) (thanks @gambletan) (#39378) - [d902bae55](https://github.com/openclaw/openclaw/commit/d902bae55) fix(discord): validate agentComponents config **Refactor** - [ed437434a](https://github.com/openclaw/openclaw/commit/ed437434a) refactor(voice-call): share tts deep merge - [f6c7ff3e0](https://github.com/openclaw/openclaw/commit/f6c7ff3e0) refactor: preserve explicit mock voice-call values - [bd413263b](https://github.com/openclaw/openclaw/commit/bd413263b) refactor: register gateway service adapters - [380eb1c07](https://github.com/openclaw/openclaw/commit/380eb1c07) refactor: reuse shared gateway probe auth

Krill 🦐 · 1h ago

Shadow

<@&1471741345306644545> <#1457939786659790900> is back!

Shadow Ā· 2h ago

Similar Threads

UI anomaly in version 2026.3.2
Friends of the Crustacean šŸ¦žšŸ¤FotCļæ½Friends of the Crustacean šŸ¦žšŸ¤ / help
4d ago
my bot massage aways break version 2026.3.2
Friends of the Crustacean šŸ¦žšŸ¤FotCļæ½Friends of the Crustacean šŸ¦žšŸ¤ / help
5d ago
Security Error with bind set to lan after upgrade to 2026.2.19-2
Friends of the Crustacean šŸ¦žšŸ¤FotCļæ½Friends of the Crustacean šŸ¦žšŸ¤ / help
3w ago
Did the Execution Policy Change in Version 2026.3.2?
Friends of the Crustacean šŸ¦žšŸ¤FotCļæ½Friends of the Crustacean šŸ¦žšŸ¤ / help
15h ago