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

Adding a slight delay to the terminal printing, so that it prints character by character, is a nice touch. IMO the commands should print a little slower than the output...

good first issue
frontend
style

**Describe the bug** IMO the terminal would look nicer with a little padding

frontend
style

**Describe the bug** Currently, background processes aren't getting killed. We're just closing the log stream. Relevant code: https://github.com/OpenDevin/OpenDevin/blob/397f3fbc7867c3eca28a3179a8b2d78bb21c5625/opendevin/sandbox/sandbox.py#L48 **Steps to Reproduce** 1. Run `python opendevin/sandbox/sandbox.py 2. Run `kill` in the...

bug

fix DTO fields error for #153 ![Xnip2024-03-26_14-12-21](https://github.com/OpenDevin/OpenDevin/assets/16201837/b214cd3a-28eb-4a01-b7e4-2efc7b0353d1)

1. Fixes #102. Print an error if Docker is not reachable. As docker restart tried in every session, server will automatically recover even if docker bounces. 2. Fixed some python...

This is an idea for how agents might maintain a long-running Plan, which we can represent in the UI as a list of checkboxes (similar to Devin)

Ruff, a Python code linting tool, primarily focuses on code quality and best practices. It may support certain types of linting checks but doesn't cover all tasks related to code...

**Describe the bug** Devin not working from Docker image on MacOS M1 from UI and from command line. **Steps to Reproduce** 1.Download the docker file 2.Use the command to run...

bug

Proposed in #179. Method: Match the cmd. 1. Everytime want to kill the cmd, run `ps aux` to get the all thread. 2. We will save the `cmd` in `BackgroundCommand`,...

OpenDevin % export LLM_MODEL="gpt-3.5-turbo-1106" OpenDevin % export OPENAI_API_KEY=sk..... OpenDevin % export LLM_API_KEY="sk... OpenDevin % uvicorn opendevin.server.listen:app --port 3000 ``` urllib3.exceptions.ProtocolError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory')) During handling...

bug