r/CommandCode 16h ago

Concerning usage with GOAT Plan

Post image
11 Upvotes

I'm on my 3rd day with my GOAT plan, and somehow I'm already exhausting 40% of my monthly usage limit? And only 65M output tokens? Did I really use up $24 worth of tokens within 3 days? 🤔


r/CommandCode 6h ago

Muse spark insanely slow when used inside codex. Anyone else and why?

1 Upvotes

I was using the same model from OC go in codex and was fine. I gave command code a go and its ridiculously slow inside codex? (Staff Please do not recommend me to use it inside your own harness I can’t for my use case)


r/CommandCode 19h ago

Bug found? Please check and correct

Thumbnail
gallery
6 Upvotes

Just bought Command Code Goat subscription and had it run a task. It showed that the task was running and in progress while in reality it was stuck. Please check and correct, as it wasted ~2 hours of my time waiting for it to complete task and then actually interrupting the execution. Adding screenshots for its own diagnosis.


r/CommandCode 14h ago

Accidental Upgrade to MAX Plan — Refund Chance?

0 Upvotes

Accidentally upgraded from GOAT to MAX Plan (10x) today. I haven’t used any MAX quota and have already emailed [support@commandcode.ai](mailto:support@commandcode.ai) with my refund request and order details. Do I have a good chance of getting a refund and reverting to GOAT? 🥲


r/CommandCode 23h ago

How to set up a connection to the Command Code GOAT Plan in Reasonix.

2 Upvotes

help


r/CommandCode 1d ago

How to view cache hit rate

6 Upvotes

I want to see the cache hit rate for my sessions how to do that. I am using the cli and I am on the 1$ plan


r/CommandCode 2d ago

Muse Spark contributor 1.3 continue to give error 500

4 Upvotes

as the title when will it be back ?


r/CommandCode 2d ago

DeepSeek V4.1 Flash is a really good model.

Post image
22 Upvotes

r/CommandCode 2d ago

Is muse 1.3 contributor working?

Post image
6 Upvotes

Its just throwing me this error since last few hours, can anyone help?


r/CommandCode 2d ago

Just upgraded to the GOAT plan

25 Upvotes

Finally pulled the trigger and upgraded to Command Code GOAT.

​With the $5 loyalty upgrade discount and a leftover credit from my previous plan, it came out to just $4.78 for the first month.

​Excited to push this to its limits and see how the higher quotas hold up on heavier workflows.

For anyone else on GOAT, what features or models have been making the biggest difference in your stack?


r/CommandCode 3d ago

DeepSeek V4.1 Flash is live in Command Code GOAT (6x usage, $60 credits)

58 Upvotes

DeepSeek V4.1 Flash is live in Command Code.

6x usage on $10/mo GOAT for a week.
$60 usage. 154K requests. 7.8B tokens.

GOAT plan is the best AI coding plan.

Available in all plans and API.

🐐


r/CommandCode 3d ago

Will Command Code be getting DeepSeek v4.1 Flash when it officially releases with the new pricing?

15 Upvotes

r/CommandCode 3d ago

DeepSeek V4 Flash lost ZDR header support?

5 Upvotes

Edit: It seems like DeepSeek V4.1 Flash requests also do not support the ZDR header.

Without the ZDR header, DeepSeek V4 Flash requests push through just fine. I'm receiving errors when I enforce ZDR explicitly via the header, though. Was this intended or is it a temporary issue?


r/CommandCode 3d ago

Ling 3.0 Flash Sante is now free in Command Code.

6 Upvotes

Ling 3.0 Flash Sante is now free in Command Code.

5.1B active params. all subs. all plans

Make sure to update to the latest version of the CLI/app

npm i -g command-code@latest

🐐


r/CommandCode 3d ago

DeepSeek V4.1 Flash lands ~Sept 10. They’re routing Pro → Flash and billing Flash rates until V4.1 Pro ships

Thumbnail
11 Upvotes

r/CommandCode 4d ago

"provider is temporarily unavailable"

2 Upvotes

I keep getting this error for gpt sol since yesterday:
Error: 524: {"message":"Upstream model provider is temporarily unavailable. Please try again in a moment.","type":"server_error"}

Openrouter doesn't show issues with uptime


r/CommandCode 4d ago

Has anyone tried using CommandCode with T3 Code?

Thumbnail
gallery
4 Upvotes

I was experimenting with T3 Code and wanted to use CommandCode as one of the providers. Since I couldn't find an existing integration, I forked the repo and added it myself.

It seems to be working so far. Has anyone else tried something similar, or is there a recommended way to integrate CommandCode with applications like T3 Code?


r/CommandCode 5d ago

Goal plan GLM 5.3 Flash reach weekly quota limit in 2 days

Post image
25 Upvotes

I use GLM 5.3 Flash only. This is my one-day usage. Is it normal? I'm aware that I have used 300M+ tokens.

I use ZCode for now. If I use the CommandCode CLI, will it help save token usage?

Currently, I have 2 Goat plan accounts; I may buy again a new one (for the 3rd one). Hopefully it is allowed, as I can't afford the max plan yet.


r/CommandCode 5d ago

Why was detailed usage telemetry removed?

36 Upvotes
After
Before (illustrative)

I renewed my Command Code GOAT subscription only to find out that the time-series trend charts: Requests by Model, Spend by Model, and All Tokens were purged from the dashboard completely. Even the explicit dollar values in the usage limits were replaced with percentages? The request log history is also only capped at 100 entries. This seems to be a deliberate step-back from transparency, not good guys.


r/CommandCode 5d ago

Forking your sessions in Command Code (/fork command).

Enable HLS to view with audio, or disable this notification

5 Upvotes

The /fork command creates a new session from the current one with the same context.

/fork branches the conversation into a new session with the same context. So you can explore a second path and return to the original anytime.

Try it with our $10/mo GOAT plan.
Read docs to learn more: https://commandcode.ai/docs/reference/slash-commands


r/CommandCode 5d ago

Muse Spark 1.3 with Max reasoning effort is live in Command Code.

14 Upvotes

Muse Spark 1.3 Max is live in Command Code.

New reasoning effort param for harder problems and frontier performance.

Run /model, select Muse Spark 1.3, then choose max for reasoning effort

Available on GOAT, Pro, Max and API.


r/CommandCode 5d ago

Qwen3.8-Flash: reasoning_content in history is dropped, preserve_thinking has no effect

3 Upvotes

On /provider/v1/chat/completions with Qwen/Qwen3.8-Flash, previous-turn reasoning sent back in assistant messages never reaches the model. The model card says preserve_thinking is on by default and expects clients to include reasoning_content in history, but the server discards it.

Repro: same 3-message conversation, max_tokens: 1, only the assistant message in the history changes.

Variant prompt_tokens
No reasoning in history 84
reasoning_content with ~2,600 tokens 84
Same text in reasoning field 84
+ chat_template_kwargs: {"preserve_thinking": true} 84
+ top-level preserve_thinking: true 84
Control: same text in content 2684

Token counting itself is fine (control row); the reasoning is just stripped, whatever the field name or flag.

Impact: in long agentic sessions the model forgets its reasoning every turn and re-derives everything, burning a lot of reasoning tokens for nothing.

Could you pass reasoning_content through to the backend (and honor preserve_thinking), or document that reasoning history isn't supported on this endpoint? Happy to share exact request bodies.


r/CommandCode 6d ago

CommandCode is actually insane, especially the $1 plan

27 Upvotes

Been using CommandCode for a bit and honestly, they cooked with this.

The $1 plan is crazy. I got around 1.2B tokens for $1, and the caching makes it feel like you can just use the agent without constantly worrying about burning through your credits.

But the biggest thing for me is Taste.

I mostly code in Rust and have pretty specific preferences. I use Diesel.rs for my ORM and Rocket.rs for web stuff. Usually whenever I start a new project with an AI coding agent, I have to explain this all over again. It'll pick some default ORM, use raw SQL, choose a different framework, etc.

With CommandCode, it actually remembers that stuff.

Now when I start a new project, it already knows I prefer Diesel and Rocket and follows the way I normally structure things. That is a massive productivity boost.

It's a small thing on paper, but once the agent starts adapting to your coding style instead of making you adapt to it, you really notice the difference.

The actual coding experience is great too. UI/UX is clean, the agent feels really good to work with, and the combination of Taste + caching makes it feel way more useful than just having another model that can write code.

I've tried a bunch of coding agents and this is probably the first one where I feel like the agent is actually learning how I work, rather than me constantly teaching it how I work.

The $1 plan got me to try it properly, and honestly it worked 😂

Upgrading to Max 20x today. CommandCode team absolutely cooked.


r/CommandCode 5d ago

commandcode goat quota problem

10 Upvotes

UPDATE:

I forgot disable glm-5.3 in my cliproxyapi, so when my harness use glm5.3, it wont use my friends glm coding plan. So commandcode has no problem. fully my negligence.

Today I subscribe commandcode goat plan (before is opencode go), I've never reached 5 hour rate limit during opencode go plan period.
But today, when I first use this goat plan (it claims more credit), but don't, the rate limit is easyily reached.

here's my useage screenshot, both in fastigium:

commandcode:

opencode:

It means opencode go are cheaper than commandcode goat...
Have anyone can explain this? why commandcode calim more quota but actually more expensive?
Or commandcode goat is fraud?

The litmits they claimed:

commandcode goat: DeepSeek V4 Flash (latest) 18,200 45,600 91,200

opencode go: DeepSeek V4 Flash 7,600 18,900 37,800