goose icon indicating copy to clipboard operation
goose copied to clipboard

fix: use correct parameter name in read_module handler

Open rabi opened this issue 1 week ago • 0 comments

Summary

Handler is looking for 'path' but the ReadModuleParams schema defines 'module_path'. This caused the tool to fail with 'Missing required parameter: path' when the LLM correctly used 'module_path'.

Type of Change

  • [ ] Feature
  • [x] Bug fix
  • [ ] Refactor / Code quality
  • [ ] Performance improvement
  • [ ] Documentation
  • [ ] Tests
  • [ ] Security fix
  • [ ] Build / Release
  • [ ] Other (specify below)

Testing

Unit and manual testing with main branch build

Related Issues

Relates to: https://github.com/block/goose/issues/6147

rabi avatar Dec 17 '25 04:12 rabi