Back to news
Mar 01, 2026
2 min read

πŸ”Œ QonQrete v1.1.0-stable β€” VS Code Extension: IDE Integration Begins

Local-first AI orchestration now available directly in your editor. No more terminal hopping β€” QonQrete runs from VS Code.

πŸ”Œ QonQrete v1.1.0-stable Released

March 1, 2026 | Major Feature Release β€” VS Code Extension


This is huge, fam. QonQrete now has a first-class VS Code extension. Local-first AI orchestration directly in your editor. No terminal required.

VS Code Extension Features

The extension brings the full QonQrete workflow into VS Code:

  • Sidebar Panel: See your worQspace status, run history, and navigate qages
  • Run TasQ Command: Execute QonQrete runs with one click
  • Config Wizard: Interactive setup without touching YAML
  • Status Bar Widget: Live feedback on run state
  • Resume Command: Continue from your last cheQpoint

Why This Matters

QonQrete has always been about keeping you in control. Now that control lives where you code. The file-based architecture means everything stays inspectable β€” you’re just accessing it through a nicer interface.

Quick Start

# Install from VSIX
code --install-extension qonqrete-1.1.0.vsix

# Or search "QonQrete" in the marketplace (coming soon)

Architecture

The extension wraps the QonQrete CLI. Your worQspace files remain the source of truth. The extension just makes them easier to interact with.

VS Code Extension
       β”‚
       β–Ό
  qonqrete.sh (CLI)
       β”‚
       β–Ό
   worQspace/

#QonQrete #v1.1.0 #VSCode #IDEIntegration #LocalFirst