Aliou Diallo

pi-linkup releases

May 2026

pi-linkup: v0.11.0

Minor Changes a9ca926: Migrate Pi core package dependencies from @mariozechner/ to @earendil-works/ namespace. @mariozechner/pi-coding-agent → @earendil-works/pi-coding-agent 0.74.0 @mariozechner/pi-ai → @earendil-works/pi-ai 0.74.0 @mariozechner/pi-tui → @earendil-works/pi-tui…

April 2026

pi-linkup: v0.10.0

Minor Changes 42481a6: refactor: per-extension entries to fix duplicate command registration Replace monolithic entry with 4 separate extension entries: web-search, web-answer, web-fetch (tools) command-balance (shows API credits) Delete broken singleton pattern from setup.ts th…

March 2026

pi-linkup: v0.8.0

Minor Changes a4905b5: Expose Linkup tools as separate Pi extensions so pi config can enable or disable them individually. 7334153: Redesign all tool UIs to use structured rendering components web-search: ToolCallHeader, Container/Markdown/ToolFooter, collapsed/expanded states w…

February 2026

pi-linkup: v0.4.0

Minor Changes 052fc2b: Add fast mode support to linkup_web_search tool. The depth parameter now accepts "fast", "standard", or "deep" modes: fast: Sub-second latency using pre-indexed atoms of information standard: Single iteration retrieval, balanced speed/depth (default) deep:…

January 2026