Sign In

illoops

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

illoops

Agent orchestrator — milestone-driven task execution for VSCode

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

@illoops/vscode

VSCode extension for illoops — milestone-driven task execution with a visual interface.

Features

  • Milestone TreeView — browse and manage milestones in the sidebar
  • Status Bar — real-time execution progress
  • Output Channel — detailed logs for each execution
  • Task Provider — integrates with VSCode's built-in task system
  • Config Discovery — auto-detects illoops.config.{yaml,yml,json} files

Commands

CommandDescription
illoops.runMilestoneRun a milestone
illoops.cancelMilestoneCancel a running milestone
illoops.retryTaskRetry a failed task
illoops.openLogsOpen the output channel
illoops.showReportShow execution report
illoops.validateConfigValidate configuration

Activation

The extension activates when the workspace contains a file matching **/illoops.config.{yaml,yml,json}.

Development

pnpm build      # Build with tsup
pnpm typecheck  # Type check
pnpm clean      # Remove dist/

To test the extension:

  • Open this folder in VSCode
  • Press F5 to launch the Extension Development Host
  • Open a folder containing illoops.config.yaml

FAQs

Package last updated on 20 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts