Commit Graph

5576 Commits

Author SHA1 Message Date
Peter Steinberger
e24b80b15e fix: clarify escaped skill path warnings 2026-04-12 10:53:31 -07:00
Vincent Koc
f00f0a9596 fix(agents): stop leaking session lock exit listeners (#65469)
* fix(agents): stop leaking session lock exit listeners

* Update src/agents/session-write-lock.ts

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-04-12 18:22:12 +01:00
Nimrod Gutman
26dbc3da15 fix(agents): isolate skills tests from personal home (#65456) 2026-04-12 19:44:50 +03:00
Peter Steinberger
50fcdb36a8 fix: preserve prompt budget for small context models 2026-04-12 17:16:37 +01:00
Vincent Koc
d46f684898 test(agents): fix tsgo typing regressions 2026-04-12 17:02:24 +01:00
Peter Steinberger
c146738996 fix: stabilize subagent cleanup retries 2026-04-12 16:59:27 +01:00
Vincent Koc
156ee544ed test(agents): share notify heartbeat wake helper 2026-04-12 16:43:39 +01:00
Vincent Koc
559de69488 test(agents): share ollama auth fixture 2026-04-12 16:40:28 +01:00
Vincent Koc
4b761f6e23 test(agents): share gemini model fixture 2026-04-12 16:38:25 +01:00
Vincent Koc
d0f090e188 test(agents): share exec preflight race helper 2026-04-12 16:36:46 +01:00
Vincent Koc
93abf5ee4d test(agents): share websocket tool followup helper 2026-04-12 16:35:01 +01:00
Vincent Koc
4904e15349 test(agents): share anthropic vertex adc fixture 2026-04-12 16:32:26 +01:00
Vincent Koc
a19e492fb3 test(agents): trim subagent spawn config duplication 2026-04-12 16:30:31 +01:00
Vincent Koc
48f74a599e test(agents): share bundle mcp runtime fixture 2026-04-12 16:28:27 +01:00
Peter Steinberger
03904a7e9c test(agents): update Matrix ACP delivery expectation 2026-04-12 16:22:58 +01:00
Peter Steinberger
659bcc5e5b fix: tighten codex app-server lifecycle 2026-04-12 16:15:01 +01:00
Peter Steinberger
d6bb36730b fix(agents): stabilize subagent lifecycle 2026-04-12 16:07:46 +01:00
Vincent Koc
f17fd735ef fix(agents): avoid kill-recovery hook bootstrap race 2026-04-12 13:18:10 +01:00
Vincent Koc
48042c3875 fix(agents): avoid duplicate subagent ended hook loads 2026-04-12 13:06:12 +01:00
Vincent Koc
f1b08eea54 fix(cycles): cut madge back-edges in agent and cron types 2026-04-12 12:40:25 +01:00
Vincent Koc
74f31241ed fix(runtime): hide lazy command and context seams from static graph 2026-04-12 12:23:19 +01:00
Nimrod Gutman
1fe14627a2 fix(tests): restore ci type and format checks 2026-04-12 14:13:57 +03:00
Vincent Koc
362e48d876 test(agents): share skills home env helper 2026-04-12 11:26:55 +01:00
Vincent Koc
443faaea81 test(agents): share generation tool registration helper 2026-04-12 11:19:15 +01:00
Vincent Koc
5959c9927e test(agents): share approval abort helper 2026-04-12 11:14:33 +01:00
Vincent Koc
c185335817 test(agents): import stream fn in openrouter extraparams test 2026-04-12 11:13:12 +01:00
Vincent Koc
2389b3bdd3 test(agents): share fallback error fixtures 2026-04-12 11:11:41 +01:00
Vincent Koc
faae37d38c test(agents): share validate turns helpers 2026-04-12 11:09:17 +01:00
Vincent Koc
ecebc4541a test(agents): share verbose media fixture 2026-04-12 11:06:29 +01:00
Vincent Koc
269a5b0cfc test(agents): share lifecycle warn assertion 2026-04-12 11:03:43 +01:00
Vincent Koc
0450f98157 test(agents): share extra params payload helper 2026-04-12 11:02:03 +01:00
Vincent Koc
a52725e81a test(agents): share sanitize history mock factories 2026-04-12 10:58:35 +01:00
Vincent Koc
e3a08c8e8a test(agents): share subagent spawn workspace fixture 2026-04-12 10:56:43 +01:00
Vincent Koc
d90bc6893f test(agents): share aborted transcript fixture 2026-04-12 10:55:23 +01:00
Vincent Koc
f2c7cec8de test(agents): share proxy stream wrapper fixture 2026-04-12 10:53:47 +01:00
Vincent Koc
f80a8e7b6c test(agents): share subagent persistence fixtures 2026-04-12 10:52:28 +01:00
Vincent Koc
3686255a55 test(agents): share assistant phase text fixtures 2026-04-12 10:48:57 +01:00
Vincent Koc
913d23c877 test(agents): share session store lookup fixtures 2026-04-12 10:45:56 +01:00
Vincent Koc
b4f5c748c3 test(agents): share pdf tool test setup 2026-04-12 10:44:23 +01:00
Vincent Koc
d96120ad7b test(agents): share media background task fixtures 2026-04-12 10:40:39 +01:00
Vincent Koc
a09e228e3e fix(agents): preserve openai replay ids and timeout hooks 2026-04-12 10:35:52 +01:00
Mason Huang
d2edb559b9 tests: mock timeout compaction side effects at runtime seam (#65274)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-12 17:33:45 +08:00
Vincent Koc
6d32406690 test(pi): type runtime api key auth mock 2026-04-12 10:19:15 +01:00
Vincent Koc
2393065a54 test(agents): share video tool plugin fixtures 2026-04-12 10:10:26 +01:00
Vincent Koc
0703120f87 test(agents): share registry lifecycle controller setup 2026-04-12 10:05:20 +01:00
Vincent Koc
5e260b09fe test(agents): share orphan recovery resume helpers 2026-04-12 10:01:26 +01:00
Vincent Koc
742fc47be2 test(agents): share sandbox spawn fixture helpers 2026-04-12 09:57:34 +01:00
Vincent Koc
917d21f5c3 test(agents): share sandbox and google fixture helpers 2026-04-12 09:56:42 +01:00
Vincent Koc
4962644149 test(agents): share google extra params setup 2026-04-12 09:56:42 +01:00
Vincent Koc
f10b92c810 test(agents): share replay-safe signed turn assertions 2026-04-12 09:53:27 +01:00