Skip to content

Replace powershell with pwsh in Taskfile#196

Open
AgentX-asaf wants to merge 3 commits intomainfrom
agentx/pwsh-taskfile
Open

Replace powershell with pwsh in Taskfile#196
AgentX-asaf wants to merge 3 commits intomainfrom
agentx/pwsh-taskfile

Conversation

@AgentX-asaf
Copy link
Copy Markdown
Contributor

Summary

  • Replace all 14 powershell references with pwsh (PowerShell 7) in Taskfile.yml
  • PowerShell 5.1 (powershell.exe) cannot parse UTF-8 files with special characters (e.g., em dash ), which breaks task package:msix and potentially other tasks

Test plan

  • task package:msix completes without UTF-8 parsing errors
  • task package:portable still works
  • task build:backend copy steps work on Windows

🤖 Generated with Claude Code

PowerShell 5.1 (powershell.exe) cannot parse UTF-8 files with special
characters. All 14 references updated to pwsh (PowerShell 7).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown

@reagentx-workflow reagentx-workflow Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ReAgent Diagnostics
Field Value
ReAgent Version 5.11.9
Project Context CLAUDE.md loaded
Model claude-opus-4-5-20251101
Deep Context Disabled
Review Time 11.6s
Timestamp 2026-03-21T16:56:19Z
Repository agentmuxai/agentmux
PR #196

LGTM

Partner Center expects "AgentMux" not "AgentMux Corp".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown

@reagentx-workflow reagentx-workflow Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ReAgent Diagnostics
Field Value
ReAgent Version 5.11.9
Project Context CLAUDE.md loaded
Model claude-opus-4-5-20251101
Deep Context Disabled
Review Time 7.6s
Timestamp 2026-03-21T16:57:01Z
Repository agentmuxai/agentmux
PR #196

LGTM

- Name: AgentMux.AgentMux (was AgentMuxAI.AgentMux)
- Publisher: CN=C2BCB530-27CD-4DCF-87C5-2967CE009AAC
- Remove placeholder warning from packaging script

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown

@reagentx-workflow reagentx-workflow Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ReAgent Diagnostics
Field Value
ReAgent Version 5.11.9
Project Context CLAUDE.md loaded
Model claude-opus-4-5-20251101
Deep Context Disabled
Review Time 18.9s
Timestamp 2026-03-21T16:59:21Z
Repository agentmuxai/agentmux
PR #196

I've reviewed all the changes. The PR:

  1. Replaces 14 powershell references with pwsh in Taskfile.yml - straightforward find/replace
  2. Includes a proper version bump (0.32.64 → 0.32.65) across all version files
  3. Updates MSIX identity/publisher to match Partner Center account (related commits in the PR)
  4. Removes the now-unnecessary placeholder warning in package-msix.ps1

The changes are valid:

  • pwsh is the correct executable name for PowerShell 7, which handles UTF-8 better
  • Version bump is present and unique
  • All 14 replacements are consistent
  • The MSIX manifest and script updates are consistent with each other

LGTM

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.

1 participant