What's Changed
* New reasoning tool by mormio in https://github.com/microsoft/debug-gym/pull/1
* SubstitutionPatcher with file path by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/2
* update readme by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/3
* Tokenizer fix by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/4
* catch exceptions in max score compute by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/5
* default max score 1, in case the test crashes by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/6
* tests github actions by matheper in https://github.com/microsoft/debug-gym/pull/8
* Mm/froggyignore by mormio in https://github.com/microsoft/debug-gym/pull/9
* toolbox by mormio in https://github.com/microsoft/debug-gym/pull/10
* Fix Context Truncation by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/7
* Test Utils by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/12
* Unit Tests by chisingh in https://github.com/microsoft/debug-gym/pull/11
* Reset after Rewrite by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/14
* Comparisons between baseline(simple rewrite) and agent(zero-shot pdb) by Kim-Minseon in https://github.com/microsoft/debug-gym/pull/16
* zero shot agent that can access pdb after certain number of rewrite a… by mormio in https://github.com/microsoft/debug-gym/pull/15
* Terminal refac by matheper in https://github.com/microsoft/debug-gym/pull/13
* Terminal run bugfix by matheper in https://github.com/microsoft/debug-gym/pull/18
* pass entrypoint properly for aider by sordonia in https://github.com/microsoft/debug-gym/pull/19
* clean llm configs loading by sordonia in https://github.com/microsoft/debug-gym/pull/20
* support for threads in run by sordonia in https://github.com/microsoft/debug-gym/pull/21
* Test tools by chisingh in https://github.com/microsoft/debug-gym/pull/17
* add terminal to pdb when we re-add it by mormio in https://github.com/microsoft/debug-gym/pull/27
* Az login oai by matheper in https://github.com/microsoft/debug-gym/pull/32
* bug fix: 0 as line number by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/34
* Use logging instead of print. Add nice progress visualization. by MarcCote in https://github.com/microsoft/debug-gym/pull/35
* Clean Tools by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/36
* SWE-Bench integration (with caching) by MarcCote in https://github.com/microsoft/debug-gym/pull/28
* Refac tests by matheper in https://github.com/microsoft/debug-gym/pull/39
* Add .froggyignore and .froggyreadonly by MarcCote in https://github.com/microsoft/debug-gym/pull/40
* Add an optional depth argument to listdir. Fix tests by MarcCote in https://github.com/microsoft/debug-gym/pull/41
* Auth with ManagedIdentityCredential by matheper in https://github.com/microsoft/debug-gym/pull/43
* Set az and oai logging level to WARNING by matheper in https://github.com/microsoft/debug-gym/pull/45
* Mini nightmares by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/42
* Gist url by chisingh in https://github.com/microsoft/debug-gym/pull/46
* Moving Agents Out of Froggy by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/44
* Remove rich, put back tqdm with proper handling for logging. llm mess… by MarcCote in https://github.com/microsoft/debug-gym/pull/47
* Delete random by matheper in https://github.com/microsoft/debug-gym/pull/48
* Use the proper NOT_GIVEN value when calling openai API by MarcCote in https://github.com/microsoft/debug-gym/pull/49
* Add Dataclasses and RepoEnv Info refac by matheper in https://github.com/microsoft/debug-gym/pull/50
* Mini nightmares env. by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/54
* fix view by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/55
* Improve mini nightmare by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/56
* Improve mini nightmare by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/57
* Update terminal.py by sordonia in https://github.com/microsoft/debug-gym/pull/60
* Lite update tool syntax parser by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/62
* Fix PDB hanging by MarcCote in https://github.com/microsoft/debug-gym/pull/63
* Ranaming code. by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/64
* Remove ANSI codes when logging to file. by MarcCote in https://github.com/microsoft/debug-gym/pull/65
* EventHooks - Tools refac by matheper in https://github.com/microsoft/debug-gym/pull/58
* Skip swe-bench testing PRs by matheper in https://github.com/microsoft/debug-gym/pull/68
* Clean Reset Args by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/67
* froggy/agents, froggy/pond, tests/ by sordonia in https://github.com/microsoft/debug-gym/pull/70
* Fixed test and removed unused conftest by matheper in https://github.com/microsoft/debug-gym/pull/71
* Agents refac. by sordonia in https://github.com/microsoft/debug-gym/pull/72
* Better handling of shell session by MarcCote in https://github.com/microsoft/debug-gym/pull/73
* Minor fix utils by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/75
* Use session.is_running property instead of process.poll by MarcCote in https://github.com/microsoft/debug-gym/pull/77
* Improve README by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/76
* LLM Returns None by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/78
* strip a list by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/79
* Use LLMs with fixed temperature by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/80
* Max score by matheper in https://github.com/microsoft/debug-gym/pull/81
* Setup and session commands by matheper in https://github.com/microsoft/debug-gym/pull/82
* aider entrypoint by sordonia in https://github.com/microsoft/debug-gym/pull/83
* Set aider and mini_nightmare default entrypoints by matheper in https://github.com/microsoft/debug-gym/pull/84
* Parse think token by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/86
* Static analysis by chisingh in https://github.com/microsoft/debug-gym/pull/88
* remove syntax error in pytorch data because it's too easy. by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/90
* rename to debug_gym by sordonia in https://github.com/microsoft/debug-gym/pull/91
* master/slave -> server/client by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/93
* Minor obs change by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/94
* Fixes for SWEBench by MarcCote in https://github.com/microsoft/debug-gym/pull/85
* Analysis Scripts by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/87
* LLM API refac by matheper in https://github.com/microsoft/debug-gym/pull/97
* Rename Agents by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/100
* [WIP] README update by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/102
* RAI Statement by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/103
* Add `debug-gym-llm-config-template` entrypoint by matheper in https://github.com/microsoft/debug-gym/pull/101
* Add version by MarcCote in https://github.com/microsoft/debug-gym/pull/105
* skip tools when collecting task names by xingdi-eric-yuan in https://github.com/microsoft/debug-gym/pull/104
New Contributors
* mormio made their first contribution in https://github.com/microsoft/debug-gym/pull/1
* xingdi-eric-yuan made their first contribution in https://github.com/microsoft/debug-gym/pull/2
* chisingh made their first contribution in https://github.com/microsoft/debug-gym/pull/11
* Kim-Minseon made their first contribution in https://github.com/microsoft/debug-gym/pull/16
* sordonia made their first contribution in https://github.com/microsoft/debug-gym/pull/19
* MarcCote made their first contribution in https://github.com/microsoft/debug-gym/pull/35
**Full Changelog**: https://github.com/microsoft/debug-gym/commits/1.0.0