Upcoming Features
We're constantly working on new features to make Threadline more powerful and useful. Here's what's coming soon:
🚧 CLI Local LLM Processing
Move LLM processing directly into the CLI tool, enabling checks without sending diffs to the Threadline web application. Results can optionally be synced to the web app for analytics and collaboration.
Key capabilities:
- Process threadlines locally using OpenAI API directly from CLI
- Optional syncing of results to web app for analytics and collaboration
- Support for local-only, sync, or hybrid modes
🚧 Violation Fix Detection
We're working on an automated system that detects when threadline violations are fixed between consecutive checks. This will help track fix effectiveness and provide insights into how quickly violations are addressed.
The system will automatically analyze previous violations against current code changes to determine if fixes occurred, and track metrics like average time-to-fix and fix type distribution.
Key capabilities:
- Automatic detection of fixes between consecutive checks
- Support for local, branch, and PR contexts
- Detection of three fix types: code changes, threadline modifications, and threadline deletions
- Analytics on fix effectiveness and time-to-fix metrics