Cesar Garcia
Cesar Garcia
Hi! This adds a contributing guide to help new developers to contribute to Open SWE.
Repro: 1) Set OPENAI_API_KEY (or GOOGLE_API_KEY). No Anthropic key.. 2) In Settings, select an OpenAI Model (or Google) for all roles. 3) Run. Expected: – The run completes using only...
# feat: Enhanced Ollama Provider Integration Builds upon PR #780 with improved Ollama integration. ## Current Status - Ollama configuration added to settings page with model discovery - Model definitions...
## Summary Updates the default model from `claude-sonnet-4-20250514` to `claude-sonnet-4-5-20250929` to use the latest Claude Sonnet 4.5 release. ## Changes - Updated `src/deepagents/model.py` with the new model ID
This PR updates Carlos E. Jimenez’s contact email to `[email protected]`. Docs only — no code changes.
## Description The documentation references a contributing guidelines file that doesn't exist in the repository. ## Location **File:** `docs/index.md` **Line:** 89 The link points to: https://github.com/princeton-nlp/SWE-bench/blob/main/CONTRIBUTING.md However, the `CONTRIBUTING.md` file...
## Summary The CI workflow currently runs `poetry run black .` on every PR, which: - Reformats 504 files (~59 seconds per run) - Produces this output: "504 files reformatted,...
The architecture diagram in openhands/README.md (line 6) returns 404 because it points to `../docs/static/img/system_architecture_overview.png`, which was removed in #11261 when docs were migrated to the separate repository. The diagram was...
**Summary:** In the “Community Repo” section of `README.md` there was no space between the link and the following word, so it rendered as `community repothat is`. **Solution:** Added a single...
## Summary - Update default OpenAI model from GPT-5-mini to GPT-5.1 ## Notes - Users can use the other models via environment variables: - `ANTHROPIC_MODEL=claude-opus-4-5-20251101` - `OPENAI_MODEL=gpt-5-mini`