Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/RD-Agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: microsoft/RD-Agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 11 commits
  • 38 files changed
  • 11 contributors

Commits on Jun 19, 2025

  1. fix: merge datascience v3 and v2 (#974)

    * add coder version
    
    * merge cooder and feedback prompts
    
    * align v2 and v3 proposal prompts
    
    * fix a small bug
    
    * fix a bug
    
    * fix another bug
    
    * support both function calling and json mode in v2 proposal
    
    * fix minor bug
    
    * reformat
    
    * remove proposal v3
    
    * fix a small bug in json mode
    
    * fix CI
    
    * remove tmp file
    
    * remove v3 check
    
    ---------
    
    Co-authored-by: Xu Yang <xuyang1@microsoft.com>
    peteryang1 and peteryangms authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    1ba7548 View commit details
    Browse the repository at this point in the history
  2. fix: docker container cleanup to prevent accumulation and system slow…

    …down (#975)
    
    * Initial plan for issue
    
    * Fix Docker container cleanup issue by using try-finally block
    
    Co-authored-by: peteryang1 <25981102+peteryang1@users.noreply.github.com>
    
    * Fix additional Docker container leaks in health_check and GPU test functions
    
    Co-authored-by: peteryang1 <25981102+peteryang1@users.noreply.github.com>
    
    * Remove temporary test files and finalize Docker container cleanup fix
    
    Co-authored-by: peteryang1 <25981102+peteryang1@users.noreply.github.com>
    
    * Refactor container cleanup code to reduce duplication as requested in review feedback
    
    Co-authored-by: peteryang1 <25981102+peteryang1@users.noreply.github.com>
    
    * Refactor container cleanup to use shared function and always stop before remove
    
    Co-authored-by: peteryang1 <25981102+peteryang1@users.noreply.github.com>
    
    * fix CI
    
    * Fix mypy type checking errors for Docker container cleanup
    
    Co-authored-by: peteryang1 <25981102+peteryang1@users.noreply.github.com>
    
    * fix CI
    
    * Remove unnecessary _cleanup_container wrapper method in DockerEnv class
    
    Co-authored-by: peteryang1 <25981102+peteryang1@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: peteryang1 <25981102+peteryang1@users.noreply.github.com>
    Co-authored-by: Xu Yang <xuyang1@microsoft.com>
    3 people authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    05cf094 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

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

Commits on Jun 23, 2025

  1. fix: refine details (#979)

    * feat: add parquet preview and extract common DataFrame preview logic
    
    * refactor: improve error messages, prompts, regex, and session loading
    
    * lint
    you-n-g authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    25caa3d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. chore: merge with more trace (#982)

    * merge support more traces
    * use feedback from all traces
    qew21 authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    078bec8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. fix LLM log bug (#985)

    XianBW authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    a21370a View commit details
    Browse the repository at this point in the history
  2. support tar in dataset & fix a small bug in loop (#986)

    Co-authored-by: Xu Yang <xuyang1@microsoft.com>
    peteryang1 and peteryangms authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    41d0290 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. fix: refine prompt (#987)

    * refactor: rename failed_exp_and_feedback_list to include _after_sota suffix
    
    * refactor: merge prompts_v3 into prompts_v2 and update references
    you-n-g authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    76df96e View commit details
    Browse the repository at this point in the history
  2. feat: async mechanism for multi-trace (#981)

    * start to work on multi-trace + async
    
    * init ver of async-multi-tarce, to test
    
    * add eng-ver log
    
    * complete version of async+ mul-trace
    
    * debug
    
    * fix bug on         DS_RD_SETTING.get()
    
    * update
    
    * fix bug + simplif the usage of async in multi-trace
    
    * fix mini bug of arg_name
    
    * Move local_selection into class Experiment & clean the code
    xuangu-fang authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    9e60c32 View commit details
    Browse the repository at this point in the history
  3. fix: add async to direct_exp_gen avoid infinite loop (#992)

    * refactor: convert direct_exp_gen to async and enforce parallel limit
    
    * fix bug
    
    * change coroutine function position
    
    * fix fin_quant's direct_exp_gen
    
    * format with isort
    
    ---------
    
    Co-authored-by: Bowen Xian <xianbowen@outlook.com>
    Co-authored-by: SunsetWolf <Lv.Linlang@hotmail.com>
    3 people authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    78c203d View commit details
    Browse the repository at this point in the history
  4. chore: release 0.6.0

    Release-As: 0.6.0
    you-n-g authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    594f796 View commit details
    Browse the repository at this point in the history
Loading