Skip to content

Commit bcc1567

Browse files
Coke1120claude
andcommitted
fix: re-apply selfImprovement disabled in sessionDefault/Enabled manifest test configs
Lost during rebase onto master. selfImprovement now defaults to enabled, so these test configs need it explicitly disabled to isolate command:new assertions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ae594ad commit bcc1567

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/plugin-manifest-regression.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ try {
171171
dbPath: path.join(workDir, "db-session-default"),
172172
autoCapture: false,
173173
autoRecall: false,
174+
selfImprovement: { enabled: false },
174175
sessionMemory: {},
175176
embedding: {
176177
provider: "openai-compatible",
@@ -191,6 +192,7 @@ try {
191192
dbPath: path.join(workDir, "db-session-enabled"),
192193
autoCapture: false,
193194
autoRecall: false,
195+
selfImprovement: { enabled: false },
194196
sessionMemory: { enabled: true },
195197
embedding: {
196198
provider: "openai-compatible",

0 commit comments

Comments
 (0)