- Render rich diffs for IPython file edits directly in the TUI.
- Speed up opening long agent sessions: O(n) socket framing, lazy session-tree loading, and fewer redundant session-file parses.
- Move goals into a bundled
goalPython skill backed by a typed host bridge, leaving IPython as the only built-in tool. - Show the IPython program that spawned a subagent group in the Agents View (Ctrl+O).
- Resolve slash-command aliases consistently across interactive mode, Agents View, and autocomplete.
- Prefer Python for reading and searching files in the RLM prompt.
- Fix Alt+Up/Alt+Down in non-kitty terminals and the spacing of Agents View hints.