Simon
a796453c6e
chore: rm go_back todo
2026-06-12 19:10:18 +08:00
Simon
a1b0dd90eb
Merge pull request #511 from linked-danis/fix/report-actual-wait-time
...
Report actual wait duration
2026-06-12 17:49:43 +08:00
Simon
fb8c42daa4
feat: simplify waiting response to reduce LLM cognitive load
2026-06-12 17:44:21 +08:00
Simon
9ed0a09194
feat(core): make execute_javascript honor AbortSignal
...
Expose the task AbortSignal as `signal` in the script scope so cooperative
code can cancel promptly, and re-check signal.throwIfAborted() after the
script settles to discard stale results.
Closes #537 .
2026-06-09 21:30:27 +08:00
Simon
78b6e2ad3c
feat: all sync tools should respect aborting
2026-06-05 21:23:18 +08:00
linked-danis
e525e4c6dd
fix: report actual wait duration
2026-05-18 15:01:06 +02:00
Simon
85a33ac1a4
feat(controller): improve scroll action
2026-04-02 22:05:47 +08:00
Simon
53db2069ce
feat: zod support v3/4
2026-03-05 19:13:18 +08:00
Simon
22fe448d95
refactor: unify zod imports
2026-02-25 16:18:56 +08:00
Simon
7d5449967b
feat(core): improve observation logic; mark states as private
2026-02-10 16:28:25 +08:00
Simon
1517bc4868
feat: prune prompts
2026-02-09 21:04:39 +08:00
Simon
6f0ff1fd33
refactor: zod tree-shaking; better error handling in agent steps
2026-02-09 17:49:10 +08:00
Simon
c9f049a733
refactor: rename page-agent to page-agent-core
2026-01-19 16:06:07 +08:00