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: xinggitxing/deepcode-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: lessweb/deepcode-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 26 files changed
  • 3 contributors

Commits on May 21, 2026

  1. docs(readme): 更新许可证链接到主分支路径

    - 将 README.md 中许可证链接从 master 更改为 main 分支路径
    - 同步更新 README-en.md 中的许可证链接路径
    - 同步更新 README-zh_CN.md 中的许可证链接路径
    - 保持徽章和其他链接不变,确保一致性和正确性
    hqwlkj committed May 21, 2026
    Configuration menu
    Copy the full SHA
    b010fb1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2026

  1. Merge pull request lessweb#110 from hqwlkj/main

    docs(readme): 更新许可证链接到主分支路径
    qorzj authored May 22, 2026
    Configuration menu
    Copy the full SHA
    c33720a View commit details
    Browse the repository at this point in the history
  2. feat: update README.md

    qorzj committed May 22, 2026
    Configuration menu
    Copy the full SHA
    c4a2463 View commit details
    Browse the repository at this point in the history
  3. chore: remove draft doc

    qorzj committed May 22, 2026
    Configuration menu
    Copy the full SHA
    d7d453f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27b9b7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f177429 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    683a511 View commit details
    Browse the repository at this point in the history
  7. chore: update bash.md

    qorzj committed May 22, 2026
    Configuration menu
    Copy the full SHA
    90c6b2e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    104acff View commit details
    Browse the repository at this point in the history

Commits on May 23, 2026

  1. feat(ui): add session deletion with Delete key confirmation

    - Add SessionManager.deleteSession() to remove session index entry and messages file
    - Add Delete key to trigger session deletion confirmation in SessionList
    - Two-step confirmation: Enter to confirm, Esc to cancel
    - Separate backspace (search) and delete (delete trigger) key behavior
    - Clear active session if deleted session was the active one
    - Add comprehensive test coverage for deleteSession
    xinggitxing committed May 23, 2026
    Configuration menu
    Copy the full SHA
    bacb6a4 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2026

  1. Configuration menu
    Copy the full SHA
    add625d View commit details
    Browse the repository at this point in the history
  2. Merge pull request lessweb#114 from xinggitxing/feat/session-deletion

    feat(ui): 会话列表支持 Delete 键删除会话
    qorzj authored May 25, 2026
    Configuration menu
    Copy the full SHA
    a5a53ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50e18f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d6f727 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c0587e View commit details
    Browse the repository at this point in the history
  6. feat(ui): 增加会话删除及相关UI重置功能

    - 新增 handleDeleteSession 方法,支持删除会话并更新会话列表
    - 删除当前激活会话时,清除屏幕、重置UI状态并显示欢迎界面
    - 删除按钮调用封装的删除处理函数,统一逻辑
    - 优化 SessionList 中搜索逻辑,调整删除和退格键处理
    - 移除 SessionList 文件内重复的 truncate 函数实现
    hqwlkj committed May 25, 2026
    Configuration menu
    Copy the full SHA
    abed149 View commit details
    Browse the repository at this point in the history
  7. Merge pull request lessweb#119 from hqwlkj/main

    feat(ui): 增加会话删除及相关UI重置功能
    qorzj authored May 25, 2026
    Configuration menu
    Copy the full SHA
    b4d0b7f View commit details
    Browse the repository at this point in the history
Loading