There is an error right now when attempting to run an agent for the SimPy split on commit0 version 0.1.6. Error fails with:
KeyError: 'src/simpy/core.py'. Steps to reproduce are the following, after a clean reinstall of commit0:
- Create a simpy split using
commit0 setup simpy
- Create an agent with
agent config --model-name gpt-4o-mini --use-repo-info --use-spec-info. Note that only the repo info and spec info options are toggled.
- Run the agent on the commit0 branch with
agent run commit0
A screenshot of the error is shown below:

For some reason, this error does not occur with more options toggled on.