Skip to content

v0.7.3

Choose a tag to compare

@github-actions github-actions released this 16 Aug 20:22
· 7 commits to 982cb06e4d717682925c5d000ed828f051ca3f75 since this release
  • Changed product analytics telemetry to default to disabled (opt-in instead of opt-out).
  • Fixed fullscreen wheel scrolling in Ghostty while retaining application link clicks; set terminal.fullscreenMouse to false to use native Cmd-click instead.
  • Changed the agents view to sort idle and inactive sessions by last message time, newest first, while keeping running agents in stable creation order.
  • Fixed openai-codex models being invisible to rlm subagents and find_models because model discovery reported Prime Agent's own version as the Codex client version (#1375 by @bilelrais).
  • Added a working hint that recommends sharing traces with Prime Intellect to help train open-source LLMs.
  • Restored bare prime-agent --resume opening the agents view and the /resume [id|path] slash command; bare commands open the agents view and an argument resumes that session in place.
  • Fixed URLs not opening on click in fullscreen mode on terminals such as Ghostty; clicking a link in the transcript, dock, or overlays now opens it in the browser.
  • Fixed ctrl+p ("Toggle agent message expansion") only toggling received agent messages; it now expands and collapses sent agent messages together with received ones.