Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 20 Jul 23:03
2dbefee
  • Fixed invalid --resume session IDs being submitted as prompts, with nearest-session guidance instead (ENG-4722).
  • Changed /model to show all public models with authenticated providers first and open provider authentication when an unavailable model is selected (ENG-4575).
  • Changed the shared configuration menu to cycle tabs with Tab, use Shift+Tab for model scope, show an Escape close hint, preserve arrow-key search editing, and remove the model selector's provider shortcut.
  • Fixed searchable selectors retaining their previous scroll position after the query changed.
  • Changed interactive, print, JSON, RPC, piped-stdin, and no-session clients to use the same daemon-owned runtime while preserving their existing commands, output protocols, and lifecycle behavior (ENG-4685).
  • Added RPC controls for schedules, heartbeats, agent messaging, and live session observation (ENG-4685).
  • Fixed daemon-backed headless startup, rollback routing, RPC wire compatibility, and duplicate client runtime preparation (ENG-4685).
  • Fixed heartbeat-owning subagents appearing completed, showing completion checkmarks below the prompt, being omitted from active subagent counts, or remaining visible after deletion.
  • Fixed the heartbeat tray and manager showing heartbeats from unrelated sessions.
  • Fixed daemon backpressure triggering redundant catch-up snapshots for events already queued by the socket.
  • Added dedicated stable and beta installers, with stable advancing on version bumps and beta advancing on every commit to main.
  • Fixed incompatible daemon builds crashing startup or respawning after shutdown, with capability negotiation, verified provenance, and convergent force shutdown (ENG-4687).
  • Changed tool-result and announcement images to show compact metadata instead of terminal graphics (#437 by @snimu).
  • Changed top-level CLI help to show concise common options and commands without loading runtime resources (ENG-4688).
  • Fixed completed subagents cancelling their RLM heartbeats before the first run (ENG-4652).
  • Changed the fullscreen follow shortcut from Alt+Down to Ctrl+Shift+Down for more reliable terminal input (ENG-4684).
  • Added user-requested model selection for subagents with bounded account-authorized discovery and explicit parent-model fallback warnings (ENG-4649).
  • Added subtle feature hints to longer-running agent turns (ENG-4521).
  • Fixed active heartbeats not resuming after Prime Agent updates (ENG-4657).
  • Fixed the Agents View reordering sessions whenever prompts or heartbeats updated their activity timestamps (ENG-4650).
  • Added parent-scoped subagent lifecycle APIs: create children with readable default or orchestrator-chosen names, recover running or completed children through rlm.list_subagents(), continue them through agent messaging, and close/remove them with rlm.delete_subagent().
  • Changed shell commands to use discoverable agent, schedule, package, model, session, update, doctor, and full-shutdown verbs without exposing the background daemon hierarchy (ENG-4538).
  • Fixed unsupported Node versions crashing before startup by requiring Node 22.8.0 or newer and showing upgrade guidance before loading the CLI (ENG-4260).
  • Added @ file-path autocomplete to new-agent and reply prompts in the Agents View.
  • Fixed slow daemon clients becoming stuck when newer session snapshots arrived during catch-up.
  • Fixed queued messages getting stranded when an agent turn ended (ENG-4653).
  • Changed /traces upload-all to pace requests within the platform rate limit, honor bounded Retry-After responses, and support interruption.
  • Fixed resuming a daemon-resident session to attach the requesting client to its existing worker without disturbing other clients (ENG-4656).
  • Fixed daemon-owned updates terminating their updater before the daemon restart and session restore completed (ENG-4606).
  • Fixed first-launch Prime login and kept onboarding visible between team and model selection (ENG-4658).
  • Fixed active heartbeat sessions appearing under Needs Input or Completed instead of a dedicated Heartbeats section (ENG-4654).
  • Fixed stashed prompts being lost when leaving and reopening a session from the Agents View (ENG-4659).
  • Added a combined heartbeat indicator and manager for pausing, resuming, or stopping user and agent heartbeats (ENG-4536).