hamster-wheel-cli 0.2.0-beta.2 → 0.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamster-wheel-cli",
3
- "version": "0.2.0-beta.2",
3
+ "version": "0.2.0",
4
4
  "description": "基于 AI CLI 的持续迭代开发工具,封装工作流、git worktree 与 gh PR 协作",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [
package/src/cli.ts CHANGED
@@ -332,7 +332,7 @@ export async function runCli(argv: string[]): Promise<void> {
332
332
  program
333
333
  .name('wheel-ai')
334
334
  .description('基于 AI CLI 的持续迭代开发工具')
335
- .version('1.0.0');
335
+ .version('0.2.0');
336
336
  program.addHelpText(
337
337
  'after',
338
338
  '\n别名执行:\n wheel-ai alias run <alias> <addition...>\n 追加命令与 alias 重叠时,以追加为准。\n'