Skip to content

Releases: thecoachakpan/ikor-apiconf-2026

Ikor v0.1.23 (Windows OS)

Choose a tag to compare

@github-actions github-actions released this 22 Jul 01:50

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:

  1. [SURROUNDING TEXT ABOVE CURSOR]: All preceding lines above the caret.
  2. [SURROUNDING TEXT BELOW CURSOR]: All following lines below the caret.
  3. [HIGHLIGHTED TEXT]: Any text explicitly selected by the user.
  4. [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)

Choose a tag to compare

@github-actions github-actions released this 21 Jul 23:56

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)

Choose a tag to compare

@github-actions github-actions released this 21 Jul 23:22
  • Updated LLM Timeout: We increased the LLM hanging timeout from 4s ➔ 12s.

  • Resilience: Groq openai/gpt-oss-120b now 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)

Choose a tag to compare

@github-actions github-actions released this 21 Jul 15:17

Pre-compiled binaries for the APIConf Lagos 2026 Developer Challenge.

v0.1.19

Choose a tag to compare

@thecoachakpan thecoachakpan released this 21 Jul 14:24

Release v0.1.19 - Payment success redirect update & Supabase edge function migration

Ikor v0.1.18

Choose a tag to compare

@github-actions github-actions released this 21 Jul 13:55

Pre-compiled binaries for the APIConf Lagos 2026 Developer Challenge.

Ikor v0.1.17

Choose a tag to compare

@github-actions github-actions released this 21 Jul 11:52

Pre-compiled binaries for the APIConf Lagos 2026 Developer Challenge.

Ikor v0.1.16

Choose a tag to compare

@github-actions github-actions released this 21 Jul 11:52

Pre-compiled binaries for the APIConf Lagos 2026 Developer Challenge.

v0.1.15 - Monnify Invoice Direct Text Insertion

Choose a tag to compare

@thecoachakpan thecoachakpan released this 21 Jul 11:04

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

Choose a tag to compare

@github-actions github-actions released this 21 Jul 10:05

Pre-compiled binaries for the APIConf Lagos 2026 Developer Challenge.