Skip to content
Success

Changes

Summary

  1. panel: branch selector is a dropdown again, preloaded with all remote branches (details)
  2. repo: drop stray empty '.claude/settings.local.json ' and ignore the local settings file (details)
Commit 52b4623b73f6dbdfe3dddf4299fea8c9ab1527db by info
panel: branch selector is a dropdown again, preloaded with all remote branches

The list is fetched on page load (fetching on focus opened the dropdown
before it was filled, which looked like 'only the current branch'). Falls
back to a text field + Save if listing fails. Also: ci/jenkins-setup.sh
defaults match the live Jenkins job (https repo URL, credential younex1).

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
The file was added.claude/settings.local.json
The file was modifiedci/jenkins-setup.sh (diff)
The file was modifiedpanel/views/project.ejs (diff)
The file was modifieddocs/ci-platform-deploy.md (diff)
Commit b4705e141dbda467fdca36e88bbbd0021a114434 by info
repo: drop stray empty '.claude/settings.local.json ' and ignore the local settings file

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
The file was removed.claude/settings.local.json
The file was modified.gitignore (diff)