Skip to content

Releases: DeepMyst/Mysti

v0.3.1

18 Feb 13:31

Choose a tag to compare

Mysti v0.3.1

What's New in v0.3.0 / v0.3.1

This is the first published GitHub release for Mysti — covering all features through v0.3.1.

3 New Providers (7 total)

  • Cursor — Full integration with Cursor's headless AI agent CLI (6 models including Claude Sonnet 4, GPT-5, o3)
  • OpenClaw — Dual-transport provider with WebSocket Gateway and CLI fallback
  • Manus (Experimental) — HTTP API-based provider for Manus AI

Autonomous Mode

AI works independently with configurable safety controls — SafetyClassifier with three safety levels, MemoryManager that learns preferences, goal-based and task-queue continuation modes, and audit logging.

@-Mention System

Route tasks to specific providers with @agent mentions, attach file context with @file, with heuristic-based task generation, auto-retry, and dependency tracking.

Brainstorm Team Reasoning (5 Strategies)

  • Quick — Direct synthesis
  • Debate — Critic vs Defender
  • Red-Team — Proposer vs Challenger
  • Perspectives — Risk-Analyst vs Innovator
  • Delphi — Facilitator vs Refiner
  • Convergence detection, parallel discussion, round markers, role badges

Context Compaction

Smart conversation compaction to prevent context overflow — native CLI strategy for Claude (/compact), client-side summarization for others, per-panel token tracking with threshold-based triggering.

Slash Command System

Centralized command registry organized by sections — context, model, customize, commands, settings, support. Provider-specific commands like /compact, /thinking, /profile, /plan-act.

Per-Panel Session Isolation

Each webview panel has fully independent state, provider sessions, context, and process management.

Agent Lifecycle Management

Session lifecycle with configurable idle timeout (default 1 hour), cross-platform process tree tracking, and graceful shutdown.

v0.3.1 Fixes

  • Security: Exclude .claude/ and .env from git and vsix package
  • Contributor: Merged Patrick Fu's custom model configuration contribution

Installation

Download mysti-0.3.1.vsix and install via:

code --install-extension mysti-0.3.1.vsix

Or install from the VS Code Marketplace.

Contributors

  • @patrick-fu — Custom model configuration & provider settings