Skip to content

Elyra Conductor v0.8.0

Choose a tag to compare

@kwhorne kwhorne released this 18 Jun 06:10

Added

  • 🌳 Git worktrees β€” parallel branches, one agent each. A new Worktrees button
    (and command palette entry) opens a panel to create isolated worktrees β€” separate
    checkouts that share the repo's .git β€” and open each as a terminal or an Elyra
    agent. Run several agents on different branches at once without collisions.
  • πŸ€– Agent command center. Each Elyra agent reports a coarse state, surfaced as a
    per-tab dot (working / waiting on you / exited) and a pill in the tab strip showing,
    at a glance, how many agents are working and β€” the signal that matters β€” how many are
    waiting for your input. Click to jump straight to one; a notification fires when an
    agent starts waiting while you're looking elsewhere.
  • βœ… GitHub PR status per branch. With an authenticated gh, each worktree shows its
    open PR β€” number, CI check rollup (pass/fail/pending) and review state β€” linking to
    GitHub. Open PRs without a worktree are listed too, so you can check a PR out as a
    worktree
    (terminal or agent) in one click; PR branches are tracked from origin
    with their real contents.

Fixed

  • Context menus near the right/bottom edge of the screen now stay fully on-screen.
  • The git panel now closes on Escape like the other modals.