Skip to content

Releases: narghev/askdiff

v0.3.3

11 May 10:19

Choose a tag to compare

  • Update README

v0.3.2

10 May 13:24

Choose a tag to compare

  • Add guardrails so each new askdiff invocation treats its arguments as the single source of truth

v0.3.1

10 May 11:46
d2e27c3

Choose a tag to compare

  • Natural language session descriptors
  • Optimize the skill and make it consume less tokens

v0.3.0

08 May 14:35

Choose a tag to compare

  • Natural-language diff descriptions /askdiff now accepts free-form descriptions: /askdiff last commit, /askdiff main vs feature/x, /askdiff the 5th latest commit, /askdiff the commit where I added the favicon, /askdiff David's latest commit where he removed the xmpp integration (author + content search). The skill resolves the description to git via a four-step ladder (author → message → diff content → file history), then writes the result to a temp file the server reads.
  • New update mechanism Now askdiff invocation will check for a new version and only notify the user about it. It will not auto-install. This makes staying on a version an easier UX and update-check does not halt the main process of the skill.
  • Default install location changed to local Now running npx askdiff install-skill will install the skill in the local .claude folder adjacent to the nearest .git folder.
  • new --global flag for cli installer (replaces the previous default)
  • TopBar diff-label badge Shows what diff you're reviewing — Working tree, HEAD~1..HEAD, main…feature/x, etc.
  • Staleness banner For working-tree diffs, the UI now shows an amber notice when any reviewed file has been edited since the diff was captured, prompting you to re-run /askdiff
  • /askdiff-stop skill is gone Idle shutdown (5 min, no clients) plus refresh-on-reinvoke cover its job. To kill Vite during dev: pkill -f 'ui-browser.*vite'.

v0.2.1

04 May 17:29

Choose a tag to compare

  • Add favicon

v0.2.0

04 May 07:29

Choose a tag to compare

  • Add dark theme

v0.1.1

01 May 20:24

Choose a tag to compare

fix pnpm-lock