Changelog
New updates and improvements to Syncause.
v0.2.0
Jan 06, 2026
New Features
-
Code-Level Context Replay
- Display runtime data directly alongside corresponding code snippets
- Understand the true state of bugs without manual reproduction

-
Multi-language Project Support: Syncause automatically identifies project language and applies configuration when opening parent directories in IDE
v0.1.12
Dec 22, 2025
Fixes & Improvements
- Auto-detect SDK installation to simplify setup steps and improve user experience
- Fixed Python and Node.js SDK compatibility issues
v0.1.5
Dec 12, 2025
New Features
- Support displaying runtime data by function call hierarchy
- Match runtime data with code snippets, eliminating manual navigation
Fixes & Improvements
- Fixed intermittent SDK installation failures
- Compatible with Trae, Windsurf, and Antigravity
v0.1.0
Dec 05, 2025
Hello World!
Syncause is an IDE extension for AI-assisted debugging, designed to solve the common issue of repeated "Fix → Fail" cycles when using AI to fix bugs.
In this initial release, Syncause integrates a lightweight SDK to continuously capture critical runtime information and accurately replay this "runtime truth" at the code level, providing reliable debugging context for developers and AI.
✨ Core Capabilities
-
Runtime Data Capture
- Automatically collect Trace, function arguments, logs, and other runtime info
- Data is tied to actual code paths, avoiding "Dump & Pray" context bloat
-
AI Debug Friendly
- Provide high-quality, low-noise debugging context for AI tools like Cursor / Windsurf
- Significantly reduce "Fix → Fail → Retry" loops, improving one-shot fix accuracy
-
Local-First & Secure
- Collects only necessary metadata, no full business data upload
- Debug data remains in the developer's local environment, suitable for production troubleshooting