@xagent/one-shot 1.1.113 → 1.1.115

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@xagent/one-shot",
4
- "version": "1.1.113",
4
+ "version": "1.1.115",
5
5
  "description": "An open-source AI agent that brings advanced AI capabilities directly into your terminal with automatic documentation updates.",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -13,6 +13,7 @@
13
13
  }
14
14
  },
15
15
  "bin": {
16
+ "grok-one-shot": "./dist/index.js",
16
17
  "grok": "./dist/index.js"
17
18
  },
18
19
  "files": [
@@ -26,6 +27,11 @@
26
27
  "dev": "tsx watch src/index.ts",
27
28
  "lint": "eslint src --ext .ts",
28
29
  "typecheck": "tsc --noEmit",
30
+ "test": "./scripts/test-core-features.sh",
31
+ "test:core": "./scripts/test-core-features.sh",
32
+ "test:tools": "./scripts/test-all-tools.sh",
33
+ "test:tools:quick": "./scripts/test-tools-quick.sh",
34
+ "test:tools:validate": "./scripts/validate-tool-code.sh",
29
35
  "prepare": "husky install",
30
36
  "dev:site": "cd apps/site && npm run start",
31
37
  "build:site": "cd apps/site && npm run build",
@@ -110,12 +116,12 @@
110
116
  "preferGlobal": true,
111
117
  "repository": {
112
118
  "type": "git",
113
- "url": "https://github.com/x-cli-team/x-cli.git"
119
+ "url": "https://github.com/x-cli-team/grok-one-shot.git"
114
120
  },
115
121
  "bugs": {
116
- "url": "https://github.com/x-cli-team/x-cli/issues"
122
+ "url": "https://github.com/x-cli-team/grok-one-shot/issues"
117
123
  },
118
- "homepage": "https://x-cli.dev",
124
+ "homepage": "https://grok-one-shot.org",
119
125
  "icon": "docs/assets/logos/x-cli-logo.svg",
120
126
  "publishConfig": {
121
127
  "access": "public"