You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(config): update rabbit config path and improve command descriptions
- Change default rabbit config path from `~/.rabbit` to `./.rabbit/`
- Update Dockerfile to use absolute paths for volume mounts and CMD arguments
- Enhance CLI command help texts with detailed descriptions and usage scenarios
- Refactor config loading logic in send commands to use kratos config sources
- Improve path normalization in client config generation
- Remove obsolete config fields and consolidate configuration handling
- Add metadata fields to server config including repository, author and email
- Update dependencies and clean up unused imports and code sections
0 commit comments