@protolabsai/proto 0.14.0 → 0.16.0

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 (91) hide show
  1. package/README.md +91 -9
  2. package/{dist/bundled → bundled}/qc-helper/docs/configuration/settings.md +9 -0
  3. package/{dist/bundled → bundled}/qc-helper/docs/extension/extension-releasing.md +85 -2
  4. package/{dist/bundled → bundled}/qc-helper/docs/extension/introduction.md +34 -6
  5. package/{dist/bundled → bundled}/qc-helper/docs/features/_meta.ts +1 -0
  6. package/{dist/bundled → bundled}/qc-helper/docs/features/commands.md +14 -13
  7. package/bundled/qc-helper/docs/features/followup-suggestions.md +109 -0
  8. package/{dist/bundled → bundled}/qc-helper/docs/features/hooks.md +13 -0
  9. package/{dist/bundled → bundled}/qc-helper/docs/overview.md +1 -0
  10. package/{dist/cli.js → cli.js} +68000 -62616
  11. package/locales/de.js +1965 -0
  12. package/locales/en.js +2006 -0
  13. package/locales/ja.js +1459 -0
  14. package/locales/pt.js +1957 -0
  15. package/locales/ru.js +1964 -0
  16. package/locales/zh.js +1811 -0
  17. package/package.json +40 -123
  18. /package/{dist/bundled → bundled}/adversarial-verification/SKILL.md +0 -0
  19. /package/{dist/bundled → bundled}/brainstorming/SKILL.md +0 -0
  20. /package/{dist/bundled → bundled}/coding-agent-standards/SKILL.md +0 -0
  21. /package/{dist/bundled → bundled}/dispatching-parallel-agents/SKILL.md +0 -0
  22. /package/{dist/bundled → bundled}/executing-plans/SKILL.md +0 -0
  23. /package/{dist/bundled → bundled}/finishing-a-development-branch/SKILL.md +0 -0
  24. /package/{dist/bundled → bundled}/loop/SKILL.md +0 -0
  25. /package/{dist/bundled → bundled}/qc-helper/SKILL.md +0 -0
  26. /package/{dist/bundled → bundled}/qc-helper/docs/_meta.ts +0 -0
  27. /package/{dist/bundled → bundled}/qc-helper/docs/common-workflow.md +0 -0
  28. /package/{dist/bundled → bundled}/qc-helper/docs/configuration/_meta.ts +0 -0
  29. /package/{dist/bundled → bundled}/qc-helper/docs/configuration/auth.md +0 -0
  30. /package/{dist/bundled → bundled}/qc-helper/docs/configuration/memory.md +0 -0
  31. /package/{dist/bundled → bundled}/qc-helper/docs/configuration/model-providers.md +0 -0
  32. /package/{dist/bundled → bundled}/qc-helper/docs/configuration/qwen-ignore.md +0 -0
  33. /package/{dist/bundled → bundled}/qc-helper/docs/configuration/themes.md +0 -0
  34. /package/{dist/bundled → bundled}/qc-helper/docs/configuration/trusted-folders.md +0 -0
  35. /package/{dist/bundled → bundled}/qc-helper/docs/extension/_meta.ts +0 -0
  36. /package/{dist/bundled → bundled}/qc-helper/docs/extension/getting-started-extensions.md +0 -0
  37. /package/{dist/bundled → bundled}/qc-helper/docs/features/approval-mode.md +0 -0
  38. /package/{dist/bundled → bundled}/qc-helper/docs/features/arena.md +0 -0
  39. /package/{dist/bundled → bundled}/qc-helper/docs/features/checkpointing.md +0 -0
  40. /package/{dist/bundled → bundled}/qc-helper/docs/features/headless.md +0 -0
  41. /package/{dist/bundled → bundled}/qc-helper/docs/features/language.md +0 -0
  42. /package/{dist/bundled → bundled}/qc-helper/docs/features/lsp.md +0 -0
  43. /package/{dist/bundled → bundled}/qc-helper/docs/features/mcp.md +0 -0
  44. /package/{dist/bundled → bundled}/qc-helper/docs/features/sandbox.md +0 -0
  45. /package/{dist/bundled → bundled}/qc-helper/docs/features/scheduled-tasks.md +0 -0
  46. /package/{dist/bundled → bundled}/qc-helper/docs/features/skills.md +0 -0
  47. /package/{dist/bundled → bundled}/qc-helper/docs/features/sub-agents.md +0 -0
  48. /package/{dist/bundled → bundled}/qc-helper/docs/features/token-caching.md +0 -0
  49. /package/{dist/bundled → bundled}/qc-helper/docs/ide-integration/_meta.ts +0 -0
  50. /package/{dist/bundled → bundled}/qc-helper/docs/ide-integration/ide-companion-spec.md +0 -0
  51. /package/{dist/bundled → bundled}/qc-helper/docs/ide-integration/ide-integration.md +0 -0
  52. /package/{dist/bundled → bundled}/qc-helper/docs/integration-github-action.md +0 -0
  53. /package/{dist/bundled → bundled}/qc-helper/docs/integration-jetbrains.md +0 -0
  54. /package/{dist/bundled → bundled}/qc-helper/docs/integration-vscode.md +0 -0
  55. /package/{dist/bundled → bundled}/qc-helper/docs/integration-zed.md +0 -0
  56. /package/{dist/bundled → bundled}/qc-helper/docs/quickstart.md +0 -0
  57. /package/{dist/bundled → bundled}/qc-helper/docs/reference/_meta.ts +0 -0
  58. /package/{dist/bundled → bundled}/qc-helper/docs/reference/keyboard-shortcuts.md +0 -0
  59. /package/{dist/bundled → bundled}/qc-helper/docs/reference/sdk-api.md +0 -0
  60. /package/{dist/bundled → bundled}/qc-helper/docs/support/Uninstall.md +0 -0
  61. /package/{dist/bundled → bundled}/qc-helper/docs/support/_meta.ts +0 -0
  62. /package/{dist/bundled → bundled}/qc-helper/docs/support/tos-privacy.md +0 -0
  63. /package/{dist/bundled → bundled}/qc-helper/docs/support/troubleshooting.md +0 -0
  64. /package/{dist/bundled → bundled}/receiving-code-review/SKILL.md +0 -0
  65. /package/{dist/bundled → bundled}/requesting-code-review/SKILL.md +0 -0
  66. /package/{dist/bundled → bundled}/review/SKILL.md +0 -0
  67. /package/{dist/bundled → bundled}/subagent-driven-development/SKILL.md +0 -0
  68. /package/{dist/bundled → bundled}/subagent-driven-development/code-quality-reviewer-prompt.md +0 -0
  69. /package/{dist/bundled → bundled}/subagent-driven-development/implementer-prompt.md +0 -0
  70. /package/{dist/bundled → bundled}/subagent-driven-development/spec-reviewer-prompt.md +0 -0
  71. /package/{dist/bundled → bundled}/systematic-debugging/SKILL.md +0 -0
  72. /package/{dist/bundled → bundled}/test-driven-development/SKILL.md +0 -0
  73. /package/{dist/bundled → bundled}/using-git-worktrees/SKILL.md +0 -0
  74. /package/{dist/bundled → bundled}/using-superpowers/SKILL.md +0 -0
  75. /package/{dist/bundled → bundled}/verification-before-completion/SKILL.md +0 -0
  76. /package/{dist/bundled → bundled}/writing-plans/SKILL.md +0 -0
  77. /package/{dist/bundled → bundled}/writing-skills/SKILL.md +0 -0
  78. /package/{dist/sandbox-macos-permissive-closed.sb → sandbox-macos-permissive-closed.sb} +0 -0
  79. /package/{dist/sandbox-macos-permissive-open.sb → sandbox-macos-permissive-open.sb} +0 -0
  80. /package/{dist/sandbox-macos-permissive-proxied.sb → sandbox-macos-permissive-proxied.sb} +0 -0
  81. /package/{dist/sandbox-macos-restrictive-closed.sb → sandbox-macos-restrictive-closed.sb} +0 -0
  82. /package/{dist/sandbox-macos-restrictive-open.sb → sandbox-macos-restrictive-open.sb} +0 -0
  83. /package/{dist/sandbox-macos-restrictive-proxied.sb → sandbox-macos-restrictive-proxied.sb} +0 -0
  84. /package/{dist/vendor → vendor}/ripgrep/COPYING +0 -0
  85. /package/{dist/vendor → vendor}/ripgrep/arm64-darwin/rg +0 -0
  86. /package/{dist/vendor → vendor}/ripgrep/arm64-linux/rg +0 -0
  87. /package/{dist/vendor → vendor}/ripgrep/x64-darwin/rg +0 -0
  88. /package/{dist/vendor → vendor}/ripgrep/x64-linux/rg +0 -0
  89. /package/{dist/vendor → vendor}/ripgrep/x64-win32/rg.exe +0 -0
  90. /package/{dist/vendor → vendor}/tree-sitter/tree-sitter-bash.wasm +0 -0
  91. /package/{dist/vendor → vendor}/tree-sitter/tree-sitter.wasm +0 -0
package/package.json CHANGED
@@ -1,143 +1,60 @@
1
1
  {
2
2
  "name": "@protolabsai/proto",
3
- "version": "0.14.0",
4
- "publishConfig": {
5
- "access": "public"
6
- },
7
- "engines": {
8
- "node": ">=20.0.0"
9
- },
10
- "type": "module",
11
- "workspaces": [
12
- "packages/*"
13
- ],
3
+ "version": "0.16.0",
4
+ "description": "proto - AI-powered coding agent",
14
5
  "repository": {
15
6
  "type": "git",
16
- "url": "git+https://github.com/QwenLM/qwen-code.git"
17
- },
18
- "config": {
19
- "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.13.2"
20
- },
21
- "scripts": {
22
- "start": "cross-env node scripts/start.js",
23
- "dev": "node scripts/dev.js",
24
- "debug": "cross-env DEBUG=1 node --inspect-brk scripts/start.js",
25
- "generate": "node scripts/generate-git-commit-info.js",
26
- "generate:settings-schema": "tsx scripts/generate-settings-schema.ts",
27
- "build": "node scripts/build.js",
28
- "build-and-start": "npm run build && npm run start",
29
- "ship": "npm run build && npm link",
30
- "build:vscode": "node scripts/build_vscode_companion.js",
31
- "build:all": "npm run build && npm run build:sandbox && npm run build:vscode",
32
- "build:packages": "npm run build --workspaces",
33
- "build:sandbox": "node scripts/build_sandbox.js",
34
- "bundle": "npm run generate && node esbuild.config.js && node scripts/copy_bundle_assets.js",
35
- "test": "npm run test --workspaces --if-present --parallel",
36
- "test:ci": "npm run test:ci --workspaces --if-present --parallel && npm run test:scripts",
37
- "test:scripts": "vitest run --config ./scripts/tests/vitest.config.ts",
38
- "test:e2e": "cross-env VERBOSE=true KEEP_OUTPUT=true npm run test:integration:sandbox:none",
39
- "test:integration:all": "npm run test:integration:sandbox:none && npm run test:integration:sandbox:docker && npm run test:integration:sandbox:podman",
40
- "test:integration:sandbox:none": "cross-env QWEN_SANDBOX=false vitest run --root ./integration-tests",
41
- "test:integration:sandbox:docker": "cross-env QWEN_SANDBOX=docker npm run build:sandbox && QWEN_SANDBOX=docker vitest run --root ./integration-tests",
42
- "test:integration:sandbox:podman": "cross-env QWEN_SANDBOX=podman vitest run --root ./integration-tests",
43
- "test:integration:sdk:sandbox:none": "cross-env QWEN_SANDBOX=false vitest run --root ./integration-tests --poolOptions.threads.maxThreads 2 sdk-typescript",
44
- "test:integration:sdk:sandbox:docker": "cross-env QWEN_SANDBOX=docker npm run build:sandbox && QWEN_SANDBOX=docker vitest run --root ./integration-tests --poolOptions.threads.maxThreads 2 sdk-typescript",
45
- "test:integration:cli:sandbox:none": "cross-env QWEN_SANDBOX=false vitest run --root ./integration-tests cli",
46
- "test:integration:cli:sandbox:docker": "cross-env QWEN_SANDBOX=docker npm run build:sandbox && QWEN_SANDBOX=docker vitest run --root ./integration-tests cli",
47
- "test:integration:interactive:sandbox:none": "cross-env QWEN_SANDBOX=false vitest run --root ./integration-tests interactive",
48
- "test:integration:interactive:sandbox:docker": "cross-env QWEN_SANDBOX=docker npm run build:sandbox && QWEN_SANDBOX=docker vitest run --root ./integration-tests interactive",
49
- "test:terminal-bench": "cross-env VERBOSE=true KEEP_OUTPUT=true vitest run --config ./vitest.terminal-bench.config.ts --root ./integration-tests",
50
- "test:terminal-bench:oracle": "cross-env VERBOSE=true KEEP_OUTPUT=true vitest run --config ./vitest.terminal-bench.config.ts --root ./integration-tests -t 'oracle'",
51
- "test:terminal-bench:qwen": "cross-env VERBOSE=true KEEP_OUTPUT=true vitest run --config ./vitest.terminal-bench.config.ts --root ./integration-tests -t 'qwen'",
52
- "lint": "eslint . --ext .ts,.tsx && eslint integration-tests",
53
- "lint:fix": "eslint . --fix && eslint integration-tests --fix",
54
- "lint:ci": "eslint . --ext .ts,.tsx --max-warnings 0 && eslint integration-tests --max-warnings 0",
55
- "lint:all": "node scripts/lint.js",
56
- "format": "prettier --experimental-cli --write .",
57
- "typecheck": "npm run typecheck --workspaces --if-present",
58
- "check-i18n": "npm run check-i18n --workspace=packages/cli",
59
- "preflight": "npm run clean && npm ci && npm run format && npm run lint:ci && npm run build && npm run typecheck && npm run test:ci",
60
- "prepare": "(husky || true) && npm run build && npm run bundle",
61
- "prepare:package": "node scripts/prepare-package.js",
62
- "release:version": "node scripts/version.js",
63
- "telemetry": "node scripts/telemetry.js",
64
- "check:lockfile": "node scripts/check-lockfile.js",
65
- "clean": "node scripts/clean.js",
66
- "pre-commit": "node scripts/pre-commit.js"
67
- },
68
- "overrides": {
69
- "wrap-ansi": "9.0.2",
70
- "ansi-regex": "6.2.2",
71
- "cliui": {
72
- "wrap-ansi": "7.0.0"
73
- },
74
- "baseline-browser-mapping": "^2.9.19"
7
+ "url": "git+https://github.com/protoLabsAI/protoCLI.git"
75
8
  },
9
+ "type": "module",
10
+ "main": "cli.js",
76
11
  "bin": {
77
- "proto": "dist/cli.js"
12
+ "proto": "cli.js"
78
13
  },
79
14
  "files": [
80
- "dist/",
15
+ "cli.js",
16
+ "vendor",
17
+ "*.sb",
81
18
  "README.md",
82
- "LICENSE"
19
+ "LICENSE",
20
+ "locales",
21
+ "bundled"
83
22
  ],
84
- "devDependencies": {
85
- "@types/marked": "^5.0.2",
86
- "@types/mime-types": "^3.0.1",
87
- "@types/minimatch": "^5.1.2",
88
- "@types/mock-fs": "^4.13.4",
89
- "@types/shell-quote": "^1.7.5",
90
- "@types/uuid": "^10.0.0",
91
- "@vitest/coverage-v8": "^3.1.1",
92
- "@vitest/eslint-plugin": "^1.3.4",
93
- "@xterm/headless": "^5.5.0",
94
- "@xterm/xterm": "^6.0.0",
95
- "cross-env": "^7.0.3",
96
- "esbuild": "^0.25.0",
97
- "eslint": "^9.24.0",
98
- "eslint-config-prettier": "^10.1.2",
99
- "eslint-plugin-import": "^2.31.0",
100
- "eslint-plugin-license-header": "^0.8.0",
101
- "eslint-plugin-react": "^7.37.5",
102
- "eslint-plugin-react-hooks": "^5.2.0",
103
- "glob": "^10.5.0",
104
- "globals": "^16.0.0",
105
- "husky": "^9.1.7",
106
- "json": "^11.0.0",
107
- "lint-staged": "^16.1.6",
108
- "memfs": "^4.42.0",
109
- "mnemonist": "^0.40.3",
110
- "mock-fs": "^5.5.0",
111
- "msw": "^2.10.4",
112
- "npm-run-all": "^4.1.5",
113
- "prettier": "^3.5.3",
114
- "react-devtools-core": "^4.28.5",
115
- "semver": "^7.7.2",
116
- "strip-ansi": "^7.1.2",
117
- "tsx": "^4.20.3",
118
- "typescript-eslint": "^8.30.1",
119
- "vitest": "^3.2.4",
120
- "yargs": "^17.7.2"
121
- },
122
- "dependencies": {
123
- "@testing-library/dom": "^10.4.1",
124
- "simple-git": "^3.28.0"
23
+ "config": {
24
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.16.0"
125
25
  },
26
+ "dependencies": {},
126
27
  "optionalDependencies": {
127
28
  "@lydell/node-pty": "1.2.0-beta.10",
128
29
  "@lydell/node-pty-darwin-arm64": "1.2.0-beta.10",
129
30
  "@lydell/node-pty-darwin-x64": "1.2.0-beta.10",
130
31
  "@lydell/node-pty-linux-x64": "1.2.0-beta.10",
131
32
  "@lydell/node-pty-win32-arm64": "1.2.0-beta.10",
132
- "@lydell/node-pty-win32-x64": "1.2.0-beta.10"
33
+ "@lydell/node-pty-win32-x64": "1.2.0-beta.10",
34
+ "@teddyzhu/clipboard": "0.0.5",
35
+ "@teddyzhu/clipboard-darwin-arm64": "0.0.5",
36
+ "@teddyzhu/clipboard-darwin-x64": "0.0.5",
37
+ "@teddyzhu/clipboard-linux-x64-gnu": "0.0.5",
38
+ "@teddyzhu/clipboard-linux-arm64-gnu": "0.0.5",
39
+ "@teddyzhu/clipboard-win32-x64-msvc": "0.0.5",
40
+ "@teddyzhu/clipboard-win32-arm64-msvc": "0.0.5",
41
+ "sharp": "0.34.5",
42
+ "@img/sharp-darwin-arm64": "0.34.5",
43
+ "@img/sharp-darwin-x64": "0.34.5",
44
+ "@img/sharp-linux-arm64": "0.34.5",
45
+ "@img/sharp-linux-x64": "0.34.5",
46
+ "@img/sharp-linuxmusl-arm64": "0.34.5",
47
+ "@img/sharp-linuxmusl-x64": "0.34.5",
48
+ "@img/sharp-win32-x64": "0.34.5",
49
+ "@img/sharp-win32-arm64": "0.34.5",
50
+ "@img/sharp-libvips-darwin-arm64": "1.2.4",
51
+ "@img/sharp-libvips-darwin-x64": "1.2.4",
52
+ "@img/sharp-libvips-linux-arm64": "1.2.4",
53
+ "@img/sharp-libvips-linux-x64": "1.2.4",
54
+ "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
55
+ "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
133
56
  },
134
- "lint-staged": {
135
- "*.{js,jsx,ts,tsx}": [
136
- "prettier --write",
137
- "eslint --fix --max-warnings 0"
138
- ],
139
- "*.{json,md}": [
140
- "prettier --write"
141
- ]
57
+ "engines": {
58
+ "node": ">=20.0.0"
142
59
  }
143
60
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes