Skip to content

Merge PR #323 with conflicts resolved (macOS shortcuts + UI fixes)#324

Merged
quangdang46 merged 53 commits into
masterfrom
devin/1779887438-merge-pr-323
May 27, 2026
Merged

Merge PR #323 with conflicts resolved (macOS shortcuts + UI fixes)#324
quangdang46 merged 53 commits into
masterfrom
devin/1779887438-merge-pr-323

Conversation

@quangdang46
Copy link
Copy Markdown
Owner

Summary

Resolves merge conflicts on #323 and brings the 52 upstream commits from 1jehuang/master onto current quangdang46/master so the original PR can be merged. No new feature changes — only conflict resolution on the merge commit.

Closes #323.

Conflicts resolved (2 files):

  • crates/jcode-provider-metadata/src/catalog.rsLOGIN_PROVIDERS array length conflict.

  • src/tui/app/state_ui_input_helpers.rs — both sides appended disjoint blocks at EOF. master appended #[cfg(test)] mod dollar_token_tests; PR Enhance macOS shortcuts and fix various UI functionalities #323 appended ExternalCliSuggestionCandidate + helpers. Resolution: keep both blocks.

All remaining hunks auto-merged cleanly.

Review & Testing Checklist for Human

Risk: yellow — large merge (52 commits, ~150 files), but conflicts themselves are mechanical/additive.

  • Verify cargo check --workspace --all-targets --all-features passes locally (running on Devin's box; CI will be the source of truth).
  • Confirm LOGIN_PROVIDERS length (50) and contents around crates/jcode-provider-metadata/src/catalog.rs:1135.
  • Spot-check that dollar_token_tests mod is followed immediately by ExternalCliSuggestionCandidate + helpers in src/tui/app/state_ui_input_helpers.rs.
  • Skim the merge diff for hunks PR Enhance macOS shortcuts and fix various UI functionalities #323 expected to apply that may have been silently squashed by master's earlier merges.

Notes

1jehuang and others added 23 commits May 27, 2026 02:08
Resolves two conflicts vs current master:

- crates/jcode-provider-metadata/src/catalog.rs:
  LOGIN_PROVIDERS array length conflict between master's +4 providers
  (BigModel, Cohere, GitLab Duo, Vertex AI = 49) and PR #323's +1
  (Anthropic API direct = 46). Final length: 50.

- src/tui/app/state_ui_input_helpers.rs:
  Master appended dollar_token_tests module at EOF; PR #323 appended
  ExternalCliSuggestionCandidate + helpers. Both are end-of-file
  additions to disjoint scopes, kept both.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants