OmniKey AI 1.9 – Windows (win-x64)
=============================================

What's new in 1.9
--------------------------
- New cron job automation (Scheduled Jobs): create recurring jobs using cron-style
  schedules or one-time jobs, then run them automatically in the background.
- Scheduled Jobs controls: add, activate/deactivate, run now, refresh status, and
  view last-run history directly in the app.
- OmniAgent session management: when you trigger @omniAgent, a picker lets you
  start a new session or resume an existing one.  You can remember your choice
  as a default so the picker is skipped on future runs.
- History button in the OmniAgent window: change your default session at any time
  without re-running the agent.
- "OmniAgent Session" tray menu item: open session settings directly from the tray.
- Left-clicking the tray icon now opens the menu (previously right-click only).
- Manual updated with detailed OmniAgent, session management, web search provider,
  and LLM provider documentation.

Installation
------------
1. Extract this ZIP to any folder (e.g. C:\Program Files\OmniKeyAI\).
2. (Optional) Create a shortcut to OmniKeyAI.exe in your Start Menu or Startup folder
   (%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup) to launch on login.
3. Run OmniKeyAI.exe.  A tray icon will appear in the system notification area.

Backend URL
-----------
By default the app connects to: https://omnikeyai.ca

To point it at a different backend set the environment variable before launching:
    set OMNIKEY_BACKEND_URL=https://your-backend-url
or create %USERPROFILE%\.omnikey\config.json:
    { "OMNIKEY_PORT": "7172" }

Hotkeys
-------
  Ctrl+E  Enhance selected text
  Ctrl+G  Fix grammar of selected text
  Ctrl+T  Run custom task on selected text (@omniAgent supported)

Auto-update
-----------
OmniKey AI checks for updates automatically at startup and via the tray menu
"Check for Updates" item.  When a new version is available it will notify you
and open the download page in your browser.

Uninstallation
--------------
Delete the folder you extracted the ZIP into.
Registry key: HKCU\SOFTWARE\OmniKeyAI (subscription key + session default) can be
removed with: reg delete HKCU\SOFTWARE\OmniKeyAI /f
