Skip to content

Elyra Conductor v0.8.1

Choose a tag to compare

@kwhorne kwhorne released this 18 Jun 08:28

Added

  • Persistent command history + cross-session search. The command timeline is no longer
    session-only — every shell-integrated command (command, exit code, output tail) is saved
    to an app-internal SQLite store. The timeline modal gains a search box: type to find a
    past command across every session (“how did I fix this last time?”), matching both the
    command and its output.
  • Insights — where your time went. A new tab in the timeline aggregates the history over
    Today / 7 days / All time: how many commands ran, how many failed, total time spent
    waiting, and the biggest time sinks per command (runs, average, failures).

Changed

  • Shell integration is now on by default. It powers the timeline, the persistent
    history, and “Fix it”, so new terminals capture real commands and exit codes out of the
    box. An explicit opt-out from a previous session is still honoured.