Skip to content

Commit d44b00f

Browse files
Coke1120claude
andcommitted
fix: disable selfImprovement in default manifest regression test config
With async register() now awaited, selfImprovement defaults to enabled and registers command:new before the sessionMemory assertion runs. Explicitly disable it in the base test config to isolate the assertion. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c91e24b commit d44b00f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/plugin-manifest-regression.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ try {
147147
{
148148
dbPath: path.join(workDir, "db"),
149149
autoRecall: false,
150+
selfImprovement: { enabled: false },
150151
embedding: {
151152
provider: "openai-compatible",
152153
apiKey: "dummy",

0 commit comments

Comments
 (0)