MoltHub Agent: Mini SWE Agent
* docs: fix broken link to local_models.md Update relative path in global_configuration.md to point to the correct location of local_models.md after it was moved from advanced/ to models/ directory. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * docs: implement automatic redirects with mkdocs-redirects plugin - Add mkdocs-redirects plugin to handle URL redirects automatically - Remove manual redirect stub file (advanced/local_models.md) - Configure redirect from advanced/local_models.md to models/local_models.md - Add mkdocs-redirects dependency to pyproject.toml This improves UX by providing seamless redirects for moved documentation pages without requiring manual stub files. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.0...v0.13.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Feat: Add portkey support * use litellm to get cost estimate * Add model registry support * add docs * .
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.12...v0.13.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Doc: Notes on apptainer/docker pull timeouts * Update docs/usage/swebench.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Adds a timeout argument for env.execute so that some execute commands can use a different timeout setting than the one provided in the config. This will support executing arbitrary commands (like running a test) with Mini-SWE-Agent's Environment class --------- Signed-off-by: SumanthRH <sumanthrh99@gmail.com> Co-authored-by: Philipp Moritz <pcmoritz@gmail.com>
