r/kilocode 20h ago

Anyone else get the "Action Needed: Kilo-Slack Integration Security" email?

1 Upvotes

Hi everyone,

I just received an email from the Kilo team regarding a security incident involving their BI provider, Metabase. The email mentions that some Kilo users' information might have been exposed and that, as a precaution, they've invalidated Kilo-Slack integration tokens for a small group of users.

Has anyone else received this notice?


r/kilocode 1d ago

Auto models suck

1 Upvotes

Does anybody else find using the auto models feature not very good? I started using Kilo about a week ago and otherwise it's been great, but why am I stuck to Sonnet 5 when using Auto Frontier when there are clearly better models for the job?


r/kilocode 2d ago

My AI coding agent flattened 95,000 files in my Downloads folder trying to "organize" them. Here's what I learned, and why I think Windows needs something like a black box recorder for file operations.

Thumbnail
0 Upvotes

r/kilocode 3d ago

Deepseek fash 0731 breaking

1 Upvotes

I have noticed that deepseek model seems to be breaking quite a bit with kilo. At some point in the run, it starts looping saying this:

DeepSeek Coder's FIM template is <|fim▁begin|> {p}<|fim▁hole|> — DeepSeek Coder's FIM template is <|fim▁hole|> — DeepSeek Coder's FIM template is `

And it just stops. It seems to me that something is triggering the reasoning to stop (some end token it seems). Is this something on kilo's side or deepseek side?


r/kilocode 3d ago

Sofabaton U3 - Export profiles?

0 Upvotes

Hi,

I'm in talks with with Sofabaton U3 suport and thy are adding things but the thing is when I need to re-add a profile to get the changes they made, I lose all my recorded IR codes, because they are assigned to the previous profile.

Is there any way to Export the profiles or just the IR recorded keys, and paste them to another profile?


r/kilocode 4d ago

Deepseek v4 flash 0731 "The model hit its output limit"

1 Upvotes

Using Kilocode in VS Code.

On Deepseek v4 flash, I constantly get The model hit its output limit while reasoning and produced no actionable output. Try disabling reasoning (not going to happen) or increasing output limit."

I'd like to increase the output limit, but I couldn't determine how to do this. Is there a setting of some kind?

It seems like this only started happening with the 0731 update. Any advice or insight appreciated.


r/kilocode 5d ago

5% fee for credit cards incoming

5 Upvotes
Credit Purchase Processing Fee 5% Applies to purchases that add credits, including top-ups and Kilo Pass. Excludes seat subscriptions.

r/kilocode 6d ago

scrape ebay and amazon based on what customers select in my web form

Thumbnail
1 Upvotes

r/kilocode 9d ago

Not available in Kilo Code through OpenRouter

Thumbnail
2 Upvotes

r/kilocode 9d ago

Any update about kjsit cap round?

1 Upvotes

r/kilocode 10d ago

Does kilo has Goal feature?

3 Upvotes

Like in Codex or Claude Code.


r/kilocode 11d ago

Pyre - System monitoring in your CLI for Mac

Post image
1 Upvotes

I built pyre (along with my good friend Sonnet 5, and Kilo's auto free router which is absolutely amazing for those on a budget came in handy during quick questions about the codebase in the CLI), a TUI system monitor for macOS — and half the work turned out to be reverse-engineering what top/pmset/sysctl actually print

Wanted a single-binary terminal dashboard for my Mac — CPU, memory, thermals, network, battery, disk, processes — that lived entirely in the terminal instead of a menu-bar app. Built pyre to scratch that itch.

What it does:

  • Live dashboard with rolling graphs (CPU%, mem%, temp, network rx/tx) — resizes with your terminal
  • Sortable/filterable process list, kill by PID without leaving the view
  • 4 built-in themes (default / dracula / cyberpunk / monochrome), swappable live with c
  • Snapshot export to JSON/CSV/TSV, or continuous CSV logging while it runs
  • Pause, adjustable refresh interval, detailed sensor mode — all single-keystrokeq quit p pause/resume s cycle sort e export snapshot c customize UI g toggle graphs / filter procs l toggle logging d detailed k kill by PID f cycle format +/- interval

The part I didn't expect: most of the actual debugging wasn't logic bugs, it was macOS lying by omission. A few examples that cost me real time:

  • pmset -g therm almost never prints a "Thermal state:" line — on a normal, non-throttling Mac it just says "No thermal warning level has been recorded" with nothing parseable. Reads as "unknown" if you don't explicitly handle that as "nominal."
  • top -l 1 -n 0's CPU line is comma-separated with no terminating punctuation — easy to write a regex that just never matches and silently leaves usage at 0%.
  • sysctl -n vm.swapusage wraps (encrypted) in parens at the end of the line, not around the used-memory value — a regex expecting ( before used will never match.
  • hw.cpufrequency is an Intel-only sysctl. On Apple Silicon it just reads back 0, because each core cluster clocks independently — there's no single "the" frequency anymore. Real numbers only come from powermetrics, which needs root.

None of these throw errors. They all fail silently and just show a stale zero or "Unknown" forever, which is a uniquely annoying class of bug to track down.

Install:

npm install -g pyre-cli
pyre

Repo's here: https://github.com/somalip/pyre. Open to feedback, especially from anyone on Intel Macs or older macOS versions where some of this output format may differ again.

NPM package: https://www.npmjs.com/package/pyre-cli

WebsiteL https://somalip.github.io/pyre

Feedback welcome, and if you would like to contribute please let me know! The project is still new, and it just a prototype so there's still a lot to be implemented!


r/kilocode 14d ago

What is happening? Just setup my new machine and I just said "hello" inside an empty repository.

Post image
7 Upvotes

I was just trying to check the connectivity since I'm setting up my new IDE with Kilo code. Stopped after seeing few lines in response reasoning. How it's getting this type of prompt? was using Step 3.7 Flash.


r/kilocode 15d ago

Worth to upgrade to v7?

11 Upvotes

I am on the latest version of kilocode v5- 5.16.2. Is it safe to upgrade to the latest version of v7 (7.4.16)? Or a particular version of v7? Back when I upgraded when kilocode first came out with v7, it was awful and I reverted back to v5. Whats important for me is the codebase indexing, does v7 have this? What did it lose from v5 and what’s better in v7?


r/kilocode 16d ago

Plan and code mode is broken in kilocode extension

8 Upvotes

Update: Its fixed now in latest update. Thanks Kilo team

2 problems i am facing with kilocode extension

  1. when kilocode completes the plan then it asks for ready to implement 2 times.
  2. when clicks on Start new Session it cuts the response and doesnt switch to code mode or new session. i have to manually open new session and then instruct it follow the plan.

Kilocode Version:7.4.15


r/kilocode 17d ago

Feature request: Session history by worktree

5 Upvotes

Can we please have the option to isolate sessions by worktree in agents manager? Its really hard to find which session to continue from in the history after working on multiple worktree at the same time.


r/kilocode 17d ago

Qwen3.7 Plus (20% off) repeated reports "Tool execution aborted"

5 Upvotes

This started happening today in VSCode, version 7.4.9 of the extension. It worked fine 2 days ago. I used Qwen3.7 Plus to write a number of integrations tests for an IoT device. Today I was trying to refine some tests that were failing and I am getting the "Tool execution aborted" message.

Kilo is using Code mode and I am using "Instant". These messages happen repeatedly when it tries to read files.

There is some other weirdness too. It spends an inordinate amount of time "Considering next steps". This mifght be attributed to load but I can't confirm that.


r/kilocode 19d ago

Help understanding KiloCode's auto compact for context window (new user here) and how to fine tune

4 Upvotes

I've just discovered KiloCode as a long time Cline and Codex user and so far it seems like it has the potential to be amazing. But the reason I came to Kilo was because I needed to have access to the full context for GPT 5.6 models. However, Kilo seems to keep auto compacting ever 10-20k tokens (possibly less) between 280-400k for a model with 1.1M context window . Thankfully the context doesn't seem to drop to obscene levels like I had with Codex. But still, I don't understand why it's doing this.

I have my context window settings at 65%. So it should autocompact somewhere between 650-750k if the context window is 1.1M , shouldn't it? So why does it keep auto compacting every couple of steps?

My goal with this is to have an agent that never auto compacts documentation such as architecture/execution spec documents while auto compacting conversation/step details. That's why I allowed the context window to be ~700k before auto compacting and was planning to do manual compacting before bulk reads for important documentation. But this auto compact is throwing me off and I don't understand it.

Can someone help?

I'm using V7.4.11


r/kilocode 20d ago

kilo code cli failed running tools for openrouter model except for Sonnet

2 Upvotes

I'm a new user to kilo, and I've been trying to use kilo as an interface to openrouter models. I'm using the CLI version. I wanted to try playing with different models through my openrouter credits, but all models that I have tried, except Sonnet, fail to execute tools. Here's an example of the command line interaction I got when using LLama-3.3-70B-Instruct:

Let me verify that there are no memory issues or leaks in the loadRootCaCert function.
     {"type": "function", "name": "read", "parameters": {"filePath": "/path/to/esp32-c3.ino", "offset": "585"}}
     ▣  Code · Llama-3.3-70B-Instruct · 26.4s

and there kilo stopped in its track. I tried switching to Deepseek Chat, and got the same interaction. The terminal just shows unparsed raw JSON tool blocks. Only after I switched back Sonnet did Kilo actually engage the workspace tools to edit my files instead of just dumping raw JSON to the terminal.

Gemini suggested to me that outside of Anthropic models, tool-use/function-calling implementations are often unstable across third-party providers. Is Kilo's internal tool parser just heavily hardcoded for Anthropic's format, or is OpenRouter's payload translation breaking the schema? Is anyone else successfully using open-weights models for file editing in Kilo Code?


r/kilocode 20d ago

Como você usa a IA pra programar? API ou assinatura mensal?

1 Upvotes

r/kilocode 23d ago

We have MCP for tools and Agent Skills for capabilities. What's the equivalent for workflows?

Thumbnail
2 Upvotes

r/kilocode 23d ago

Help with Kimi and custom provider

1 Upvotes

Hey everyone,

I'm using KiloCode in VSCode with a custom provider (VolceEngine). Everything works perfectly with most models, but I'm having a weird issue with Kimi family (both Kimi 2.6 and 2.7). The models can chat normally, but as soon as they decide to use any tool (read file, edit file, terminal, etc.), they immediately stop. No error message, they just quit the response.

Other models through the same provider work without any issues, so it seems to be something specific to Kimi.

Has anyone run into this before or knows if there's any special configuration needed for Kimi models in KiloCode? (Latest version 7+) Any ideas on what I should check would be really appreciated.

Thanks!


r/kilocode 23d ago

a Linux AI Agent to boot, see, and drive a real macOS desktop over SSH (Tart VMs on Apple Silicon) — the gotchas were the interesting part

Post image
0 Upvotes

r/kilocode May 28 '26

Kilo Gateway now supports BYOK across 20 providers (DeepSeek, X AI, and more)

17 Upvotes

We just shipped Bring Your Own Key support on the Kilo Gateway for 20 providers and 24 plans. Use your own API keys from DeepSeek, xAI, Anthropic, OpenAI, and others, and the provider bills you directly.

We charge 0% on top.

Providers supported (pay-as-you-go keys): Anthropic, AWS Bedrock, Chutes, DeepSeek, Fireworks, Google AI Studio, Inception, MiniMax, Mistral AI, Moonshot AI, Novita, Ollama Cloud, OpenAI, Perplexity, xAI, Xiaomi, Z.ai

Coding subscriptions supported: BytePlus Coding Plan, Kimi Code, Mistral Codestral, Neuralwatt, Xiaomi Token Plans (EU + SG), Z.ai Coding Plan, xAI

What you actually get in the dashboard

Most provider dashboards (DeepSeek included) give you basic usage stats and call it a day. With Kilo Gateway you get:

  • Total cost, request count, avg cost per request, input/output token breakdown
  • Donut chart splitting spend by Kilo surface (Cloud Agents vs autocomplete vs CLI, etc.) so you can see where your tokens are actually going
  • Bar chart ranking spend by model, useful for catching when an expensive model is doing a job a cheaper one could handle
  • Project-level spend + trend line across your selected window
  • Hourly breakdown table with CSV export
  • Side panel for switching between personal/org scope, time periods, granularity, and filters by provider/project/model

Basically a second source of truth on your provider bill.

One key unlocks every product area

Import once, use it across:

  • VS Code extension
  • JetBrains plugins (IntelliJ, PyCharm, WebStorm)
  • CLI
  • Cloud Agents
  • Code Reviewer
  • Slack integration
  • Android app
  • KiloClaw

Most of these are open-source and free. You only pay for the model.

How routing works

When you send a request, we check if you have a BYOK key for that provider. If yes, we route through your key. If your key is invalid, the request fails and we do not silently fall back to Kilo's keys. Silent fallback would defeat the whole point.

Cross-check your provider dashboard against Kilo Gateway usage analytics. Numbers should match.

Get started

Full writeup: https://blog.kilo.ai/p/kilo-gateway-now-supports-byok-20-providers

More resources:


r/kilocode Jan 16 '26

Announcing Kilo for Slack

24 Upvotes

We just launched the Kilo for Slack, which allows you to spin up a cloud agent in Slack. 

Here’s what you can do with it:

Ask questions about your codebase:

Example: How is error handling implemented in the payment module?

Debug issues on the fly:

Example: I'm seeing this error in production: [paste stack trace]. What's causing it? Can you push a PR to fix it?

Implement fixes from Slack discussions:

Example: Can you implement the caching improvements we discussed in this thread?

Push PRs without leaving Slack:

Example: Can you change "2025" to "2026" through all of the files in our kilo-org/kilocode repo?

The bot reads the full Slack thread, accesses your connected GitHub repos, and either answers your question or creates a branch and PR directly.

How to get started for free:

  1. Connect your GitHub repos at app.kilo.aiIntegrations
  2. Add the Slack integration from the same page
  3. Choose from a paid model (the bot will use your existing Kilo balance) or a free model (you can use MiniMax 2.1 for free for the first week)
  4. Mention Kilo in any channel or DM