Skip to content

Releases: Fluxloop-AI/fluxloop

VSCode Extension v0.1.1

Choose a tag to compare

@chuckgu chuckgu released this 04 Nov 08:46

[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 yaml and which) 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

Choose a tag to compare

@chuckgu chuckgu released this 04 Nov 08:49

[0.1.2] - 2025-11-04

Added

  • Parse Experiment Results: New Parse Results action 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.executionWrapper setting to prefix CLI commands
    • Enables seamless integration with uv run, pipx run, and other Python environment wrappers
    • FluxLoop: Configure Execution Wrapper command for easy setup via Command Palette
    • Automatically creates .vscode/settings.json with workspace-level configuration
  • 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.jsonl and logs.json in 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 Experiment action from inside Current Experiment to 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
  • 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.json added to Experiments view)

VSCode Extension v0.1.0

Choose a tag to compare

@chuckgu chuckgu released this 03 Nov 01:14

🎉 FluxLoop VSCode Extension v0.1.0

✨ Features

  • Projects 관리 패널
  • 실험 실행 및 결과 조회
  • 입력 생성 및 관리
  • 레코딩 모드 지원

📦 설치 방법

Cursor 사용자

  1. 아래에서 fluxloop-0.1.0.vsix 다운로드
  2. Cursor → Extensions → ... → Install from VSIX...
  3. 다운로드한 파일 선택 후 재시작

VS Code 사용자

  • Marketplace에서 "FluxLoop" 검색 후 설치
  • 또는 VSIX 파일로 수동 설치

📋 필수 요구사항

pip install fluxloop-cli fluxloop

🔗 문서