LightRSI is still moving quickly. The most useful contributions are usually:
- host adapter fixes for real agent workflows
- install and onboarding improvements
- visual / report / doctor usability improvements
- benchmark reproduction fixes
- tests that lock down real regressions
git clone https://github.com/zjunlp/LightRSI.git
cd LightRSI
corepack enable
pnpm install
pnpm build
pnpm typecheckIf you are changing the standalone CLI path, also run:
pnpm lightrsi:build
pnpm lightrsi:typecheck
pnpm lightrsi:test- keep changes scoped to one problem when possible
- add or update tests for behavior changes
- prefer real host-path verification over mock-only fixes
- avoid breaking the default first-run install path
When reporting a bug, include:
- host:
OpenClaw,Codex, orClaude Code - install path: default or custom config path
- exact commands you ran
- relevant config snippets
- doctor / status output
- logs or screenshots if the issue is visual or runtime-specific
- Use GitHub Issues for actionable bugs and feature requests.
- Use Discord for setup help, debugging, and discussion.