Skip to content

v1.100.1

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 07 Nov 20:52
· 81 commits to refs/heads/main since this release
4617630
Add .coderabbit.yaml for CodeRabbit integration configuration settings @osterman (#758)

what

  • Add coderrabit config
  • Tune the prompt
  • Enable linear integration

why

  • Want to work towards a config that is less noisy (although this is probably not the PR that solves that)

🚀 Enhancements

handle invalid command error @pkbhowmick (#766)

what

  • Improved error handling for command arguments, providing clearer feedback when invalid commands are used
  • Enhanced logging to include a list of available commands when an error occurs due to invalid arguments.

why

  • Better user experience

working example

Before:

Screenshot 2024-11-08 at 1 56 30 AM

After fix:

Screenshot 2024-11-08 at 1 57 12 AM