haansi 0.1.8 → 0.1.9

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.
Files changed (2) hide show
  1. package/dist/haansi.js +13 -1
  2. 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.8",
42
+ version: "0.1.9",
43
43
  description: "Haansi CLI - Session collector and MCP server for Claude Code",
44
44
  bin: {
45
45
  haansi: "./dist/haansi.js"
@@ -56703,6 +56703,14 @@ var init_mcp_server2 = __esm({
56703
56703
  type: "string",
56704
56704
  description: "Project path or identifier"
56705
56705
  },
56706
+ git_branch: {
56707
+ type: "string",
56708
+ description: "Current git branch name"
56709
+ },
56710
+ git_remote_url: {
56711
+ type: "string",
56712
+ description: "Git remote origin URL (e.g. github.com/org/repo)"
56713
+ },
56706
56714
  tags: {
56707
56715
  type: "array",
56708
56716
  items: { type: "string" },
@@ -56832,6 +56840,8 @@ var init_mcp_server2 = __esm({
56832
56840
  files_modified,
56833
56841
  complexity,
56834
56842
  project_path,
56843
+ git_branch,
56844
+ git_remote_url,
56835
56845
  tags,
56836
56846
  model,
56837
56847
  source_tool,
@@ -56855,6 +56865,8 @@ var init_mcp_server2 = __esm({
56855
56865
  files_modified,
56856
56866
  complexity,
56857
56867
  project_path,
56868
+ git_branch,
56869
+ git_remote_url,
56858
56870
  tags,
56859
56871
  model,
56860
56872
  source_tool
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "haansi",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Haansi CLI - Session collector and MCP server for Claude Code",
5
5
  "bin": {
6
6
  "haansi": "./dist/haansi.js"