haansi 0.1.12 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/haansi.js +7 -1
- package/package.json +1 -1
package/dist/haansi.js
CHANGED
|
@@ -39,7 +39,7 @@ var require_package = __commonJS({
|
|
|
39
39
|
"package.json"(exports2, module2) {
|
|
40
40
|
module2.exports = {
|
|
41
41
|
name: "haansi",
|
|
42
|
-
version: "0.1.
|
|
42
|
+
version: "0.1.13",
|
|
43
43
|
description: "Haansi CLI - Session collector and MCP server for Claude Code",
|
|
44
44
|
bin: {
|
|
45
45
|
haansi: "./dist/haansi.js"
|
|
@@ -56915,6 +56915,10 @@ var init_mcp_server2 = __esm({
|
|
|
56915
56915
|
type: "string",
|
|
56916
56916
|
description: "Git remote origin URL (e.g. github.com/org/repo)"
|
|
56917
56917
|
},
|
|
56918
|
+
git_commit: {
|
|
56919
|
+
type: "string",
|
|
56920
|
+
description: "Git commit hash for the code changes"
|
|
56921
|
+
},
|
|
56918
56922
|
tags: {
|
|
56919
56923
|
type: "array",
|
|
56920
56924
|
items: { type: "string" },
|
|
@@ -57012,6 +57016,7 @@ var init_mcp_server2 = __esm({
|
|
|
57012
57016
|
project_path,
|
|
57013
57017
|
git_branch,
|
|
57014
57018
|
git_remote_url,
|
|
57019
|
+
git_commit,
|
|
57015
57020
|
tags,
|
|
57016
57021
|
model,
|
|
57017
57022
|
source_tool,
|
|
@@ -57037,6 +57042,7 @@ var init_mcp_server2 = __esm({
|
|
|
57037
57042
|
project_path,
|
|
57038
57043
|
git_branch,
|
|
57039
57044
|
git_remote_url,
|
|
57045
|
+
git_commit,
|
|
57040
57046
|
tags,
|
|
57041
57047
|
model,
|
|
57042
57048
|
source_tool
|