3 Open Issues Need Help Last updated: Aug 21, 2025

Open Issues Need Help

View All on GitHub
enhancement good first issue help wanted

AI Summary: The task requires debugging and fixing an issue in the AutoSurfer project where DOM annotations become misaligned after the agent scrolls a webpage. This involves investigating the annotation update mechanism within the codebase, identifying the source of the misalignment (likely related to scroll events and element repositioning), and implementing a solution to ensure annotations remain correctly positioned relative to their target elements after scrolling.

Complexity: 4/5
bug good first issue help wanted

AI Summary: Debug and fix a bug in the AutoSurfer project where the AI agent fails to detect task completion, resulting in infinite loops and unnecessary actions. This involves analyzing the agent's reasoning and action loop, identifying the conditions under which task completion is not correctly detected, and implementing a solution to ensure the agent terminates gracefully after successfully completing its assigned task.

Complexity: 4/5
bug good first issue help wanted