🤖 fix: clarify workflow slash command hints#3637
Conversation
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 55e6fabf54
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
55e6fab to
6acd592
Compare
|
Addressed Codex finding PRRT_kwDOPxxmWM6MPYUs:
|
|
@codex review Please take another look. |
|
Codex Review: Didn't find any major issues. Swish! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
Clarifies the Workflows sidebar empty-state copy and
/workflowslash-command ghost hint so both describe explicit workflow script-path invocation without implying a special workspace workflow directory.Background
The previous sidebar text pointed users at
.mux/workflows/, but workspace-file workflows are not discovered from that folder. They are loaded by explicit.jspath, while the Workflows tab only lists workflow-bearing skills with a conventionalworkflow.jsentry. The slash-command ghost hint also repeated/workflowafter the user had already typed it.Implementation
<script_path> [args]./workflowcommand usage, ghost text, and Workflows tab helper copy./workflow.Validation
bun test src/browser/utils/slashCommands/ghostHint.test.tsbun test src/browser/utils/slashCommands/parser.test.tsbun x prettier --check src/common/constants/slashCommandHints.ts src/browser/utils/slashCommands/registry.ts src/browser/utils/slashCommands/ghostHint.test.ts src/browser/features/RightSidebar/Workflows/WorkflowEmptyState.tsxmake typecheckenv MUX_ESLINT_CONCURRENCY=1 make lintenv MUX_ESLINT_CONCURRENCY=1 make static-checkmake dev-server-sandboxsession with Agent Browser; captured screenshot and WebM evidence for the updated Workflows tab copy and slash-command hint.Risks
Low. This changes display copy and shared command hint constants only; workflow resolution and execution behavior are unchanged.
Generated with
mux• Model:openai:gpt-5.5• Thinking:xhigh• Cost:$11.27