-
Notifications
You must be signed in to change notification settings - Fork 85
Description
Hello devtools community!
I'd like to share a new tool called LogSlimmer that's particularly useful for AI-driven development and vibe coding sessions. LogSlimmer performs semantic log compression, summarizing console and terminal logs to reduce noise without losing critical context. It can cut log sizes by up to 90%, which is especially helpful when working with large language models or capturing verbose output in your dev workflows.
Key features:
- Semantic summarization of logs to preserve meaning while filtering out redundant lines.
- Up to 90% reduction in log size, saving tokens and improving performance for AI coding sessions.
- Command-line interface built in Python (Click), works with JSON and plain-text logs.
- Easy to integrate into existing CI/CD pipelines, observability tools, or local dev scripts.
Live demo: https://aredesrafa.github.io/logslimmer/
Repo: https://github.com/aredesrafa/logslimmer
I'm looking for candid feedback on how this fits into your developer toolchain. Would love suggestions around feature requests, integrations with other devtools, or improvements to the UX. Feel free to try the demo, star the repo if you find it useful, and let me know your thoughts.
Thanks for your time!