summaryrefslogtreecommitdiffhomepage
path: root/src/app
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-29 21:44:16 +0900
committerAdam Malczewski <[email protected]>2026-06-29 21:44:16 +0900
commit9b60577e4891be74a41a252518e06f625baf3763 (patch)
treeec5e23dbde8a9f8beba93641fea23e0c4d096a8a /src/app
parent6861a10c30039b4086f11e2b5bfc515844d8a7b3 (diff)
parent5a7a30ffbfcbcae3ae3049dc6330468a049fa9ba (diff)
downloaddispatch-web-9b60577e4891be74a41a252518e06f625baf3763.tar.gz
dispatch-web-9b60577e4891be74a41a252518e06f625baf3763.zip
Merge branch 'feature/heartbeat-inactive-only' into predev
Diffstat (limited to 'src/app')
-rw-r--r--src/app/store.test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/store.test.ts b/src/app/store.test.ts
index dbceec5..47c3977 100644
--- a/src/app/store.test.ts
+++ b/src/app/store.test.ts
@@ -1317,6 +1317,7 @@ describe("createAppStore", () => {
if (!result.ok) throw new Error("unreachable");
expect(result.config).toEqual({
enabled: true,
+ inactiveOnly: true,
systemPrompt: "sys",
taskPrompt: "task",
intervalMinutes: 15,