Skip to content

Commit f24666f

Browse files
shreyas-lyzrclaude
andcommitted
chore(release): v2.0.2
Republish of the Windows hook-path fix. 2.0.1 on npm was published from a feature branch that predated cc81c67, so it shipped the old guard (`startsWith(allowedBase + "/")`) which always reports "escapes its base directory" on Windows — the safety hook never ran, so `rm -rf` was not blocked. 2.0.2 is built from main and includes: - fix: Windows compatibility for hooks and cli tool (#75) - fix(index): align google provider startup check to GEMINI_API_KEY (#63) - fix(tool-loader): image output from declarative tools via data URI (#62) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 441aca0 commit f24666f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-gitagent/gitagent",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A universal git-native multimodal always learning AI Agent (TinyHuman)",
55
"author": "shreyaskapale",
66
"license": "MIT",

0 commit comments

Comments
 (0)