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: ThinkInAIXYZ/deepchat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Choose a base ref
...
head repository: ThinkInAIXYZ/deepchat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.2
Choose a head ref
  • 9 commits
  • 103 files changed
  • 1 contributor

Commits on Dec 3, 2025

  1. Configuration menu
    Copy the full SHA
    beaff61 View commit details
    Browse the repository at this point in the history
  2. Merge commit from fork

    feat: use iframe to replace innerHTML
    zerob13 authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    371ca7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5638862 View commit details
    Browse the repository at this point in the history
  4. fix: toolcall failed on deepseek (#1155)

    * fix: #1153 only success tool_call block in message with response
    
    * fix: selectedVariantsMap cache
    zerob13 authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    2d23600 View commit details
    Browse the repository at this point in the history
  5. feat: add support for acp plan and file (#1156)

    * feat: add init docs
    
    * feat(acp): implement fs and terminal capabilities for full ACP support
    
    - Add AcpCapabilities module for client capability declaration
    - Implement AcpFsHandler for read_text_file and write_text_file
      with workspace boundary validation
    - Implement AcpTerminalManager for PTY-based terminal execution
      with output buffering and lifecycle management
    - Update acpProcessManager to wire fs/terminal handlers and
      advertise capabilities during initialization
    - Register session workdirs for fs operation security checks
    
    * feat(acp): add structured plan and mode update handling
    
    - Improve plan updates with structured PlanEntry type
    - Add status icons and formatted plan display
    - Handle current_mode_update notifications
    - Store plan entries and mode changes in MappedContent
    - Add extra metadata to reasoning blocks for UI access
    
    * test(acp): add unit tests for ACP capabilities, fs handler, and content mapper
    
    - Add tests for buildClientCapabilities options
    - Add comprehensive tests for AcpFsHandler:
      - Path validation and workspace boundary checks
      - Read with line offset and limit parameters
      - Write with directory creation
    - Add tests for plan and mode update handling in content mapper:
      - Structured plan entries with status icons
      - Mode change notifications
    
    * feat: add support acp plan
    
    * fix: i18n
    
    * fix: add i18n
    
    * feat: add mode switcher
    
    * chore: mode only show in agent conv
    
    * fix: message tool parser and mode switch
    
    * feat: mask env and inject env on init
    
    * fix: code reviewer issues
    zerob13 authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    a53e67d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. feat: add workspace view to acp agents (#1158)

    * feat: add workspaceview for acp agent
    
    * feat: support workspace dirs
    
    * fix: workspace file refresh
    
    * fix: tool call status
    
    * fix: review refactor
    zerob13 authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    7acb9fe View commit details
    Browse the repository at this point in the history
  2. chore: update readme

    zerob13 committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    14ba271 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. fix: add file context actions (#1160)

    * fix: keep last file list
    
    * feat(acp-workspace): add file context actions
    
    * fix(acp-workspace): move path helpers to preload
    
    * fix(preload): allow empty relative path
    
    * fix(preload): escape quotes when formatting paths
    zerob13 authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    a6c4494 View commit details
    Browse the repository at this point in the history
  2. chore: update docs

    zerob13 committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    ff7b225 View commit details
    Browse the repository at this point in the history
Loading