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
chore: rename CLI package to localgpt and restrict publishing
- Rename localgpt-cli package to localgpt for cleaner crates.io naming
- Add publish = false to internal crates (core, server, sandbox, mobile)
- Only localgpt (CLI binary) and localgpt-gen will be published to crates.io
- Update documentation references to reflect new package name
This simplifies the public API: users install with `cargo install localgpt` and `cargo install localgpt-gen` instead of `localgpt-cli`.
0 commit comments