Releases: thecoachakpan/ikor-apiconf-2026
Release list
Ikor v0.1.23 (Windows OS)
Key Fixes & Improvements:
- Focused App & Surrounding Text Capture (scribe.rs):
Previously, when no text was highlighted, the context retriever skipped the focused element (element) and attempted to walk up parent containers (which often returned empty results).
Now, UI Automation directly inspects the focused text control/document to capture:
- [SURROUNDING TEXT ABOVE CURSOR]: All preceding lines above the caret.
- [SURROUNDING TEXT BELOW CURSOR]: All following lines below the caret.
- [HIGHLIGHTED TEXT]: Any text explicitly selected by the user.
- [FOCUSED TEXT] / [INPUT FIELD TEXT]: Complete document or input field content when selection ranges are unified.
- Offline & Audio Pipeline Sync (queuedLocal.ts):
Added automatic fallback context resolution via get_window_context_optimized when context awareness is active.
Ikor v0.1.22 (Windows OS)
Updated Fallback Model Endpoint
All occurrences of the retired gemini-2.5-flash-lite model were replaced across both the Rust backend (src-tauri/src/lib.rs) and TypeScript frontend (src/audio/ultraFastStream.ts) with gemini-3.1-flash-lite
Ikor v0.1.21 (Windows OS)
-
Updated LLM Timeout: We increased the LLM hanging timeout from 4s ➔ 12s.
-
Resilience: Groq
openai/gpt-oss-120bnow gets up to 12 full seconds to process long transcripts or overcome network lag before triggering the Gemini fallback (gemini-2.5-flash-lite).
Ikor v0.1.20 (Windows OS)
Pre-compiled binaries for the APIConf Lagos 2026 Developer Challenge.
v0.1.19
Release v0.1.19 - Payment success redirect update & Supabase edge function migration
Ikor v0.1.18
Pre-compiled binaries for the APIConf Lagos 2026 Developer Challenge.
Ikor v0.1.17
Pre-compiled binaries for the APIConf Lagos 2026 Developer Challenge.
Ikor v0.1.16
Pre-compiled binaries for the APIConf Lagos 2026 Developer Challenge.
v0.1.15 - Monnify Invoice Direct Text Insertion
Fixes Monnify MCP invoice generation flow. When an invoice is approved, the checkout URL is now pasted directly into the active application text field instead of routing to browser or displaying raw JSON.
Ikor v0.1.14
Pre-compiled binaries for the APIConf Lagos 2026 Developer Challenge.