Skip to content

Releases: isene/scribe

v0.1.19 — :chat + safer :claude

02 May 11:40

Choose a tag to compare

:chat opens an interactive Claude Code session inside scribe. :claude without a selection now scopes to the current paragraph (was whole buffer). q refuses to save when dirty, every save writes <path>.scribe-bak. :set syntax=NAME to swap highlighter on the fly. :W/:Wq aliases. See README for full details.

v0.1.17 — Claude Code in the editor

02 May 09:52

Choose a tag to compare

:claude {prompt} runs claude -p over your selection, paragraph, or whole buffer and splices the response back. Verb shortcuts: grammar, tighten, plain, continue. Atomic undo per turn. README rewritten — see https://github.com/isene/scribe#claude-code-integration for the example commands.

v0.1.16

02 May 09:39

Choose a tag to compare

Picks up crust v0.1.18 — Up/Down in the : prompt now recalls only user-typed commands, no SGR pollution. Wipe a stale cmdhistory if upgrading: rm ~/.config/scribe/cmdhistory.

v0.1.15

02 May 08:44

Choose a tag to compare

Command-bar history: Up / Down recalls past : commands, persisted across runs in ~/.config/scribe/cmdhistory (capped at 100 entries).

v0.1.14

02 May 08:41

Choose a tag to compare

Command prompt + cursor positioning now go through crust (no flicker, no raw ANSI in scribe). The :-prompt uses pointer-style pane.ask_with_bg, footer redraws only its own line per keystroke.

v0.1.13

02 May 07:51

Choose a tag to compare

Tier 1 daily-editor round-out: :s / :%s substitute, :set theme=NAME runtime theme switch, :set number / :set rnu line-number gutter, persistent settings via ~/.config/scribe/scriberc. Six themes available: monokai (default), solarized, nord, dracula, gruvbox, plain.

v0.1.12

01 May 22:33

Choose a tag to compare

Drops syntect (800KB binary saving) and switches to the shared highlight crate. Adopts pointer's HyperList / Markdown / LaTeX / plain-text renderers for free. Source-mode output now byte-for-byte identical to pointer's preview.

v0.1.10

01 May 21:51

Choose a tag to compare

Phase 1 of email-composer parity. Scribe is now a drop-in vim replacement for kastrup's compose flow: gq paragraph reformat (quote-aware), >> / << quote-level shift, s / S substitute, hunspell spellcheck (auto-on for email; ]s / [s / z= / zg / :set spell), bracketed-paste batched insert, +N CLI for cursor positioning, default fg #ffffff, and email-mode rendering identical to kastrup's right pane (block colors + KEY-bold + inline email magenta + URL blue + OSC 8).

v0.1.2 — first public release

01 May 10:32

Choose a tag to compare

First public release. Phase 0 + phase 1 + phase 1.5 + phase 1.6 cumulative. See README.md status table for what's implemented and roadmap for what's next.