#lossless-claw question
1 messages · Page 1 of 1 (latest)
Probably not a bug, more likely the plugin just hasn’t been updated locally.
lossless-claw is a separate plugin package, and npm currently shows @martian-engineering/lossless-claw at 0.8.2, so if you’re still on 0.3.0 your install is just behind.
Try:
openclaw plugins update lossless-claw
openclaw gateway restart
If that still keeps you on 0.3.0, it was likely installed with a pinned spec. In that case run:
openclaw plugins update @martian-engineering/lossless-claw@latest
openclaw gateway restart
Useful docs:
- Plugins CLI: https://docs.openclaw.ai/cli/plugins
- Context engine / Lossless Claw setup: https://docs.openclaw.ai/concepts/context-engine
- Community plugins: https://docs.openclaw.ai/plugins/community
If you want, paste these too and I can tell you exactly what’s going on:
openclaw --version
openclaw plugins inspect lossless-claw