techunter 1.2.0 → 1.2.1

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/index.cjs +1 -1
  2. package/package.json +67 -67
package/dist/index.cjs CHANGED
@@ -151459,7 +151459,7 @@ async function startAutoUpdate(currentVersion) {
151459
151459
  }
151460
151460
 
151461
151461
  // src/index.ts
151462
- var version = "1.2.0";
151462
+ var version = "1.2.1";
151463
151463
  var SLASH_NAMES = [
151464
151464
  "/help",
151465
151465
  "/h",
package/package.json CHANGED
@@ -1,67 +1,67 @@
1
- {
2
- "name": "techunter",
3
- "version": "1.2.0",
4
- "description": "AI-powered task distribution CLI for development teams",
5
- "author": "Techunter Contributors",
6
- "license": "MIT",
7
- "repository": {
8
- "type": "git",
9
- "url": "git+https://github.com/Zhang-Dongfang/Techunter.git"
10
- },
11
- "homepage": "https://github.com/Zhang-Dongfang/Techunter#readme",
12
- "bugs": {
13
- "url": "https://github.com/Zhang-Dongfang/Techunter/issues"
14
- },
15
- "type": "module",
16
- "files": [
17
- "dist"
18
- ],
19
- "bin": {
20
- "techunter": "dist/index.cjs",
21
- "tch": "dist/index.cjs",
22
- "tch-mcp": "dist/mcp.cjs"
23
- },
24
- "scripts": {
25
- "build": "tsup",
26
- "dev": "tsx src/index.ts",
27
- "typecheck": "tsc --noEmit",
28
- "prepublishOnly": "npm run build && npm run typecheck",
29
- "release": "npm version patch && npm publish && git push --follow-tags"
30
- },
31
- "dependencies": {},
32
- "devDependencies": {
33
- "@modelcontextprotocol/sdk": "^1.27.1",
34
- "@octokit/auth-oauth-device": "^8.0.3",
35
- "@octokit/rest": "^21.0.2",
36
- "@types/marked-terminal": "^6.1.1",
37
- "@types/node": "^22.10.7",
38
- "chalk": "^5.3.0",
39
- "commander": "^12.1.0",
40
- "conf": "^13.0.1",
41
- "globby": "^14.0.2",
42
- "https-proxy-agent": "^8.0.0",
43
- "ignore": "^6.0.2",
44
- "inquirer": "^12.3.2",
45
- "marked": "^15.0.12",
46
- "marked-terminal": "^7.3.0",
47
- "open": "^11.0.0",
48
- "openai": "^4.104.0",
49
- "ora": "^8.1.1",
50
- "simple-git": "^3.27.0",
51
- "tsup": "^8.3.5",
52
- "tsx": "^4.19.2",
53
- "typescript": "^5.7.3",
54
- "undici": "^7.23.0",
55
- "zod": "^3.24.1"
56
- },
57
- "engines": {
58
- "node": ">=18.0.0"
59
- },
60
- "keywords": [
61
- "cli",
62
- "ai",
63
- "github",
64
- "tasks",
65
- "developer-tools"
66
- ]
67
- }
1
+ {
2
+ "name": "techunter",
3
+ "version": "1.2.1",
4
+ "description": "AI-powered task distribution CLI for development teams",
5
+ "author": "Techunter Contributors",
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/Zhang-Dongfang/Techunter.git"
10
+ },
11
+ "homepage": "https://github.com/Zhang-Dongfang/Techunter#readme",
12
+ "bugs": {
13
+ "url": "https://github.com/Zhang-Dongfang/Techunter/issues"
14
+ },
15
+ "type": "module",
16
+ "files": [
17
+ "dist"
18
+ ],
19
+ "bin": {
20
+ "techunter": "dist/index.cjs",
21
+ "tch": "dist/index.cjs",
22
+ "tch-mcp": "dist/mcp.cjs"
23
+ },
24
+ "scripts": {
25
+ "build": "tsup",
26
+ "dev": "tsx src/index.ts",
27
+ "typecheck": "tsc --noEmit",
28
+ "prepublishOnly": "npm run build && npm run typecheck",
29
+ "release": "npm version patch && npm publish && git push --follow-tags"
30
+ },
31
+ "dependencies": {},
32
+ "devDependencies": {
33
+ "@modelcontextprotocol/sdk": "^1.27.1",
34
+ "@octokit/auth-oauth-device": "^8.0.3",
35
+ "@octokit/rest": "^21.0.2",
36
+ "@types/marked-terminal": "^6.1.1",
37
+ "@types/node": "^22.10.7",
38
+ "chalk": "^5.3.0",
39
+ "commander": "^12.1.0",
40
+ "conf": "^13.0.1",
41
+ "globby": "^14.0.2",
42
+ "https-proxy-agent": "^8.0.0",
43
+ "ignore": "^6.0.2",
44
+ "inquirer": "^12.3.2",
45
+ "marked": "^15.0.12",
46
+ "marked-terminal": "^7.3.0",
47
+ "open": "^11.0.0",
48
+ "openai": "^4.104.0",
49
+ "ora": "^8.1.1",
50
+ "simple-git": "^3.27.0",
51
+ "tsup": "^8.3.5",
52
+ "tsx": "^4.19.2",
53
+ "typescript": "^5.7.3",
54
+ "undici": "^7.23.0",
55
+ "zod": "^3.24.1"
56
+ },
57
+ "engines": {
58
+ "node": ">=18.0.0"
59
+ },
60
+ "keywords": [
61
+ "cli",
62
+ "ai",
63
+ "github",
64
+ "tasks",
65
+ "developer-tools"
66
+ ]
67
+ }