Install
Get Quackie running in under two minutes
Install the VSIX package or run Quackie from source. Requires VS Code 1.85+ or Cursor with the built-in Git extension enabled.
Get Quackie
Two ways to install. Both take under two minutes.
terminal
# Build from source
cd extension
npm install
npm run package
npx @vscode/vsce package
Then: Cmd+Shift+P → Extensions: Install from VSIX... → reload window.
Requirements
VS Code 1.85+ or Cursor
Built-in Git extension enabled (
vscode.git)Configurable, sensible defaults
Setting
Default
Description
quackie.persona""Active persona id
quackie.autoRewritetrueAuto rewrite on type
quackie.debounceMs500Debounce delay (ms)
quackie.enabledTargets["commit"]Rewrite targets (future)