u/Temporary-Leek6861

5.10 stable is coming nd its the biggest release since the may sprint started
▲ 10 r/better_claw+2 crossposts

5.10 stable is coming nd its the biggest release since the may sprint started

three beta builds in 15 hours (5.10-beta.1, beta.2, beta.3) which means 5.10 stable is imminent. highlights that matter for daily use...

system prompt trimming to reduce token waste per request. this is free savings... your agent sends fewer tokens without you changing anything in your config

slack replyBroadcast support. if youve been frustrated that your agent couldnt reply from threads to channels properly this fixes it

pnpm 11 migration under the hood. shouldnt affect end users but if youre building from source your workflow changes

google gemini 3 pro preview ID normalization. if youve been getting random model errors on gemini after they retired the preview this should clean it up

provider-level loadService for on-demand local model servers. if youre running ollama the startup sequence is cleaner

5.7 is still the latest stable on npm. dont jump to beta unless you need a specific fix. but when 5.10 goes stable its worth updating... the prompt trimming alone saves you tokens on every single request

u/Temporary-Leek6861 — 11 days ago

how to set up telegram webhooks instead of polling. the responsiveness difference is insane

if youre using openclaw on telegram and your replies feel sluggish or inconsistent... youre probably on polling mode which is the default. switching to webhooks made my agent feel like a completely different product

polling means openclaw checks telegram every few seconds for new messages. theres always a delay, sometimes messages get missed, and under load it gets worse

webhooks mean telegram pushes messages to your agent instantly. zero delay. no missed messages

the catch... you need a public HTTPS endpoint. easiest way is cloudflare tunnel (free) pointed at your gateway

setup... install cloudflared on your server. run cloudflared tunnel --url http://localhost:18789. it gives you a public URL. set that as your webhook endpoint in your telegram channel config in openclaw.json

also 5.7 fixed the polling watchdog bug where unrelated outbound bot API calls could mask a wedged inbound poller (#78422). so if youve been on polling and messages were silently disappearing that was probaly why. update to 5.7 at minimum either way

one user in the sub yesterday said switching from polling to webhook made openclaw "feel like a completely different product" and yaa thats exacly right. if you have a public endpoint theres no reason to stay on polling. been on betterclaw for my other agents and the telegram connection there just uses webhooks by default so i never had to think about any of this... but on openclaw its worth the 10 minutes to set up manually

reddit.com
u/Temporary-Leek6861 — 11 days ago

how to set up telegram webhooks instead of polling. the responsiveness difference is insane

if youre using openclaw on telegram and your replies feel sluggish or inconsistent... youre probably on polling mode which is the default. switching to webhooks made my agent feel like a completely different product

polling means openclaw checks telegram every few seconds for new messages. theres always a delay, sometimes messages get missed, and under load it gets worse

webhooks mean telegram pushes messages to your agent instantly. zero delay. no missed messages

the catch... you need a public HTTPS endpoint. easiest way is cloudflare tunnel (free) pointed at your gateway

setup... install cloudflared on your server. run cloudflared tunnel --url http://localhost:18789. it gives you a public URL. set that as your webhook endpoint in your telegram channel config in openclaw.json

also 5.7 fixed the polling watchdog bug where unrelated outbound bot API calls could mask a wedged inbound poller (#78422). so if youve been on polling and messages were silently disappearing that was probaly why. update to 5.7 at minimum either way

one user in the sub yesterday said switching from polling to webhook made openclaw "feel like a completely different product" and yaa thats exacly right. if you have a public endpoint theres no reason to stay on polling. been on betterclaw for my other agents and the telegram connection there just uses webhooks by default so i never had to think about any of this... but on openclaw its worth the 10 minutes to set up manually

reddit.com
u/Temporary-Leek6861 — 11 days ago

how to set up telegram webhooks instead of polling. the responsiveness difference is insane

if youre using openclaw on telegram and your replies feel sluggish or inconsistent... youre probably on polling mode which is the default. switching to webhooks made my agent feel like a completely different product

polling means openclaw checks telegram every few seconds for new messages. theres always a delay, sometimes messages get missed, and under load it gets worse

webhooks mean telegram pushes messages to your agent instantly. zero delay. no missed messages

the catch... you need a public HTTPS endpoint. easiest way is cloudflare tunnel (free) pointed at your gateway

setup... install cloudflared on your server. run cloudflared tunnel --url http://localhost:18789. it gives you a public URL. set that as your webhook endpoint in your telegram channel config in openclaw.json

also 5.7 fixed the polling watchdog bug where unrelated outbound bot API calls could mask a wedged inbound poller (#78422). so if youve been on polling and messages were silently disappearing that was probaly why. update to 5.7 at minimum either way

one user in the sub yesterday said switching from polling to webhook made openclaw "feel like a completely different product" and yaa thats exacly right. if you have a public endpoint theres no reason to stay on polling. been on betterclaw for my other agents and the telegram connection there just uses webhooks by default so i never had to think about any of this... but on openclaw its worth the 10 minutes to set up manually

reddit.com
u/Temporary-Leek6861 — 11 days ago

if youre setting up whatsapp on openclaw for the first time save yourself 2 hours and read this

just helped a friend set up whatsapp on openclaw and realized how much tribal knowledge is needed that isnt in the docs. heres everything i wish id known

first... openclaw uses baileys (unofficial whatsapp web library) not the official business API. your personal whatsapp number becomes the bot. this means you cant use it on a number thats already active on whatsapp web on your phone. you pair it through QR code during onboarding

second... the gateway needs to stay running 24/7 or the whatsapp connection drops and you have to re-pair. if youre on a laptop that sleeps this wont work. use a VPS or a machine thats always on

third... whatsapp ghost chats were a thing until 5.7 (#67378). proactive messages to phone numbers would create sender-only ghosts that nobody received. 5.7 fixed this but if youre on 5.6 or earlier update before wondering why your agent's messages arent arriving

fourth... stale TUI clients were degrading the gateway event loop on 5.5 and slowing ALL replies not just whatsapp. 5.7 fixes this too

fifth... if youre sending media (photos, files) the captioned media double-send bug was fixed in 5.7 (#78770). before this your recipient would get an empty message first then the actual photo

basically... update to 5.7 before setting up whatsapp. earlier versions have multiple whatsapp-specific bugs that will make you think your setup is broken when its actually the software

if all of this sounds like too much hassle betterclaw handles whatsapp setup in a few minutes without the baileys pairing dance. but if you want full control openclaw works fine on 5.7+

reddit.com
u/Temporary-Leek6861 — 11 days ago

openclaw: 368,908 stars. 30+ channels. 13000+ skills. massive ecosystem. steinberger admitted 4.24-4.29 was broken. 5.4 is stability release. LTS coming this month. 255 security advisories. credential storage in plaintext

hermes: 132K stars (was 110K two weeks ago). self-learning skills that compound over time. simpler setup. bus factor of 1 (67% commits from one person). some people on this sub think hermes accounts are coordinated fake promoters

claude code: best coding quality. source-available not open source. confirmed scanning git for competitor keywords and adjusting billing. session-based not persistent

for a new user starting today: the question isnt which framework. its whether you want to self-host at all

self-host (any framework): full control. weekly maintenance. security responsibility. 8-12 hours setup. things break regularly

managed platform: working agent in 15 minutes. updates tested before reaching you. security handled. $0-19/month

betterclaw on the free plan if you want the openclaw ecosystem without the infrastructure headaches. r/better_claw. but honestly any managed option beats self-hosting for someone who just wants an agent that works

pick the framework later. decide the hosting question first. thats what actually determines your daily experience

reddit.com
u/Temporary-Leek6861 — 16 days ago

openai launched workspace agents april 22 as free preview for business/enterprise/edu plans. that preview ends today. credit-based pricing starts (exact costs not published yet)

workspace agents are codex-powered ai agents inside chatgpt that automate workflows for teams. they connect to tools, follow multi-step processes, run on schedules, and deploy in slack

how this compares to openclaw for a beginner deciding today:

workspace agents: team focused. cloud only. slack deployment. codex powered. probably expensive after free preview ends. zero self-hosting option

openclaw: personal focused. self-hosted or managed. 30+ channels including telegram whatsapp discord. any model. 368K stars. also 255 security advisories and weekly breaking updates

hermes: personal/dev focused. self-learning. 132K stars. simpler setup. smaller ecosystem

managed platforms betterclaw etc: skip the infrastructure entirely. free plans available. working agent in 15 minutes

if youre a team on chatgpt business already, try workspace agents before the free preview expires today. if youre an individual who wants a personal agent, openclaw or hermes self-hosted or a managed platform like betterclaw is the better fit

reddit.com
u/Temporary-Leek6861 — 16 days ago

someone posted today about their cheap $1/month setup. the key detail: they switched from openrouter to direct deepseek because openrouter auto-mode was burning credits

openrouter auto-mode picks the "best" model for each request based on its own algorithm. sometimes it picks deepseek flash at $0.14/M. sometimes it picks opus at $5/M. for a simple email sort. you dont get a say

the problem: you think youre on a cheap model. your bill says otherwise. theres no per-request notification of which model was used. you find out when your openrouter dashboard shows $30 in a week on what you thought was a $5/month setup

the fix: NEVER use auto-mode for agent work. explicitly set your model in the provider config. deepseek/deepseek-v4-flash. not "auto." not "best." the exact model you want

if you want model routing let your AGENT config decide not openrouter. route based on task type in AGENTS.md. simple tasks > flash. complex tasks > pro or sonnet. YOU control the routing logic

betterclaw does automatic routing on the free plan but its transparent about which model was used per task. you can see exactly what was picked and why. no surprises on the bill

anyone else get burned by openrouter auto-mode??

reddit.com
u/Temporary-Leek6861 — 17 days ago

this is actually cool and nobody is talking about it yet

/steer: redirects the agents current task direction without starting a new session. if your agent is going down the wrong path on a research task you can steer it without losing all the context it already gathered

/side: starts a side conversation within the same session. ask a quick unrelated question without derailing the main task. the agent maintains both threads

these solve a real problem. before this your options were either interrupt the agent (losing context) or wait until it finishes (potentially wasting tokens on the wrong direction)

also the auto-reply queue now treats reset-triggered /new and /reset as interrupt runs. so if you hit /new the agent stops existing work immediately instead of queuing your fresh start behind whatever its currently doing

small UX improvements but the kind that make daily usage way less frustrating. the gap between "cool demo" and "usable daily tool" is made of exactly these kinds of fixes

reddit.com
u/Temporary-Leek6861 — 17 days ago

found this in the 5.4 release notes. turns out 5.3 had a bug where externalized discord plugin's secret contracts werent resolving properly

the technical detail: since 5.2 externalized u/openclaw/discord, the compiled artifacts live under dist/. but the secret-contract-api sidecar wasnt looking in dist/ when resolving channel SecretRef contracts. so env-backed discord tokens silently failed to resolve at gateway start

translation: you configured discord correctly. your token was valid. your config was right. but openclaw couldnt find the token because it was looking in the wrong directory. discord just shows as "not configured" even though everything IS configured

no error message that says "hey we cant find your discord token in the new location." just... channel not configured. figure it out yourself

5.4 fixes this (#76449). if your discord died after updating to 5.2 or 5.3, update to 5.4 or roll back to 4.29

this is the kind of silent failure that makes people quit. everything looks configured correctly. the channel just doesnt work. and theres no clue WHY unless you read the changelog of the version AFTER the one that broke it

reddit.com
u/Temporary-Leek6861 — 17 days ago
▲ 40 r/WebAfterAI+4 crossposts

thought id be smart and track every dollar. budgeted $10/month for my agent. actual bill: $35

where it went

system prompt overhead: my SOUL.md + AGENTS.md + TOOLS.md + skill descriptions = 14,000 tokens. resent on EVERY message. at 50 messages/day thats 700K tokens just on system prompt. about $10/month on deepseek

conversation history compounding: by message 20 the agent resends all 19 previous messages. the later messages cost way more than the early ones. about $8/month

heartbeat: was running every hour. 24 full api calls per day. "nothing new" costs the same as an actual response. about $7/month

tool outputs baked into history: gmail returned a full email thread once (huge blob of text). that blob lived in session history forever and got resent with every subsequent message. about $10/month before i caught it

what fixed it: trimmed SOUL.md to 1500 tokens ($10 > $4). set maxHistoryMessages to 15 ($8 > $3). changed heartbeat to every 4 hours on deepseek v4 flash ($7 > $0.50). started using /new between unrelated tasks (killed the gmail blob problem)

went from $35 to about $8/month. same agent same tasks. just less waste

run /context list and /usage full for a day. youll be surprised where the money goes

u/Temporary-Leek6861 — 18 days ago

someone just posted the math and its bad. xiaomi advertises 1.6 billion credits and $0.14 per million output tokens for mimo v2.5 pro coding plan

the catch: cached tokens get billed at FULL rate instead of the industry standard 10% discount. cache hit rate is 90% which sounds great except those cached hits cost the same as generating from scratch

one user did 10 small tasks and burned 12 million credits. on the $100 plan that means roughly 4 actual coding tasks max before you're done

any pricing that uses "credits" instead of real dollars is designed to confuse you about what you're actually paying. $0.14/M sounds cheap until you realize the credit conversion makes it $2-3/M effective rate

if you want transparent pricing: deepseek v4 flash is $0.14/M in actual dollars not credits. what you see is what you pay. or use byok on betterclaw where the cost shows up on your own api bill in real money. no credit translation no hidden multiplers

anyone else get burned by credit-based pricing??

reddit.com
u/Temporary-Leek6861 — 18 days ago
▲ 2 r/OpenClawUseCases+1 crossposts

ollama running fine. ollama list shows my model. i can chat with it directly. but openclaw keeps saying no api key found

turns out you need to set OLLAMA_API_KEY=ollama-local in your env even tho theres no actual api key for local ollama. its a marker not a real key. openclaw just needs SOMETHING in that field or it refuses to connect

add this to ~/.openclaw/.env: OLLAMA_API_KEY=ollama-local

then restart gateway. thats it. 30 seconds. after 4 hours of debugging

also make sure your baseUrl is http://127.0.0.1:11434 NOT http://127.0.0.1:11434/v1. the /v1 breaks tool calling and your model will just dump raw json as text instead of using tools properly

wish someone had told me this on day 1

reddit.com
u/Temporary-Leek6861 — 22 days ago
▲ 20 r/better_claw+1 crossposts

genuinely asking because i want to keep using openclaw but the update track record this month is rough

4.14: lossless-claw broken. had to update plugin separately 4.20: .env security hole patched (after being exploitable for who knows how long) 4.24: postinstall script deletes 1617 of its own 4116 files. gateway wont start. 16 issues filed in one day 4.25: session reset finally fixed after being broken since 4.1 (three months) 4.26: silently installs coding-agent skill requiring openai key you dont have. every message fails (#73358) 4.27: npm update hardened. fail-closed MCP checks. epipe crash fix. hopefully stable??

every single version fixed something important AND broke something new. the net effect is zero confidence in updates

my strategy: wait a week after every release. check github issues. only update when the fix list outweighs the risk. back up everything first

or stop playing the game entirely. i run my production agents on betterclaw now my tinkering instance is self hosted and gets the updates when i feel brave. the agents that matter are never at risk

what version are you on and how long have you been on it

reddit.com
u/Temporary-Leek6861 — 22 days ago
▲ 16 r/AskClaw

openclaw 4.23 shipped april 24. the headline was image generation through openai codex oauth and openrouter. your agent can now use gpt-image-2 for image generation without needing a separate OPENAI_API_KEY.

also added: openrouter image generation support, quality/format hints for generated images, xAI image generation (grok-imagine-image), xAI text-to-speech with 6 voices, xAI and deepgram and elevenlabs voice call streaming transcription.

the security fixes are worth reading too. four new advisories published april 23-24:

GHSA-r39h: arbitrary code execution via attacker-controlled setup-api.js loaded from cwd during env-key resolution. HIGH severity.

GHSA-cwj3: gateway config mutation guard allowed unsafe model-driven config writes. HIGH severity.

GHSA-q8ff: webhook secret remains valid after rotation/reload. MODERATE.

GHSA-93rg: gateway control UI bootstrap config required gateway auth. was published april 23.

if you're self-hosting: update to 4.23. the two HIGH severity advisories are real attack vectors, especially the setup-api.js one where a malicious skill could execute code during provider setup.

anyone updating or still waiting?

reddit.com
u/Temporary-Leek6861 — 27 days ago
▲ 21 r/better_claw+3 crossposts

openclaw is free, open source, 363K github stars. it's also got 28,000 exposed control panels, 13 CVEs this month, updates that break your agent every week, a cost dashboard that was literally showing fake numbers, and your api keys sitting in plaintext .env files. it's incredible technology that requires a part-time job to maintain.

perplexity computer just launched and its $200/month. PCWorld literally wrote an article called "perplexity priced me out of its openclaw clone." $200/mo for a managed agent. and one reviewer burned through 40% of their monthly credits in a single hour so the actual ceiling could be $1500/mo.

claude cowork is $20/mo for pro but caps out fast. codex is free through openai subscriptions but that access could get pulled anytime (anthropic already killed the equivalent on april 4).

manus is $39-199/mo with opaque credit pricing where a single task can burn 900 credits.

so your options in 2026 are: free and spend 10 hours a month patching security vulnerabilities, or $200/mo and pray your credits don't evaporate in an hour. there's basically nothing in between.

or is there? i've been looking for managed agent platforms under $20/mo that don't require self-hosting. found a few. openclaw launch at $3/mo is the cheapest but limited. betterclaw.io just launched a free plan with byok this week there are probably others i don't know about.

genuinely curious what other people have found in the sub-$50 managed agent space. because the current market feels like the early days of web hosting where your options were "run your own server" or "pay enterprise prices." the digital ocean moment for ai agents hasn't happened yet but it needs to.

u/Temporary-Leek6861 — 11 days ago
▲ 16 r/better_claw+1 crossposts

been recommending glm-5.1 for weeks. turns out zhipu is actively throttling and banning openclaw users who run agents on their coding plan subscriptions.

the z.ai policy says "accounts that trigger risk controls can face high-intensity throttling, suspension, or a permanent ban" and "three or more usage-rule violations will result in an account ban."

one user reported their entire month's quota gone in one day after filling just 2 session contexts. the credit system charges for session history, bootstrap md content, tool outputs, cache... everything.

this is the same pattern as anthropic. provider offers a plan priced for human chat usage. openclaw users consume 10-100x more. provider cracks down.

if you're running openclaw on a zhipu coding plan, switch to their api pay-per-token pricing or switch providers entirely. kimi k2.6 just launched at $0.60/M tokens and openclaw 4.20 supports it. or if you're tired of playing provider whack-a-mole, betterclaw's free plan does the model routing for you so when one provider cracks down it just switches.

anyone else get hit by this?

reddit.com
u/Temporary-Leek6861 — 30 days ago

anthropic's own migration doc says opus 4.7 "will not silently generalize an instruction from one item to another, and will not infer requests you didn't make." in plain english: 4.6 would fill in gaps in your prompt and figure out what you probably meant. 4.7 takes you literally. if you're used to writing vague prompts and getting good results... that's over. the community is split on whether this is honest behavior or a stealth downgrade. honestly it's both depending on who you are. people who write detailed prompts are getting insane output. people who relied on claude reading between the lines are getting burned. which camp are you in?

reddit.com
u/Temporary-Leek6861 — 1 month ago

temperature gone. top_p gone. top_k gone. thinking.budget_tokens gone. the extended thinking toggle gone. all replaced with "adaptive thinking" where the model decides for you.

the backlash isn't about whether 4.7 is objectively better on benchmarks. it probably is. the backlash is about anthropic removing knobs that power users relied on and replacing them with a black box.

gergely orosz (pragmatic engineer) tried 4.7 and went back to 4.6 because he found it "surprisingly combative." multiple users report the model refusing to code certain prompts or flagging simple images as safety violations. the "more literal" instruction following means it won't read between the lines anymore, which makes it worse for people who relied on claude's intuition.

the startup fortune article nailed it: "framing an autonomy reduction as a feature upgrade is a difficult sell."

the silver lining: effort levels (low, high, xhigh, max) give you some control back. xhigh is the sweet spot for most work. but the fine-grained control of temperature and thinking budgets is gone and that's a real loss for anyone doing anything beyond basic chat.

reddit.com
u/Temporary-Leek6861 — 1 month ago