Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
149 changes: 3 additions & 146 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hf-plugin-git/frontend",
"version": "1.2.4",
"version": "1.2.5",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,15 +11,13 @@
"@haloforge/plugin-sdk": "^0.2.13",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-opener": "^2.0.0",
"@toast-ui/editor": "^3.2.2",
"clsx": "^2.1.1",
"framer-motion": "^12.0.0",
"lucide-react": "^0.500.0",
"react-markdown": "^9.0.0",
"rehype-highlight": "^7.0.0",
"remark-gfm": "^4.0.0",
"unist-util-visit": "^5.0.0",
"vditor": "^3.11.2"
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://haloforge.dev/schemas/plugin/v1.json",
"id": "dev.haloforge.git",
"name": "Git Integration",
"version": "1.2.4",
"version": "1.2.5",
"description": "Git repository management inside DevKit with saved repos, validation, status, and common Git actions.",
"long_description": "Adds a Git tab to DevKit with persistent saved repositories, clear validation for non-Git folders, working tree status, recent log, branch browsing, and quick actions such as fetch, pull, push, commit, and checkout. Also registers git_pull, git_fetch, and git_commit workflow step types.",
"author": "HaloForge Team",
Expand Down