SHIPPED · v1.15.0

Deploys, HTTP Collections, SSH Manager & Tasks

New

  • New Deploy panel guides you through one-click deploys to Vercel or Cloudflare Pages with detected framework, build command, and output directory

  • Deploy panel streams live build and rollout logs, then shows the live URL with one-click open and copy actions on success

  • Deploy settings support multiple environments per provider and per branch so production and preview deploys do not overwrite each other

  • Deploy scanner reads `package.json`, framework config files, and lockfiles to suggest the right build configuration before you ship

  • HTTP Client now organizes requests in nested Collections with a folder tree sidebar for APIs, features, and environments

  • HTTP environments support `{{var}}` substitution across URLs, headers, query params, and request bodies so you can switch between Local, Staging, and Production in one click

  • HTTP collections can now be imported from Postman, Insomnia, and Bruno while preserving folders, bodies, headers, environments, and most auth schemes

  • HTTP collections can be exported back to Postman v2.1, Insomnia v4, or Bruno format for sharing with teammates

  • Structured URL params editor now offers a key/value table with disable toggles and automatic parsing when you paste a full query string URL

  • Inline HTTP test scripting adds a readable assertion DSL such as `status equals 200` and `body.user.id exists`, with pass/fail results after every send

  • New SSH Manager lists hosts from `~/.ssh/config` and custom connections with host, user, port, identity file, and last-connected details

  • SSH Manager scans existing RSA, ED25519, and ECDSA keys, shows which keys are loaded in the agent, and can generate new keys from a form

  • Add Project → SSH can now open a remote folder as a project so new terminals launch straight into the remote host

  • Built-in Tasks panel adds a Kanban board per project with Todo, In Progress, Blocked, and Done columns plus optional WIP limits

  • Tasks now include a configurable Pomodoro timer that tracks time spent per task and prompts for breaks automatically

  • Selected tasks can be bundled into a structured Send to AI prompt with titles, descriptions, and acceptance criteria

  • Tasks panel supports filter, search, bulk move, and bulk delete operations

  • Add Project → Clone tab now clones repositories directly from saved GitHub accounts and adds the cloned repo as a project in one step

  • Clone flow now searches both repositories you own and repositories you can access as a collaborator

Improved

  • Reader Mode now has Chat and Stack layouts, a recent-only filter, clearer header metadata, and a context menu for copying or forwarding messages

  • HTTP client now saves per-workspace request history so you can restore and resend prior requests with one click

  • JSON responses now render in a collapsible tree viewer with syntax highlighting, response search, and copy-path actions

Fixed

  • Resume sessions now use an atomic claim so multiple AI terminals cannot bind themselves to the same prior session

  • Reader Mode now reflows correctly on narrow panels instead of overlapping or clipping content

  • HTTP request body formatting is preserved when you switch between request tabs

  • Binary HTTP responses no longer crash the viewer and now show content type, file size, and a save-to-file action

  • Add Project dialog for opening a remote project over SSH
    Add Project dialog for opening a remote project over SSH
  • SSH Manager automatically scanning existing SSH keys on the machine
    SSH Manager automatically scanning existing SSH keys on the machine
  • Clone repository tab in the Add Project flow using a saved GitHub account
    Clone repository tab in the Add Project flow using a saved GitHub account
  • Deploy panel for one-click Vercel or Cloudflare Pages deployment
    Deploy panel for one-click Vercel or Cloudflare Pages deployment
  • SSH hosts management panel listing saved connections
    SSH hosts management panel listing saved connections
  • HTTP client JSON response viewer with formatted output
    HTTP client JSON response viewer with formatted output
  • Import flow for Postman, Insomnia, and Bruno HTTP collections
    Import flow for Postman, Insomnia, and Bruno HTTP collections
  • Nested HTTP request collections sidebar in the HTTP client
    Nested HTTP request collections sidebar in the HTTP client
  • SSH keys management view showing local keys and agent state
    SSH keys management view showing local keys and agent state
  • Prompt to install required sshfs dependencies for remote project mounting
    Prompt to install required sshfs dependencies for remote project mounting