Files
kilocode/.changeset
Marius 6908f8ae6d fix(agent-manager): start new tasks in selected worktree (#9614)
* fix(agent-manager): start new tasks in selected worktree

* test(cli): skip flaky bash truncation cancel case

* fix(agent-manager): preserve drafts for worktree new tasks

* fix(cli): serialize model selection writes

* fix(agent-manager): clear stale captured drafts

* fix(agent-manager): keep drafts through successful apply

* test(cli): re-enable truncation cancel test

* chore(agent-manager): remove worktree task plan

* test(cli): drop redundant truncation markers

* revert(cli): remove model selection write fix
2026-04-28 15:35:24 +02:00
..

Changesets

This directory contains changeset files used to track changes for the next release.

Adding a changeset

When making a user-facing change, run:

bunx changeset add

Or manually create a file .changeset/<slug>.md:

---
"kilo-code": minor
---

Short description of the change for the changelog.

Use patch for bug fixes, minor for new features, major for breaking changes.

Changeset files are consumed at release time when the publish.yml workflow runs, generating changelog entries for the GitHub release notes.