Releases: Fluxloop-AI/fluxloop
Releases · Fluxloop-AI/fluxloop
Release list
VSCode Extension v0.1.1
[0.1.1] - 2025-11-04
Fixed
- Register FluxLoop tree data providers before running CLI checks to prevent
"There is no data provider registered that can provide view data" errors when
the extension activates in VS Code. - Ensure runtime dependencies (for example
yamlandwhich) are bundled in
the packaged VSIX so installations outside Cursor resolve required modules. - Align installation docs and deployment tooling with the verified Open VSX
distribution flow.
VSCode Extension v0.1.2
[0.1.2] - 2025-11-04
Added
- Parse Experiment Results: New
Parse Resultsaction in the Results view to convert experiment traces into human-readable Markdown timelines- Appears at the top of each experiment folder for easy access
- Prompts for custom output directory (defaults to
per_trace_analysis) - Automatically checks for existing output and prompts to overwrite if needed
- Parsed results appear in a new
per_trace_analysis/folder within the Results view
- Execution Wrapper Support: New
fluxloop.executionWrappersetting to prefix CLI commands- Enables seamless integration with
uv run,pipx run, and other Python environment wrappers FluxLoop: Configure Execution Wrappercommand for easy setup via Command Palette- Automatically creates
.vscode/settings.jsonwith workspace-level configuration
- Enables seamless integration with
- Experiments Folder Grouping: Experiment results now appear under a collapsible Experiments folder in the Results view for better organization
- Enhanced File Listings: Results view now shows
observations.jsonlandlogs.jsonin addition to existing artifact files - Timestamp Display: Experiment folder descriptions now show formatted timestamps (YYYY-MM-DD HH:MM:SS) extracted from folder names for easier identification
Changed
- UX Improvements:
- Moved
Run Experimentaction from insideCurrent Experimentto root level in Experiments view for faster access - Docker execution option now shows "(coming soon)" with explanatory message when selected
- Experiment result descriptions now display timestamp before success rate for chronological clarity
- Moved
- Results View Structure:
per_trace_analysis/folder is recursively browsable, supporting nested analysis outputs
Fixed
- Experiments view and Results view now show identical file sets for consistency (
observations.jsonl,logs.jsonadded to Experiments view)
VSCode Extension v0.1.0
🎉 FluxLoop VSCode Extension v0.1.0
✨ Features
- Projects 관리 패널
- 실험 실행 및 결과 조회
- 입력 생성 및 관리
- 레코딩 모드 지원
📦 설치 방법
Cursor 사용자
- 아래에서
fluxloop-0.1.0.vsix다운로드 - Cursor → Extensions →
...→ Install from VSIX... - 다운로드한 파일 선택 후 재시작
VS Code 사용자
- Marketplace에서 "FluxLoop" 검색 후 설치
- 또는 VSIX 파일로 수동 설치
📋 필수 요구사항
pip install fluxloop-cli fluxloop