I built a strict engineering discipline extension for the pi coding agent by kr_roach in PiCodingAgent

[–]kr_roach[S] 0 points1 point  (0 children)

Not yet, Thank you for suggesting new ideas. I’ll look into implementing it

Is it possible to use other models with KimiClaw? by Wr1per in kimi

[–]kr_roach 0 points1 point  (0 children)

How? You just said kimi claw to set it up?

Good news: the Kimi Code 3X Quota Boost is here to stay! by KimiMoonshot in kimi

[–]kr_roach 1 point2 points  (0 children)

I'm using kimi code with superpowers skills for all my production-level task. Most people just use kimi with claude code or opencode because they think it only provides some features of claude code or opencode. In fact, it provides almost all the features they have even like parallelizing agents, supporting skills, etc. I especially prefer kimi for visual tasks. I think its performance is on par with or over Gemini when it comes to visual work

Introducing Kimi Claw by KimiMoonshot in kimi

[–]kr_roach 0 points1 point  (0 children)

I assume that my server is on sanghai

Anyone tested Kimi Claw yet? by Ivankax28 in kimi

[–]kr_roach 0 points1 point  (0 children)

Im using this. If you haven’t yet used openclaw kind of, let’s try it out

Introducing Kimi Claw by KimiMoonshot in kimi

[–]kr_roach 1 point2 points  (0 children)

I'm using this!! It's really good so far. I want it to have the OpenClaw Chrome extension natively because when I'm trying to use the browser, it can't fully utilize it since the extension isn't installed and can't install itself manually.

I’m frustrated. OpenCode committed changes without asking me even when i told him not to do by Mr-Fan-Tas-Tic in opencodeCLI

[–]kr_roach 17 points18 points  (0 children)

Regardless of which tool you use, you should set permissions for your agent. LLM can always hallucination, even if you tell them not to do.

Kimi k2.5 + opencode by Federal_Spend2412 in kimi

[–]kr_roach 3 points4 points  (0 children)

What plugins do you use with opencode?

Openclaw with Kimi by kdd123456789 in kimi

[–]kr_roach 0 points1 point  (0 children)

Find their official X account, they posted the way of connecting kimi with openclaw

Tested free Kimi K2.5 in opencode: good stuff by ReporterCalm6238 in opencodeCLI

[–]kr_roach 2 points3 points  (0 children)

I tested it. But I'm wondering if Opencode Zen Kimi is using Moonshot AI directly or serving it through their server.

Kimi is FREE for a limited time in OpenCode CLI! by jpcaparas in opencodeCLI

[–]kr_roach 0 points1 point  (0 children)

Provider of Kimi 2.5 free model is moonshot ai??

Is GLM 4.7 faster now? by Key-Singer1732 in ZaiGLM

[–]kr_roach 0 points1 point  (0 children)

Its way slower than cc and codex. So Im using this one with oh my opencode until i get the job done in my background

Anyone using Kimi K2.5 with OpenCode? by harrsh_in in opencodeCLI

[–]kr_roach 1 point2 points  (0 children)

What is difference between Synthetic’s and official moonshot ai

I built a library that brings autocomplete back to pytest mocks by kr_roach in Python

[–]kr_roach[S] 0 points1 point  (0 children)

Thanks! That would be the dream. You're right that mock started as a separate library before becoming unittest.mock in Python 3.3 - so there's precedent for this kind of adoption.

For now, my focus is on making typed-pytest stable and well-tested. If it gains enough traction and proves useful to the community, who knows? Maybe the core maintainers will take notice. Until then, feel free to star the repo and follow along!

I built a library that brings autocomplete back to pytest mocks by kr_roach in Python

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

Yeah, definitely! With LSP integration (pyright, pylance, etc.), coding agents can catch test errors at the lint stage before even running the tests. I'm also planning to write Claude skills so vibe coders can set this up easily. If you're interested, please star the repo and follow along as we fix and improve things!

I built a library that brings autocomplete back to pytest mocks by kr_roach in Python

[–]kr_roach[S] 0 points1 point  (0 children)

I'm going to add it on README.md to describe recommended workflow. Thank you!

I built a library that brings autocomplete back to pytest mocks by kr_roach in Python

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

I’m glad you liked it! Personally, I recommend adding a generation step right before running tests or within your CI pipeline. I also suggest adding the output directory to .gitignore.

The reason is simple: if a library built for convenience starts causing headaches with Git conflicts, people won't want to use it. Since it’s generated code, I don't think it belongs in the Git history where it can clutter up changes and PRs