Skip to content

v0.7.0-alpha.1 - in-progress Team and Drive

Pre-release
Pre-release

Choose a tag to compare

@sena-labs sena-labs released this 20 Apr 06:06
· 288 commits to main since this release
3fae81d

v0.7.0-alpha.1 — in-progress Team & Drive

This is a pre-release — the v0.7 milestone is still mid-flight. It snapshots the v0.7 integration branch after merging the first deliverable plus its review follow-ups.

What's in

  • Deliverable D — Per-workspace YAML overrides (PR #3)
    • Optional .warp/warp-bridge.yaml merged on top of VS Code settings.
    • Allow-list of 10 safe keys; secrets and platform-specific paths excluded by design.
    • Live reload via FileSystemWatcher (create / change / delete).
  • Self-review follow-ups (PR #4)
    • BaseConfigManager now exposes protected invalidate() / fireChange(); ConfigManager drops all private-field casts.
    • End-to-end watcher tests exercising the real dispatch path.

What's still missing before v0.7.0

  • A: Warp Drive browser
  • B: Skill & Rules Monaco editor
  • C: /init v2 QuickPick
  • E: MCP auto-registration (stretch)

Metrics

  • Tests: 723/723 across 47 files.
  • Bundle: ≈ 64 KB (budget 90 KB).
  • VSIX: 49.92 KB / 11 files.
  • SHA-256: B891077474A55A2B6AB5D4509644C0D8F1628343F84905C9FCD9701F261BBAC6

Install (for testers only)

code --install-extension warp-vsc-bridge.vsix

Not recommended for production use — final v0.7.0 will follow the same publish pipeline as v0.6.0.