Skip to content
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
c16b4ea
feat(scheduled-tasks): allow creating a task with an existing session
yiliang114 Aug 17, 2026
08f54c3
Merge remote-tracking branch 'origin/main' into HEAD
yiliang114 Aug 17, 2026
a14a009
Merge branch 'main' into fix-8906-scheduled-task-existing-session
wenshao Aug 17, 2026
4d0ea79
fix(serve): harden scheduled-task session binding per bot review round 1
yiliang114 Aug 17, 2026
23cbd62
fix(serve): classify persisted-but-not-live sessions in task binding …
yiliang114 Aug 18, 2026
ca6a91d
fix(serve): gate scheduled-task delete teardown on session ownership
yiliang114 Aug 18, 2026
713029b
Merge branch 'main' into fix-8906-scheduled-task-existing-session
yiliang114 Aug 18, 2026
bf8b418
fix(serve): close session-binding races in scheduled-task create/reuse
yiliang114 Aug 18, 2026
9c4d756
fix(serve): keepalive must not tear down a session a committed task owns
yiliang114 Aug 18, 2026
e760806
fix(serve): serialize scheduled-task session teardown with reuse-crea…
yiliang114 Aug 19, 2026
d8b128b
fix(serve): extend scheduled-task session teardown serialization to r…
yiliang114 Aug 19, 2026
8b9116f
fix(scheduled-tasks): narrow existing session reuse
yiliang114 Aug 19, 2026
e2a8ce3
fix(scheduled-tasks): restore conversation-bound tasks
yiliang114 Aug 19, 2026
d561441
fix(scheduled-tasks): restore conversation runtime tasks
yiliang114 Aug 19, 2026
5adfabb
fix(scheduled-tasks): honor the session-management gate on the primar…
yiliang114 Aug 20, 2026
3385904
test(scheduled-tasks): isolate the Conversations runtime ownership re…
yiliang114 Aug 20, 2026
1bd85e5
test(scheduled-tasks): cover the ambiguous session-owner rejection path
yiliang114 Aug 20, 2026
9fb594c
Merge remote-tracking branch 'origin/main' into fix-8906-scheduled-ta…
yiliang114 Aug 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/cli/src/serve/core-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export {
hashDaemonWorkspace,
initializeDaemonMetrics,
initializeTelemetry,
readCronTasks,
recordDaemonCancel,
recordDaemonChannelLifecycle,
recordDaemonPipeMessage,
Expand Down
Loading
Loading