# v0.7 — Search + better git > Part of the [Typoena macro plan](macroplan.md). Requirements and targets: > [qfd.md](qfd.md). Load-bearing decisions: [adr.md](adr.md). **Status:** the **`:gl` pull command landed in the editor** (2026-07-11, host-tested) — `Effect::Pull` + a firmware stub; the on-device fetch + fast-forward is still to build. Search not started. - [ ] `/` forward search, `n N` - [~] `:gl` — pull: fetch + **fast-forward only**, refuse on divergence and surface it (renamed from the planned `:Gpull`). Editor command + `Effect::Pull` done 2026-07-11 (host-tested); the git-thread fetch/fast-forward in `git_sync` remains (only push is wired today).