r/CodexHacks

▲ 1 r/CodexHacks+1 crossposts

Codex limite

Buenas, existe alguna forma de obtener un reset de limite semanal en codex? Intenté por referir a alguien, me figura aceptado pero no recibí nada.

reddit.com
u/legomez38 — 1 day ago
▲ 69 r/CodexHacks+9 crossposts

Three weeks of building later: COS Glasses now has a Mac app, speaker ID, and a real memory. Plus GotCOS is giving away a pair of G2s.

Last month I posted about wiring the G2 into the AI coding agents already sitting on my Mac, so the glasses answer like they know what I do all day instead of like a search box. That post went way better than I expected, and honestly the DMs have been the best part of it. (Original post here if you want the architecture and the SDK gotchas.)

Three weeks later it's basically different software, and about 250 people have set it up so far. Here's where it's at. The giveaway details are near the bottom.

GotCOS has a Mac app now

https://preview.redd.it/lckrpa72mdjh1.png?width=3000&format=png&auto=webp&s=036926f0eea43240c8a91d7924e4aba7a364c6f5

Version one was a terminal command and a lot of faith. Now there's COS Control, a menu bar app that runs the server for you, shows you what's actually running, updates without breaking itself, and can repair common install or update failures. After setup, you shouldn't need the terminal for normal use.

It opens on an Activity view, which I did not expect to use nearly as much as I do. Six windows into what your COS is already holding: Messages, Speakers, Meetings, Memories, Threads, and your agent Sessions. You stop guessing what it caught. Every meeting, every answer, every voice it's learned is sitting there in a list you can open.

It knows who talked

https://preview.redd.it/jmdhc872mdjh1.png?width=3200&format=png&auto=webp&s=84b2813ff735406f1c9d67b1bd1b79ffaaa3e8e6

This one surprised me. Meetings get transcribed locally, and now voices carry across them, so somebody you talked to three weeks ago shows up by name in today's call instead of as "Speaker 1" all over again.

It was hard, and I built the review tools before I trusted the accuracy at all. Below a confidence floor the panel just says "unidentified" rather than guessing, because a confident wrong name is worse than no name. You can play the audio back, confirm a voice, or tell it "nope, wrong person" and it'll retract whatever training that mistake created. With a microphone strapped to your face in a real room, that correction loop is doing most of the work.

Everything else that shipped

https://preview.redd.it/hjiqq772mdjh1.png?width=3200&format=png&auto=webp&s=afd31d109162e34168db1630855fae697282a1f7

  • Meetings show up faster. A saved meeting used to wait on the full high-quality pass before it landed anywhere. Now it appears right away, then the higher-quality pass fills in the rest.
  • Transcription got faster when nothing else is going on. The post-meeting polish grabs the GPU when nothing live is competing for it, and hands it back the second a meeting starts. Roughly 6x faster per word than the CPU path.
  • Live text on the lens while you're still talking, swapped for the real transcript once it commits.
  • Video uploads resume now instead of dying on a bad connection.
  • Photos on the lens at 288x144, plus answer images you can pull up on the G2.
  • Jobs still live on the Mac, so you can close Even Hub or drop off Wi-Fi and the answer is waiting when you get back.

Cursor works now, and there's no second bill

Not just Claude Code and Codex anymore. Cursor works too, so you can put Grok or Composer behind the glasses. You pick the model per question from the lens and swap mid-conversation if one isn't getting it. Three agent CLIs, whichever one you're already paying for.

Which gets to the thing people keep assuming wrong. GotCOS doesn't add a separate API bill. It signs in through the CLI you already use, so it runs on the Claude Code, Codex, or Cursor account you already have, subject to that provider's plan and limits. Nothing to paste, nothing metering you per token.

Whatever can run entirely on your machine already does. Transcription is local by default through whisper.cpp, so meeting audio never leaves the Mac, and spoken replies can be local too. Cloud transcription is there as a fallback but it's off until you turn it on, and just configuring a key won't upload anything on its own. To be precise, since this crowd will ask: the reasoning still goes to whichever provider you signed into, on your existing plan. What's local is the transcription, the speech, and the files. Meetings, memories, and transcripts sit on your disk as plain files you can open, grep, back up, or delete.

It works inside the Hub, not around it

Saying this plainly since there are a few different approaches floating around this sub. It's a marketplace app. You install it from the Even Hub like anything else. Nothing to flash, nothing to unlock, no warranty to worry about. I build inside the Even Hub SDK sandbox and code around whatever it hands me.

That's a tradeoff and I'm not claiming it's the better one. The custom firmware folks get past walls I have to engineer around, and I've picked things up from their work. But if you want your glasses doing more without modifying the glasses, this is the path.

What you end up with is a workflow that stays on hardware you already own. Ask a question, read it on the lens. Talk, and watch the transcript appear while you're still talking. Point the server at a folder and the agent works through the files in it, including whatever your Mac already syncs down from iCloud Drive. A meeting you just recorded becomes a file the agent can read a minute later, so you can ask about it without exporting anything anywhere.

Two people this owes something to

u/ICE_MF_Mike ran my server through his own Claude setup after the last post and came back with an actual security review. Shell injection in a title generator, file permissions, network defaults, a Telegram switch that should have been opt-in. He was right about all of it, and all of it is patched and shipped. Best thing that's happened to this project.

u/True-Benefit-4856 is the only reason there's a desktop app. The companion started as their idea and turned out to be the one change that made this usable for anyone who doesn't want to live in a terminal.

If you read the source and find something, I want to hear it. It's MIT, it's on npm, and it runs on your machine, so read it before you run it.

The giveaway: a pair of G2s

https://www.gotcos.com/challenge/

I've got a second pair sitting here and I'd rather they go to somebody who'll do something interesting with them than sit in a drawer.

To enter: comment with what you'd build or how you'd use it. Not a wishlist. The actual use case, the workflow, the thing you can't do today and want to. Feature ideas for COS Glasses count, and so does a completely different application of the hardware.

How I'll pick: I read all of them and pick the one I most want to see exist. Best idea wins, upvotes don't decide it, though I'll definitely read the ones you upvote.

Deadline: October 1.

Fine print: used pair, good condition, mine to give. Open worldwide, and the winner covers shipping from the US plus any customs or duties on their end. I'd rather send these to the right person in another country than limit it to one. You don't need to be running COS Glasses to enter, and running it doesn't help your odds. If your idea wins and it's something I can build, I'd rather build it with you than for you.

Setup

You need at least one of Claude Code, Codex CLI, or Cursor installed and signed in. Whichever you already have is fine. It works standalone, and if you're already running a bigger COS setup, point the server at that folder and the glasses inherit all of it.

I keep calling this a side project and it keeps being the thing I use every single day. Recording a customer call and asking what I missed. Logging an idea halfway through a walk without pulling my phone out.

If you try it and it breaks, tell me and I'll get you running. Building against this SDK yourself? Happy to compare notes on any of the traps. And if you've got an idea for what this should do next, drop it in the comments, because there's a pair of glasses in it for one of you.

u/One_Variety_3939 — 5 days ago
▲ 7 r/CodexHacks+6 crossposts

I have built Oyren to run coding agents remotely with native interface and using my subscription accounts

u/oyren-ai — 6 days ago
▲ 13 r/CodexHacks+4 crossposts

"hey codex can you just move the text slightly to the right" gpt-5.6-sol xhigh:

u/BarkleyBark — 5 days ago
▲ 1 r/CodexHacks+1 crossposts

Sol and Grok should I fully switch from claude code?

I just gotta say I have been heavily claude code the past year. I have a 5x codex plan i use when hitting claude 20x limits. My issue with codex is using 5.6sol I feel usage is so terrible it does a great job other than the typical chat gpt over working/ its need to give more than needed. Also have a standard gemini membership but rarely use it except in sheets I haven't gotten rid of it is for the google drive benefits to me it pays for itself here.

I used grok for the first time yesterday and I am very impressed about the speed and output. Its making me think should I get rid of my claude plan use sol as my planning agent and grok for the ground work. Has anyone had any issues with grok or anyone with any experience working this exact workflow? I thought about splitting across the 3 but that feels like too much. Also should I keep the 5x at codex and go more in with Grok? Or just go all in one codex 20x then remaining on Grok?

Thanks for any suggestions.

reddit.com
u/Umbylicus — 8 days ago
▲ 5 r/CodexHacks+1 crossposts

I made yet another Codex plugin but one that tries not to turn every task into a small company.

I know the world was not exactly short on Codex plugins. But I really do think this one is good, because it came from a problem I kept having.

I started it after a Superpowers run lasted almost seven hours, involved at least 43 agents, included subagents spawning more subagents, and still found important integration problems late. I liked the discipline. I didn't like that more rigor seemed to mean more agents.

That made me treat "how much rigor does this job need?" and "does it need more agents?" as separate questions.

Zimster keeps one agent responsible by default. Small changes stay small. Risky work can get more design, TDD, review, and verification without becoming a swarm. When it delegates, the job is bounded, the subagent cannot hire grandchildren, and it only picks a model after deciding another agent is useful.

Local tools tie results to the exact Git state, reject stale checks, inspect the entire working tree, and keep a compact journal across compaction or another session. Requirements can point to supporting checks. I wanted "verified" to mean more than whatever Codex writes in its last paragraph.

The name had less thought behind it. Someone I knew as a kid called me out of the blue and used my loathed childhood nickname. I still couldn't think of anything better. So, unfortunately, Zimster.

Install:

git clone https://github.com/wazimmerman/zimster.git
codex plugin marketplace add /absolute/path/to/zimster
codex plugin add zimster@zimster --json

Repository:

https://github.com/wazimmerman/zimster

Website:

https://www.zimster.dev

Please give it a look and let me know if you have any feedback. I especially want to know where it adds process that just makes a simple job worse.I know the world was not exactly short on Codex plugins.

reddit.com
u/libertiegeek — 6 days ago
▲ 6 r/CodexHacks+2 crossposts

I built Codex Avatars - one animated desktop Pet for every Codex agent

Do you love Codex Pets too? I’ve got something for you!

I wanted a more visual way to see what Codex was doing, especially when several tasks and subagents were running at the same time.

So I built Codex Avatars, an open-source Windows companion that gives each Codex task and subagent its own animated Pet on your desktop.

Features include:

  • Independent avatars for main agents and subagents
  • Live working, waiting, completed, and dormant states
  • Task names, model, and reasoning effort displayed under each avatar
  • Movement across one or multiple monitors
  • Different Pet assignment modes: matching subagents or fully random
  • Native Codex Pet V2 support
  • An integrated Pet marketplace and direct installation
  • Custom roaming areas, avatar sizes, and visibility settings
  • Automatic startup with Windows and quick enable/disable controls

The overlay itself is invisible, so the Pets simply roam around your desktop while Codex works.

The project is currently Windows-only, and the installer is not code-signed yet, so SmartScreen may display a warning.

GitHub and latest release:

https://github.com/Kajdrak2/Codex-avatars

I’d love to hear your feedback, feature ideas, and bug reports. Contributions and new Pet submissions are welcome too!

u/Right_Building_8032 — 8 days ago

Need help with codex skill's

hey everyone

I'm new to using codex

I was using for content research and audience research , but the problem I'm facing with codex is right now I gave it very detailed prompt goal and constraint but still it pulled me very shit reserach

I was even trying to source skill's from the githup by explaining it what I am really looking and explain in depth then ask it to pull me best skill possitble form github or form other open source platfrom , it pulled me comment mining skill still same shit level result

help me

reddit.com
u/No_Twist6469 — 10 days ago

How do you stack subs?

I see many people talking about using 3-4 different subs with codex, how do you stack different subscriptions and not lose your context?

Do you prepare just a handoff to give to new codex sub? Is there a better way if you are working on a complex architecture and don't want to start explaining everything from zero?

reddit.com
u/boklos — 13 days ago
▲ 17 r/CodexHacks+3 crossposts

I got DeepSeek V4 Pro working in Codex with thinking and web search

Disclosure: I build Swobu (swobuforge/swobu), the open-source local compatibility gateway used here.

I wanted to use Codex’s harness with DeepSeek V4 Pro. The protocols do not line up directly: Codex sends Responses API requests, while DeepSeek currently exposes V4 Pro through Chat Completions and Anthropic-compatible interfaces. Native Responses support is available only for Flash.

Swobu translates between those protocols locally. Setup happens through an interactive terminal UI: add DeepSeek, paste your API key, then copy the local endpoint into Codex.

No hand-edited Swobu config files. No OpenRouter. No Codex fork.

Run it:

curl -fsSL https://swobu.com/install.sh | sh

I am not claiming this is the first DeepSeek–Codex bridge. DeepSeek’s official ecosystem already documents Moon Bridge. I am testing whether a general-purpose local gateway becomes more useful once you also want multiple providers, stable routes, account switching or fallback.

Swobu is still maturing, so I would especially appreciate reports of difficult edge cases.

u/GMeTroFuN — 13 days ago
▲ 4 r/CodexHacks+1 crossposts

Can I routing-force GPT-5.3-Codex-Spark to subagents? Draining my 5.6 Sol High weekly limits on 20X plan

Hey everyone,

I'm currently on the 20x plan and hitting a massive usage wall. I'm primarily using GPT-5.6 Sol High for my core tasks, but it burns through my weekly token allocation by mid-week.

Meanwhile, my GPT-5.3-Codex-Spark separate limits are sitting completely idle and going entirely to waste.

Since Spark runs on a separate quota and has that insane Cerebras speed, I want to offload the repetitive work to it. Is there any way to explicitly configure or force the system to spawn Spark subagents for lower-level tasks like code exploration, file structure analysis, or test runs? By default, my subagents just seem to inherit the parent 5.6 Sol model and eat my main quota.

Has anyone successfully bypassed this or figured out a custom configuration/workaround in the CLI or settings to route subagents to Spark?

Appreciate any tips!

reddit.com
u/Maximum_Meringue_979 — 13 days ago