From ba81a315e4494c06313185b6b0b205dcd5fdcf43 Mon Sep 17 00:00:00 2001 From: "openai-code-agent[bot]" <242516109+Codex@users.noreply.github.com> Date: Sat, 21 Feb 2026 19:43:03 +0000 Subject: [PATCH 1/2] Initial plan From 12bf5e764491fa78be8e44faa5e76e46df5590c0 Mon Sep 17 00:00:00 2001 From: "openai-code-agent[bot]" <242516109+Codex@users.noreply.github.com> Date: Sat, 21 Feb 2026 19:45:12 +0000 Subject: [PATCH 2/2] docs: note cursor preference in agents guide --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index d45a085..210c64b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -56,7 +56,7 @@ apps/desktop/ — the only app - Functional components with hooks; no Redux/Zustand. - Strict TypeScript. - Double quotes (Biome enforced). - - All persistence via `localStorage` (key: `rootDir`, `font`, `size`, `appearance`). + - All persistence via `localStorage` (key: `rootDir`, `font`, `size`, `appearance`, `cursor`). ## Architecture notes @@ -88,7 +88,7 @@ Rust emits Tauri events; React listens with `listen()`: - `new_note` → create new file - `change_folder` → call `pickFolder()` -- `font_change` / `size_change` / `appearance_change` → update preferences +- `font_change` / `size_change` / `appearance_change` / `cursor_change` → update preferences ### Editor