With the editor-extensions agent mode turned on, when a user requests a fix, the first solution that will be computed is for the particular incidents in a specific file. Once that work is done, knock on tasks are added to the agent's queue (like linting issues or analysis issues created by the given solution).
To accomodate this, we need:
- To potentially call accept_file/reject file multiple times on a particular file for a specific client_id.
- An endpoint so that the IDE can let the solution server know when it is actually done computing solutions.