Skip to content

shellX v0.1.36

Choose a tag to compare

@martinsbrezauckis martinsbrezauckis released this 02 Jun 19:35
· 52 commits to main since this release

Added

  • Files panel search stays pinned with the current folder while scrolling.
  • Files tab can browse upward from the session folder, including WSL/SSH
    folder paths.
  • Chat / autocomplete includes shellX /commands with input hints.
  • Build cockpit can recheck stale blockers without restarting the session.
  • Messages sent during an active Build run are queued as operator notes
    and injected at the next safe continuation.
  • Build planning adds a git baseline task and initializes a repository in
    the project root when one is missing.
  • Discord DM connectors can use Session Chat and return Grok text
    replies, matching the Telegram direct-chat flow.

Fixed

  • Unsent attachment chips stay scoped to their chat and are cleared when
    that chat closes.
  • Preview Doctor screenshot links in chat open the captured image instead
    of a missing project-file placeholder.
  • Long Build messages no longer create a horizontal chat scrollbar.
  • Build Blocked clears when trusted Agent progress resumes after a stale
    blocker.
  • Build Transport failed can be resumed after re-authentication or app
    restart without starting a fresh build run.
  • Resume reconnects an active Build run before sending the next
    continuation.
  • Localhost preview URLs in chat stay as browser links instead of broken
    file-preview chips.
  • Safe MCP tool names no longer appear as REDACTED in chat/tool
    diagnostics.
  • WSL MCP launcher checks find user-level uvx installs under
    ~/.local/bin.
  • WSL Grok environment diagnostics use the same user-bin path lookup.
  • SSH Grok environment diagnostics pass the ShellX MCP bearer through
    the remote stdin prelude, matching normal SSH sessions.
  • Debug API /connect honors permissionMode so smoke and Build test
    sessions can start in auto-approve mode.
  • Grok environment no longer shows generic API-key guidance when no
    API-key environment variable is configured.
  • Build scratchboard paths no longer get hidden as REDACTED in chat
    streams.
  • Bare Markdown names in chat diagnostics no longer open missing cwd
    preview files unless they are explicit paths or session artifacts.
  • Async Build Agent runs now get a hard watchdog so zero-output
    reviewer/verifier subagents cannot run indefinitely.