Peter Steinberger
fe57ee513f
test: drop stale task boundary allowlist entries
2026-04-01 10:17:47 +01:00
Peter Steinberger
f559ea126d
fix: land slash command metadata parsing ( #58725 ) (thanks @Mlightsnow)
2026-04-01 10:17:47 +01:00
Forgely3D
4fa11632b4
fix: escalate to model fallback after rate-limit profile rotation cap ( #58707 )
...
* fix: escalate to model fallback after rate-limit profile rotation cap
Per-model rate limits (e.g. Anthropic Sonnet-only quotas) are not
relieved by rotating auth profiles — if all profiles share the same
model quota, cycling between them loops forever without falling back
to the next model in the configured fallbacks chain.
Apply the same rotation-cap pattern introduced for overloaded_error
(#58348 ) to rate_limit errors:
- Add `rateLimitedProfileRotations` to auth.cooldowns config (default: 1)
- After N profile rotations on a rate_limit error, throw FailoverError
to trigger cross-provider model fallback
- Add `resolveRateLimitProfileRotationLimit` helper following the same
pattern as `resolveOverloadProfileRotationLimit`
Fixes #58572
* fix: cap prompt-side rate-limit failover (#58707 ) (thanks @Forgely3D)
* fix: restore latest-main gates for #58707
---------
Co-authored-by: Ember (Forgely3D) <ember@forgely.co >
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-04-01 17:54:10 +09:00
Vincent Koc
cfa307baed
fix(status): keep task snapshots pure
2026-04-01 16:36:57 +09:00
Vincent Koc
340c99d657
fix(status): filter stale task rows from status cards ( #58810 )
...
* fix(status): filter stale task rows
* test(status): use real task snapshot semantics
* fix(status): prefer failure task context in recent failures
2026-04-01 16:19:02 +09:00
Ayaan Zaidi
2c5796c924
fix(tasks): recheck current state during maintenance sweep
2026-04-01 09:25:38 +05:30
Ayaan Zaidi
2dbfd4ebe2
refactor(tasks): distill task registry sweep scheduling
2026-04-01 09:12:57 +05:30
openperf
97fd6c27a1
fix(tasks): prevent synchronous task registry sweep from blocking event loop
2026-04-01 09:12:57 +05:30
Vincent Koc
fdad8ea3b0
fix(status): show agent-local task counts when session tasks are empty
2026-04-01 06:01:29 +09:00
Vincent Koc
0a7024e209
test(tasks): allow status command task-registry import
2026-04-01 05:42:45 +09:00
Peter Steinberger
cc278a76a4
test(tasks): update registry seam allowlist
2026-03-31 20:08:42 +01:00
Peter Steinberger
a23b4dd5bc
fix(ci): route task executor through runtime seam
2026-03-31 20:02:10 +01:00
Vincent Koc
2a72a6d507
test(tasks): allow task executor registry seam
2026-04-01 04:01:06 +09:00
Vincent Koc
1816d6a4ed
fix(tasks): normalize task create compatibility
2026-04-01 03:54:42 +09:00
Vincent Koc
80ed55332d
fix(tasks): restore owner-key task scope
2026-04-01 03:53:12 +09:00
Peter Steinberger
5fdde9b237
fix(tasks): restore session key registry compatibility
2026-03-31 19:48:51 +01:00
Vincent Koc
338d313043
fix(tasks): scope shared run updates by session
2026-04-01 03:41:29 +09:00
Vincent Koc
66413487c8
fix(tasks): make task-store writes atomic ( #58521 )
2026-04-01 03:23:06 +09:00
Vincent Koc
7cd0ff2d88
refactor(tasks): add owner-key task access boundaries ( #58516 )
...
* refactor(tasks): add owner-key task access boundaries
* test(acp): update task owner-key assertion
* fix(tasks): align owner key checks and migration scope
2026-04-01 03:12:33 +09:00
Vincent Koc
1a313caff3
refactor(tasks): remove flow registry layer
2026-04-01 02:25:13 +09:00
Peter Steinberger
9e8129907e
test(tasks): fix relative mocks in task runtime tests
2026-03-31 17:42:52 +01:00
Peter Steinberger
8bf8baef87
Revert "refactor: move tasks into bundled plugin"
...
This reverts commit c75f4695b7 .
2026-04-01 01:30:22 +09:00
Peter Steinberger
759d37635d
Revert "refactor: move tasks behind plugin-sdk seam"
...
This reverts commit da6e9bb76f .
2026-04-01 01:30:22 +09:00
Peter Steinberger
da6e9bb76f
refactor: move tasks behind plugin-sdk seam
2026-03-31 15:22:09 +01:00
Peter Steinberger
c75f4695b7
refactor: move tasks into bundled plugin
2026-03-31 15:22:08 +01:00
Mariano
607076d164
ClawFlow: add runtime substrate ( #58336 )
...
Merged via squash.
Prepared head SHA: 6a6158179e
Reviewed-by: @mbelinky
2026-03-31 13:58:29 +02:00
Vincent Koc
f288ff3f9f
fix(tests): stabilize cron and blocked-flow assertions
2026-03-31 17:58:41 +09:00
Vincent Koc
d27165f5de
fix(tasks): allow new task read-model importers
2026-03-31 17:35:39 +09:00
Vincent Koc
72d1725fcf
fix(tasks): preserve nullable flow patch clears
2026-03-31 17:24:54 +09:00
Mariano
f86e5c0a08
ClawFlow: add linear flow control surface ( #58227 )
...
* ClawFlow: add linear flow control surface
* Flows: clear blocked metadata on resume
2026-03-31 10:08:50 +02:00
Vincent Koc
fcc2488579
fix(tasks): align flow patch optionals
2026-03-31 17:04:20 +09:00
Mariano
8d942000c9
Tasks: add blocked flow retry state ( #58204 )
2026-03-31 09:33:26 +02:00
Peter Steinberger
2cb15255a7
test: fix ci regressions
2026-03-31 02:42:13 +01:00
Peter Steinberger
6b6ddcd2a6
test: speed up core runtime suites
2026-03-31 02:25:02 +01:00
Shakker
da03d857f9
test: stabilize recurring windows ci suites
2026-03-31 01:40:55 +01:00
Shakker
6ab0f62b3b
test: stabilize remaining windows ci timeouts
2026-03-31 01:40:55 +01:00
Shakker
7d70b1b51e
test: stabilize windows registry cleanup flows
2026-03-31 01:40:55 +01:00
Shakker
56c9e2493b
test: harden windows timeout-sensitive suites
2026-03-31 01:40:55 +01:00
Shakker
b878a34591
test: stabilize windows flow and session cleanup tests
2026-03-31 01:40:55 +01:00
Shakker
9590e2ccae
test: stabilize windows task registry and exec timeouts
2026-03-31 01:40:55 +01:00
Mariano
9d9cf0d8ff
Tasks: route one-task emergence through parent flows ( #57874 )
2026-03-30 20:25:01 +02:00
Mariano
7590c22db7
Tasks: add minimal flow registry scaffold ( #57865 )
2026-03-30 19:57:26 +02:00
Peter Steinberger
8a0c377a2f
fix: stabilize ci task and docs checks
2026-03-30 09:25:01 +01:00
Vincent Koc
77c7eb346b
fix(ci): repair docs and task-registry guard
2026-03-30 16:35:18 +09:00
Vincent Koc
e4e732a77b
fix(tasks): remove sqlite merge marker
2026-03-30 16:19:28 +09:00
Vincent Koc
0a014ca63a
perf(tasks): optimize session lookups and sqlite upserts
2026-03-30 16:19:28 +09:00
Gustavo Madeira Santana
7668793e6c
Tests: close task registry before temp dir cleanup
2026-03-30 01:08:54 -04:00
Vincent Koc
572ed05219
fix(tasks): restore user-facing task wording
2026-03-30 14:08:25 +09:00
Vincent Koc
4a1f231f1e
test(tasks): guard task-registry import boundary ( #57487 )
...
* refactor(tasks): add executor facade
* refactor(tasks): extract delivery policy
* refactor(tasks): route acp through executor
* refactor(tasks): route subagents through executor
* refactor(cron): split main and detached dispatch
* refactor(tasks): guard executor-only producer writes
* refactor(tasks): clarify detached run surfaces
* test(tasks): guard task-registry import boundary
2026-03-30 14:02:48 +09:00
Vincent Koc
8fb247c528
refactor(tasks): guard executor-only producer writes ( #57486 )
...
* refactor(tasks): add executor facade
* refactor(tasks): extract delivery policy
* refactor(tasks): route acp through executor
* refactor(tasks): route subagents through executor
* refactor(cron): split main and detached dispatch
* refactor(tasks): guard executor-only producer writes
2026-03-30 14:00:25 +09:00