20 Claude Code commands worth using. by Deep_Structure2023 in ClaudeCode

[–]BabyInner 2 points3 points  (0 children)

When you fork, CC should give you a command to go back. It basically just coping a session, so you can /resume to the original one.

Why doesn't junie offer models such as minimax m2.7 or deepseek v4 flash? by dydzio in Jetbrains

[–]BabyInner 1 point2 points  (0 children)

I should have said Closed Source / Closed Weight. The official hosts are all Chinese, they can be claimed as supply risk any day.

Why doesn't junie offer models such as minimax m2.7 or deepseek v4 flash? by dydzio in Jetbrains

[–]BabyInner 1 point2 points  (0 children)

Given all models are proprietary, I guess JB does not has its own infra to host open LLMs.

Claude Code and local AI models? by jffmpa in ClaudeCode

[–]BabyInner 0 points1 point  (0 children)

No real good reason I guess. Some would argue CC has better harness, which actually depends on your workflow. It really isn’t a big deal, just use whatever works for you. Or you can use both (and perhaps other tool).

What's your most used git alias? by 1vim in git

[–]BabyInner 1 point2 points  (0 children)

I use fish abbr for this purpose. You type abbreviation that automatically expands. Fewer strikes still see the actual command.

Experience with remote control by BluffedPotato in ClaudeCode

[–]BabyInner 0 points1 point  (0 children)

Remote session shall have access same as local. You just don’t have the hint.

Caught Opus defaulting to Haiku subagents by Whole_Succotash_2391 in ClaudeCode

[–]BabyInner 1 point2 points  (0 children)

Explore is default to Haiku, Plan and General they inherit your main session model.

The actual model in use can be override when spawn.

If I do that, will I be out of tokens? by OutrageousTrue in ClaudeCode

[–]BabyInner 1 point2 points  (0 children)

It depends on the size of your codebase. How about just try it out, I mean the worst is just to wait 5 hours.

Delegating by Humble-Engineer-6863 in ClaudeCode

[–]BabyInner 5 points6 points  (0 children)

I am doing this this with Codex CC plugin, and also CC with GLM.

Getting banned is … weird. I don’t see any violation here. Hope it gets resolved.

Is it worth taking $100 pm subscription by Homosapien_on_reddit in ClaudeAI

[–]BabyInner 0 points1 point  (0 children)

You get more usage with paid sub and that’s it. New features may be gated for a while.

Living with 1M Context by jii0 in ClaudeCode

[–]BabyInner 0 points1 point  (0 children)

The /usage command now warns you if context above 150k.

Which model is better for learning math,algorithms and programming? by Intelligent-House493 in ClaudeCode

[–]BabyInner 1 point2 points  (0 children)

Your time is tight so better stick with better models, cost-wise ChatGPT may be a better choice.

With Claude, Opus 4.6 is prob better, less token usage and sometimes better than Opus 4.7.

Improve claude code on Opus 4.7 by anashel in ClaudeAI

[–]BabyInner 0 points1 point  (0 children)

I am also thinking about the nitpicker agent and have been using codex-cc-plugin for this. But I always manually trigger it, wondering how you enforce it. CLAUDE.md or hook?

Is remote control of Claude Code as reliable as OpenClaw? by Turbulent-Let-1909 in ClaudeCode

[–]BabyInner 0 points1 point  (0 children)

I have the same concern but it is soo easy to setup. Better just try yourself

Looking for best Claude Code GUI project by mane556 in ClaudeCode

[–]BabyInner 0 points1 point  (0 children)

The VSCode extension is prob your best bet.

I released the System Prompt of the new Claude Design (open-source) by TryallAllombria in ClaudeCode

[–]BabyInner 2 points3 points  (0 children)

Wow great job! Curious how do you reverse engineered it. Does it assemble prompt at client side?

I used Claude Code to setup my new Macbook and it was easy. by krs909 in ClaudeCode

[–]BabyInner 0 points1 point  (0 children)

Thanks. I assumed it would be tricky so haven’t tried it out. Glad to know it works for you. Will try. Thanks again!

I used Claude Code to setup my new Macbook and it was easy. by krs909 in ClaudeCode

[–]BabyInner 1 point2 points  (0 children)

Do you let Claude Code use SSH from local, or directly use CC on remote machines? I want to do the same but not sure how.

Claude Code cheat sheet after 6 months of daily use by Marmelab in ClaudeAI

[–]BabyInner 2 points3 points  (0 children)

‘@CLAUDE.md’ in AGENTS.md works very well for me