v0.41.0
v0.41.0 (2024-10-24)
Feature
-
feat(browser.py): add BrowserReplayStrategy; support browser modes record/replay (#872)
-
add BrowserReplayStrategy; support browser modes record/replay
-
minor refactor
-
black/flake8
-
update README
-
improve README
-
add BrowserReplayStrategy to README
-
add strategies/visual_browser.py
-
fix Action.from_dict and test_action_from_dict to support <cmd>-t
-
calculate_tokens_and_cost; bugfix ActionEvent.fromdict; add ActionEvent.next_event; add TODOs; add visual_browser.py::SKIP_MOVE_BEFORE_CLICK
-
handle mousemove/scroll; add_screen_tlbr forwards and backwards; RAW_PRECISE/IMPRECISE_MOUSE_EVENTS; openai.MAX_IMAGES = 90; fix merge_consecutive_mouse_scroll_events and tests; filter_invalid_window_events; dump_state timeout;
-
add TODO
-
noqa (
d31fde0)