fix(start-work): keep native command agents on config keys
This commit is contained in:
@@ -165,7 +165,7 @@ describe("createPluginInterface - command.execute.before", () => {
|
||||
)
|
||||
|
||||
// then
|
||||
expect(output.message.agent).toBe("Atlas - Plan Executor")
|
||||
expect(output.message.agent).toBe("atlas")
|
||||
expect(getSessionAgent("ses-command-atlas")).toBe("atlas")
|
||||
expect(readBoulderState(testDir)?.agent).toBe("atlas")
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user