Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: done-coding/done-coding-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: done-coding/done-coding-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/ai
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 15, 2026

  1. feat(cli): 添加交互式对话模式并调整命令需求

    - 在 CLI 主命令中新增 `createChat` 函数,支持多轮交互式对话
    - 将 `demandCommandCount` 从 1 改为 0,允许无子命令时直接进入对话
    - 移除 create 命令中 `[projectName]` 的必要参数标记
    - 在 package.json 中添加空的 `peerDependencies` 字段以明确声明
    - 为主文件添加标准的文件头注释
    donecoding-x committed Apr 15, 2026
    Configuration menu
    Copy the full SHA
    e56242a View commit details
    Browse the repository at this point in the history
  2. chore(release): 新版本发布

     - @done-coding/cli@0.15.24-alpha.0
     - create-done-coding@0.11.27-alpha.0
    donecoding-x committed Apr 15, 2026
    Configuration menu
    Copy the full SHA
    a7908c5 View commit details
    Browse the repository at this point in the history
Loading