Skip to content

Commit d5e2ba9

Browse files
fdaviddptvsajan
andauthored
chore(cursor-witness): bump to 0.1.1 for the reveal-edited-line fix (#238)
Carries the patch from #237 (vscode.diff + revealRange on the after-editor). install.sh TARGET_NAME bumped so the installed extension folder no longer shadows the new build. Co-authored-by: test <t@t.com>
1 parent ba2e97a commit d5e2ba9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

notifiers/cursor-witness/extension/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

notifiers/cursor-witness/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cursor-witness",
33
"displayName": "Cursor Witness",
44
"description": "Watch your supertool agent work in Cursor — opens files the agent edits, jumps to changed lines.",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"publisher": "digital-process-tools",
77
"engines": {
88
"vscode": "^1.80.0"

notifiers/cursor-witness/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -euo pipefail
1313

1414
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
1515
EXT_DIR="$SCRIPT_DIR/extension"
16-
TARGET_NAME="digital-process-tools.cursor-witness-0.1.0"
16+
TARGET_NAME="digital-process-tools.cursor-witness-0.1.1"
1717

1818
INSTALL_CURSOR=1
1919
INSTALL_VSCODE=0

0 commit comments

Comments
 (0)