From e5dc712fca78594a4a8f9aef44b55387678ebd08 Mon Sep 17 00:00:00 2001 From: Clay Good Date: Wed, 23 Sep 2026 15:21:28 -0500 Subject: [PATCH 1/2] chore(changeset): track Kilo Code and Continue fixes for 1.13.2 #1938 and #1944 merged without changesets, so their user-visible fixes would be missing from the 1.13.2 release notes. Co-Authored-By: Claude Opus 5.5 --- .changeset/continue-active-workflow-prompts.md | 5 +++++ .changeset/kilocode-command-directory.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/continue-active-workflow-prompts.md create mode 100644 .changeset/kilocode-command-directory.md diff --git a/.changeset/continue-active-workflow-prompts.md b/.changeset/continue-active-workflow-prompts.md new file mode 100644 index 0000000000..4cb48fa03f --- /dev/null +++ b/.changeset/continue-active-workflow-prompts.md @@ -0,0 +1,5 @@ +--- +"@fission-ai/openspec": patch +--- + +Continue commands now open with an instruction to follow the active OpenSpec workflow directly, so local models no longer try to call a tool named after it (#1944). diff --git a/.changeset/kilocode-command-directory.md b/.changeset/kilocode-command-directory.md new file mode 100644 index 0000000000..7edbb4ecf5 --- /dev/null +++ b/.changeset/kilocode-command-directory.md @@ -0,0 +1,5 @@ +--- +"@fission-ai/openspec": patch +--- + +Generate Kilo Code commands in `.kilo/command/`, the directory Kilo Code reads, instead of `.kilocode/workflows/` (#1938). `openspec init` and legacy cleanup remove the OpenSpec-generated files left in `.kilocode/workflows/` and keep any files you added there. From 9cc9310715333e6ec422bdd5533a3fb505f439f1 Mon Sep 17 00:00:00 2001 From: Clay Good Date: Wed, 23 Sep 2026 15:28:49 -0500 Subject: [PATCH 2/2] chore(changeset): describe Kilo cleanup by file name Cleanup deletes the known legacy file names without checking content, so an edited copy is removed too; drop the claim that user files are kept. Co-Authored-By: Claude Opus 5.5 --- .changeset/kilocode-command-directory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/kilocode-command-directory.md b/.changeset/kilocode-command-directory.md index 7edbb4ecf5..9822d1b819 100644 --- a/.changeset/kilocode-command-directory.md +++ b/.changeset/kilocode-command-directory.md @@ -2,4 +2,4 @@ "@fission-ai/openspec": patch --- -Generate Kilo Code commands in `.kilo/command/`, the directory Kilo Code reads, instead of `.kilocode/workflows/` (#1938). `openspec init` and legacy cleanup remove the OpenSpec-generated files left in `.kilocode/workflows/` and keep any files you added there. +Generate Kilo Code commands in `.kilo/command/`, the directory Kilo Code reads, instead of `.kilocode/workflows/` (#1938). `openspec init` and legacy cleanup remove the workflow files OpenSpec generated there, matched by their known file names (including copies you edited), and leave files with other names in place.