Thank you for your interest in contributing to SessionBase CLI. Whether it's a bug report, new feature, correction, or additional documentation, we greatly value feedback and contributions from our community.
Please read through this document before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your bug report or contribution.
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
When filing an issue, please check existing open, or recently closed, issues to make sure somebody else hasn't already reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
- A reproducible test case or series of steps
- The version of the CLI being used
- Any modifications you've made relevant to the bug
- Anything unusual about your environment or deployment
- Smaller commits are preferred - easier to review and understand
- Please provide information on how changes were tested in your PR description
- Please disclose AI contributions - if you used AI tools, link your SessionBase sessions!
- Please submit a PR to update documentation in sessionbase/docs if you are updating command behavior or arguments
- Integration with new platforms: OpenAI Codex, Amp, Cursor (IDE and CLI), Cline, Windsurf, OpenCode
sb pullcommand: Pull down and resume a session, either your own or from another user
- TUI for browsing/uploading sessions: Should pull in local and remote sessions, provide ability to push/see what is already pushed, etc.
Looking at the existing issues is a great way to find something to contribute on. Look for any 'help wanted' issues as a great place to start.
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
- You are working against the latest source on the main branch
- You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already
- You open an issue to discuss any significant work - we would hate for your time to be wasted
To send us a pull request, please:
- Fork the repository
- Create a feature branch from
main. - Modify the source, including relevant test and documentation changes; please focus on the specific change you are contributing.
- Ensure local tests pass
- Commit to your fork using clear commit messages
- Open a pull request against the
mainbranch ofsessionbase/cli.
When adding support for new AI platforms:
- All platforms implement the
SessionProviderinterface and extend theBaseSessionProvider - Platforms are available to commands via the
PlatformRegistryclass - Build against these abstractions - try to avoid leaking platform-specific details to the CLI commands
- Update the MCP Server to support the new platform
- Each platform has its own quirks in how data is stored and referenced locally. This may require new abstractions to support additional platforms
- Update the documentation in sessionbase/docs to include details about the new platform
If you discover a potential security issue in this project we ask that you notify us via our security reporting page. Please do not create a public GitHub issue for security vulnerabilities.
- Issues: Use GitHub issues for bugs and feature requests
- Email: reach out to support@sessionbase.ai
By contributing, you agree that your contributions will be licensed under the MIT License.