Automatic custom system prompt loading: Pi now auto-loads SYSTEM.md files to replace the default system prompt. Project-local .pi/SYSTEM.md takes precedence over global ~/.pi/agent/SYSTEM.md. CLI --system-prompt flag overrides both. (#309)
Unified /settings command: New settings menu consolidating thinking level, theme, queue mode, auto-compact, show images, hide thinking, and collapse changelog. Replaces individual /thinking, /queue, /theme, /autocompact, and /show-images commands. (#310)
Fixed
Custom tools/hooks with typebox subpath imports: Fixed jiti alias for @sinclair/typebox to point to package root instead of entry file, allowing imports like @sinclair/typebox/compiler to resolve correctly. (#311 by @kim0)