Skip to content

Dev Command Center v0.1.24

Choose a tag to compare

@github-actions github-actions released this 16 Jul 12:53

v0.1.24 Release Notes

Highlights

  • Restored the final merge-conflict completion step after the last conflicted
    file is resolved.
  • Made Git review actions clearer with a persistent changes indicator and a
    working branch-name copy action with localized feedback.
  • Prevented Codex account-usage requests from hanging when the app-server keeps
    sending unrelated notifications.

Merge Conflict Completion

  • Kept validation configuration available throughout an active merge so the
    completion screen is ready as soon as all conflicts are resolved.
  • Simplified the merge-ready surface to keep the final validation and commit
    action focused and reliable.
  • Added regression coverage confirming that the repository remains in the
    merge operation with no unresolved conflicts before the merge commit is
    completed.

Git Workbench Polish

  • Kept the Git changes hint visible while there are changes waiting for review
    and the inspector remains collapsed.
  • Replaced the inactive branch-details menu item with a functional action that
    copies the current branch name.
  • Added success and error notifications for branch-name copying in English and
    Portuguese.

Codex Usage Reliability

  • Applied one request-wide timeout to Codex account-usage calls so unrelated
    app-server notifications cannot extend the request indefinitely.
  • Added bounded process shutdown and kill-on-drop behavior to avoid leaving a
    Codex app-server process running after a completed or timed-out request.
  • Added a regression test that continuously emits notifications and verifies
    that the account-usage request still times out on schedule.

Validation Before Publishing

  • Run desktop type checks: yarn workspace @dcc/desktop typecheck
  • Run the complete desktop test suite: yarn workspace @dcc/desktop test
  • Build the production desktop frontend: yarn workspace @dcc/desktop build
  • Check the Tauri crate: cargo check --manifest-path src-tauri/Cargo.toml
  • Confirm release metadata is 0.1.24 in package.json,
    sidecar/package.json, sidecar/src/index.mjs, src-tauri/Cargo.toml, and
    src-tauri/tauri.conf.json.