OpenDevin icon indicating copy to clipboard operation
OpenDevin copied to clipboard

🐚 OpenDevin: Code Less, Make More

Results 976 OpenDevin issues
Sort by recently updated
recently updated
newest added

We recently added the ability of the frontend to send some feedback to the backend, but because the frontend is sending the feedback directly we need to enable `no-cors`, the...

Follow-up from a previous PR on is_stuck() check: This PR proposed to override __eq__ for CmdOutputObservation and CmdKillAction, to ignore the command_id field for the purpose of the comparison. The...

**What problem or use case are you trying to solve?** We now allow people to share feedback about when an OpenDevin session goes well or poorly, but this is all...

enhancement

I am trying to use Deepseek API from the dropdown list within OpenDevin. I chose Deepseek-Coder, provide the API key but it fails. I tried manually adding Deepseep\ in front...

Tell llm, for command that may run indefinitely and not return a result, it should try to run the command in the background. issue to fix: https://github.com/OpenDevin/OpenDevin/issues/1895

Since React 18.3.0, a console warning displays for any usage of `.defaultProps`. It is now [deprecated](https://github.com/reactjs/rfcs/blob/createlement-rfc/text/0000-create-element-changes.md#deprecate-defaultprops-on-function-components). Warning: ```sh Warning: : Support for defaultProps will be removed from function components in...

good first issue
frontend
javascript