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: easy-4-java/codex-java-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 81f436f
Choose a base ref
...
head repository: easy-4-java/codex-java-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1e5edb8
Choose a head ref
  • 17 commits
  • 35 files changed
  • 2 contributors

Commits on Aug 7, 2026

  1. Configuration menu
    Copy the full SHA
    e6864b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2026

  1. Configuration menu
    Copy the full SHA
    88258f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a93194 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2026

  1. Configuration menu
    Copy the full SHA
    04749eb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2026

  1. Configuration menu
    Copy the full SHA
    e793224 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    522a879 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2026

  1. Configuration menu
    Copy the full SHA
    0febddc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2026

  1. fix: standardize @author Javadoc format

    - Change [@loong Wan](url) to <a href="url">Loong Wan</a>
    - Follow standard Javadoc @author tag format
    loong10k committed Aug 16, 2026
    Configuration menu
    Copy the full SHA
    90fb7e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c59f6b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2026

  1. fix(pom): normalize pom.xml per java-component-patterns

    - Remove source/target, use release only
    - Fix maven.version per branch
    - Fix enforcer requireMavenVersion for Maven 4 (3.0.x)
    - Fix java.version values
    - Fix maven-wrapper.properties
    - Add properties 3-part comments
    loong10k committed Aug 19, 2026
    Configuration menu
    Copy the full SHA
    5c42077 View commit details
    Browse the repository at this point in the history
  2. fix(pom): normalize element order, properties structure, comments per…

    … java-component-patterns
    loong10k committed Aug 19, 2026
    Configuration menu
    Copy the full SHA
    7f279a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2026

  1. feat: 同步 feature/3.0.x——app-server WS 路线 + CLI 命令面对齐(Jackson 2 / JDK …

    …17 适配)
    
    - 自 3.0.x@2c15db6 同步 src/ 与双语 README(不含 pom.xml)
    - app-server WebSocket 路线整体引入;close 改为关自持 ExecutorService
      (HttpClient.close() 为 JDK 21 API,JDK 17 不可用),HttpClient 显式
      绑定该 executor
    - Jackson 3→2 适配:tools.jackson.databind/core → com.fasterxml 同名包;
      测试助手 readTree 包裹 checked JsonProcessingException
    - CLI 路线同步命令面对齐:queue/delete/agents/migrate-rollouts、login 四
      认证形态(executeWithStdin)、exec 新旗标、sandbox --permission-profile
      拼写修复、mcpServer 废弃
    - pom.xml 保持本分支既有基线(JDK 17 + jackson-bom 2.22.1 + junit-jupiter
      6.1.0),未改动
    - 测试 222 个全绿(JDK 17 + Maven 3.9.16)
    loong10k committed Sep 16, 2026
    Configuration menu
    Copy the full SHA
    0649d09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57a36b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    836cd5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48b7e79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6106f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e5edb8 View commit details
    Browse the repository at this point in the history
Loading