Changelog

1.0.0-RC8

April 15, 2026

AI Agent Teams & Resource SDK

This release introduces AI Agent Teams — build, configure, and test multi-agent setups directly in RightPlace. Plus a full Resource SDK for building custom resources with their own APIs, databases, and UI.


Thank you for reporting bugs. Please keep doing so through our Facebook page and Discord channel where our team can pick them up and take care of them quickly. If the in-app auto update didn’t work, you can download the latest version from account.rightplace.app. You can now vote for features and submit ideas on our roadmap.


AI Agent Teams (New)

  • Agent Team resource — create teams of AI agents with shared instructions and per-agent configuration
  • Agent roster — card view with avatars, model badges, add/remove agents via modal with image crop
  • Per-agent settings — model selection, temperature, max tokens, rate limits, guardrails per agent
  • Team instructions — markdown editor for team-level orchestration rules
  • Agent test chat — built-in chat with session management for testing agents
  • Agent selector — pick which agent to talk to via dropdown or @-mention autocomplete
  • @-mention system — type @ to trigger autocomplete popup with Tab to complete, arrow keys to navigate, and highlighted mention tokens
  • Agent Chat resource — standalone chat sessions linked to a team with two-step picker (team → agent)

AI Model Management (New)

  • AI Resources settings — manage Cloud API, Router API, and Local CLI providers in one place
  • Router APIs — OpenRouter, LiteLLM, and Portkey support with automatic model list fetching
  • AI model selector — searchable dropdown pulling from registered providers with gear icon to manage resources
  • AI Resources modal — add/edit providers without leaving the current page

Resource SDK (New)

Build your own resource types with dedicated UI, APIs, and storage. The SDK provides filesystem, database, HTTP, WebSocket, hooks, relay messaging, credentials, and system APIs. Read the full developer docs →

RSS Feed Reader (New)

  • RSS feed resource type with article rendering via advanced iframe
  • Tabbed HTML code blocks with Render and Code views

Agent Chat

  • Markdown rendering — full markdown support in chat messages with tables, code, and lists
  • HTML preview — tabbed HTML code blocks with live render preview and draggable resize
  • Token tracking — per-message token usage extracted from Anthropic, OpenAI, Google, and CLI providers
  • Message actions — copy message and view token count on hover
  • Chat virtualization — efficient rendering for conversations with 50+ messages
  • Scroll-to-bottom — floating action button to jump to latest messages
  • Expandable input — auto-growing textarea up to 12 rows
  • Session persistence — selected session and agent persist per resource

MCP & CLI

  • CLI health check — real-time health indicator with ready/error status
  • Re-login flow — guided session recovery when keychain errors are detected
  • Reorganized settings — clean 3-section layout: CLI Status, Connect AI Tools, Permissions
  • Manual setup — moved to header button, no longer a separate section

Browser

  • Theme sync — browser home page matches the app’s active theme (any preset or custom)
  • Favicon persistence — favicons cached to disk for faster loading
  • Auth retry — browser home retries authentication with fresh state from Rust

Security & Reliability

  • Keychain auto-recovery — app self-heals from keychain failures with backup file fallback
  • Session expired overlay — friendly modal guiding re-login when session is lost
  • Loading timeout — browser loading indicator auto-clears after 8 seconds

Windows

  • NSIS installer — Windows builds now use NSIS bundle
  • Window restore — fixed window size restore with retry and verification
  • CEF runtime — bundled Chromium runtime for Windows builds

Bug Fixes

  • Fixed browser home showing signed-out state on page load and redirects
  • Fixed browser home flickering between white and gray backgrounds
  • Fixed browser loading indicator staying stuck on sites with iframes
  • Fixed new tab page switching to existing tab instead of opening resource
  • Fixed CLI “No matching entry found in secure storage” blocking app startup
  • Fixed chat content jumping when textarea auto-resizes
  • Fixed iframe flickering during drag resize
  • Fixed textarea collapsing to 0px height
  • Fixed agent chat empty on startup before projects loaded

UI / UX

  • Per-model enablement and filtering in AI model selector
  • Responsive agent card grid adapting to container width
  • Editable session names in agent chat
  • Segmented control tabs matching sidebar style
  • Background colors on all agent panels