Release notes
Pi 0.49.3
Added
markdown.codeBlockIndent setting to customize code block indentation in rendered output (#855 by @terrorobe)
- Added
inline-bash.ts example extension for expanding !{command} patterns in prompts (#881 by @scutifer)
- Added
antigravity-image-gen.ts example extension for AI image generation via Google Antigravity (#893 by @ben-vargas)
- Added
PI_SHARE_VIEWER_URL environment variable for custom share viewer URLs (#889 by @andresaraujo)
- Added Alt+Delete as hotkey for delete word forwards (#878 by @Perlence)
Changed
- Tree selector: changed label filter shortcut from
l to Shift+L so users can search for entries containing "l" (#861 by @mitsuhiko)
- Fuzzy matching now scores consecutive matches higher for better search relevance (#860 by @mitsuhiko)
Fixed
- Fixed error messages showing hardcoded
~/.pi/agent/ paths instead of respecting PI_CODING_AGENT_DIR (#887 by @aliou)
- Fixed
write tool not displaying errors in the UI when execution fails (#856)
- Fixed HTML export using default theme instead of user's active theme (#870 by @scutifer)
- Show session name in the footer and terminal / tab title (#876 by @scutifer)
- Fixed 256color fallback in Terminal.app to prevent color rendering issues (#869 by @Perlence)
- Fixed viewport tracking and cursor positioning for overlays and content shrink scenarios
- Fixed autocomplete to allow searches with
/ characters (e.g., folder1/folder2) (#882 by @richardgill)
- Fixed autolinked emails displaying redundant
(mailto:...) suffix (#888 by @terrorobe)
- Fixed
@ file autocomplete adding space after directories, breaking continued autocomplete into subdirectories