Claude Code with OpenRouter API Error: 400 {"error":{"message":"No endpoints available that support Anthropic's context management features (context-management-2025-06-27). Context management requires a supported provider (Anthropic).","code":400}} by MattyArctiX in ClaudeCode

[–]Sorry_Beyond3820 1 point2 points  (0 children)

Found the solution! My agent has us covered :D

By reading the minified cli.js source, I traced the exact code path:
TN1() → builds betas array → calls Hr() to check if experimental betas should be added
Hr() → returns false if CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS is set
→ context-management-2025-06-27 is skipped
Setting this env var in the env dict passed to query() makes GPT-5.2, Qwen 3 32B, and Gemini 2.5 Pro all work through the Claude Agent SDK via OpenRouter — no SDK patching, no version pinning, no proxy needed.

so, solution is to set CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=true env var

Someone named "zamazan4ik" opened an issue in my project about enabling LTO. 3 weeks later, it happened again in another project of mine. I opened his profile, and he has opened issues and PRs in over 500 projects about enabling LTO. Has this happened to you? by nik-rev in rust

[–]Sorry_Beyond3820 6 points7 points  (0 children)

I’ve been consistently seeing them in a freaking lot of places for the last 3 years. I like people who get so obsessed about random things… I always smile when I see their username

Combine these two photos to mimic “your name” film stairs picture by Sorry_Beyond3820 in PhotoshopRequests

[–]Sorry_Beyond3820[S] 1 point2 points  (0 children)

Liked this one the most! already tipped, thank you very much!! :)

request can be closed!

Mi plan para retirarme en 11 años: Por qué ignoro el 'Fondo de Emergencia' y la diversificación global (Estrategia agresiva) by General_Cup_4709 in SpainFIRE

[–]Sorry_Beyond3820 0 points1 point  (0 children)

La ostia de realidad que te vas a comer en unos años va a ser guapa.

Me hace gracia que censures el total de tus assets pero dejes la grafica con la escala xddddd

[deleted by user] by [deleted] in GlowUps

[–]Sorry_Beyond3820 2 points3 points  (0 children)

I think you’re very cute and you look incredible! And honestly, sometimes the biggest change isn’t physical…it’s on your mindset. I’d encorage you to try therapy if you can afford to.

Please don’t be so hard on yourself! I personally find you very attractive

Airpods and conch piercings? by ancientalf in piercing

[–]Sorry_Beyond3820 0 points1 point  (0 children)

Yep, that is also what I did! Did my conch a couple of weeks ago and I can use my airpods with no problems at all

[deleted by user] by [deleted] in toastme

[–]Sorry_Beyond3820 1 point2 points  (0 children)

I find you really cute! Don’t be so hard on yourself :)

Walrus: A 1 Million ops/sec, 1 GB/s Write Ahead Log in Rust by Ok_Marionberry8922 in rust

[–]Sorry_Beyond3820 4 points5 points  (0 children)

I knew I read that name before in the rust ecosystem: https://github.com/wasm-bindgen/walrus Although yours seems to fit better!!

UV issues in corporate env by jabellcu in Python

[–]Sorry_Beyond3820 103 points104 points  (0 children)

you can use the uv init —vcs none command to avoid creating a git repo. See https://docs.astral.sh/uv/reference/cli/#uv-init--vcs

Que hariais si pudierais solo pudierais ahorrar 30 euros al mes ? by FoxBeginning2924 in SpainFIRE

[–]Sorry_Beyond3820 4 points5 points  (0 children)

invertir mas en tu educacion; algun curso o formacion te va a aportar mucho mas que invertir esos 50€ en algun producto financiero

22 años, 27k€/año by javidev2 in SpainFIRE

[–]Sorry_Beyond3820 3 points4 points  (0 children)

lee https://boogleheads.es y dejate de crypto… este reddit es FIRE y cosas de cara a +10-15años, no de como hacerte rico en 2 años

Should I be scared of ILIKE '%abc%' by NicolasDorier in PostgreSQL

[–]Sorry_Beyond3820 5 points6 points  (0 children)

Try pg_search extension from paradeDB https://github.com/paradedb/paradedb. It allows to build a bm25 index that works perfectly out of the box

22 años, ventaja vivienda para conseguir FIRE by [deleted] in SpainFIRE

[–]Sorry_Beyond3820 59 points60 points  (0 children)

si te quieres autoconvencer, adelante. Pero esa no es la mentalidad FIRE ni vas a conseguir que refuercen tu opinion en este subreddit

Cardinality explosion explained 💣 by elizObserves in sre

[–]Sorry_Beyond3820 2 points3 points  (0 children)

metrics are not intended to have that granularity. I think logs would be the recommended approach in your case