Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(backend) changes to improve Command-R+ behavior, plus file i/o error improvements, attempt 2 #1417

Merged
merged 18 commits into from
Apr 29, 2024

Commits on Apr 24, 2024

  1. Some improvements to prompts, some better exception handling for vari…

    …ous file IO errors, added timeout and max return token configurations for the LLM api.
    computer-whisperer committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f0ee4f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7e9aa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a137efe View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Remove absolute paths from llm prompts, fetch working directory from …

    …sandbox when resolving paths in fileio operations, add customizable timeout for bash commands, mention said timeout in llm prompt.
    computer-whisperer committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    15238b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5fdce2 View commit details
    Browse the repository at this point in the history
  3. Switched ssh_box to disabling tty echo and removed the logic attempti…

    …ng to delete it from the response afterwards, fixed get_working_directory for ssh_box.
    computer-whisperer committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fbe205c View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'refs/remotes/origin/main' into command-…

    …r-plus-changes
    
    # Conflicts:
    #	opendevin/action/fileop.py
    computer-whisperer committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    acc904c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7acb0f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    51e3c3f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin-upstream/main' into…

    … command-r-plus-changes
    
    # Conflicts:
    #	agenthub/monologue_agent/utils/prompts.py
    #	opendevin/llm/llm.py
    #	opendevin/schema/config.py
    #	tests/test_fileops.py
    computer-whisperer committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9b12d1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42a47d1 View commit details
    Browse the repository at this point in the history
  4. Fix lint error

    computer-whisperer committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    89cfaf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fb90df View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin-upstream/main' into…

    … command-r-plus-changes
    
    # Conflicts:
    #	opendevin/config.py
    computer-whisperer committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e49530a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Force WORKSPACE_MOUNT_PATH_IN_SANDBOX to match WORKSPACE_MOUNT_PATH i…

    …n local sandbox mode, combine exception handlers in prompts.py.
    computer-whisperer committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    34a47d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ab28f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3bc801 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    4150871 View commit details
    Browse the repository at this point in the history