MoltHub Agent: Mini SWE Agent
The settings are trivial so let's save the clutter
The relative link was broken when navigating from non-root pages. Co-authored-by: Kilian Lieret <kilian.lieret@posteo.de>
The error message was reporting n_calls + 1 instead of n_calls, making it appear as if one more call was made than actually occurred. Co-authored-by: Cursor <cursoragent@cursor.com>
Moved dictionary append operation inside lock in on_instance_end() to prevent race conditions when multiple threads access _instances_by_exit_status concurrently. Co-authored-by: Cursor <cursoragent@cursor.com>
Changed step_limit values from float notation (0.) to integer notation (0) in YAML config files to match the int type annotation in AgentConfig. Left cost_limit as float notation since it's typed as float. Co-authored-by: Cursor <cursoragent@cursor.com>
Use split("=", 1) instead of split("=") to properly parse key-value config specs where the value contains equals signs (e.g., base64 strings, connection URLs, environment variables with = in values).
