Issue Description
When the OSS Dev Agent tries to load configuration and the config file is missing, the error message should be more helpful and guide users on how to fix it.
Current Behavior
When is missing, the error message is generic and doesn't tell users:
- What file is missing
- Where it should be located
- How to create it
- What the minimum required configuration is
Expected Behavior
The error message should:
- Clearly state that the config file is missing
- Show the expected path (e.g.,
.ai-agent/config.toml)
- Provide instructions on how to create it
- Show an example of minimum required configuration
Files to Modify
config/loader.py - Add better error message when config file is missing
- Consider adding a helper message or example config
Acceptance Criteria
Testing
- Remove or rename
.ai-agent/config.toml
- Run
python3 main.py oss-dev fix <issue_url>
- Verify the error message is helpful and actionable
Priority
Medium - Improves user experience when setting up the agent
Issue Description
When the OSS Dev Agent tries to load configuration and the config file is missing, the error message should be more helpful and guide users on how to fix it.
Current Behavior
When is missing, the error message is generic and doesn't tell users:
Expected Behavior
The error message should:
.ai-agent/config.toml)Files to Modify
config/loader.py- Add better error message when config file is missingAcceptance Criteria
Testing
.ai-agent/config.tomlpython3 main.py oss-dev fix <issue_url>Priority
Medium - Improves user experience when setting up the agent