Skip to content

Guide macOS agents to Reload Project menu - #790

Open
Dodothereal wants to merge 1 commit into
celbridge-org:mainfrom
Dodothereal:fix/788-macos-bug-agent-claude-splotlight-poiint
Open

Guide macOS agents to Reload Project menu#790
Dodothereal wants to merge 1 commit into
celbridge-org:mainfrom
Dodothereal:fix/788-macos-bug-agent-claude-splotlight-poiint

Conversation

@Dodothereal

Copy link
Copy Markdown

Guide macOS agents to Reload Project menu

Summary

On macOS, agents could spotlight the Windows-style in-window navigation control when asking users to reload a project. app_get_state now exposes whether the running platform has a native menu bar, and the app guide tells agents to use native menu paths in that case. This directs macOS users to File > Reload Project instead.

Fixes #788

Changes

  • Expose usesNativeMenuBar in the application-state response.
  • Guide agents to describe native menu commands rather than spotlighting in-window controls when that capability is enabled.
  • Cover the native-menu-bar state value with an app_get_state unit test.

Testing

  • sandbox-run "dotnet test Source/Tests/Celbridge.Tests.csproj --filter FullyQualifiedName~AppToolTests" — could not run because the sandbox image does not provide dotnet (bash: line 1: dotnet: command not found).
  • git diff --check — passed.

AI assistance disclosure

This contribution was produced by an autonomous AI coding agent (Claude Code) that @Dodothereal operates and monitors. @Dodothereal is accountable for it, will address review feedback promptly, and will close this PR immediately if this kind of contribution is unwelcome in this project. Commits carry an Assisted-by: Claude Code trailer.

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.

MacOS - bug - agent.claude - splotlight poiints to wrong place about how to reload the project

1 participant