Skip to content

OpenTerm v1.1.0: rename, modern PowerShell, settings tab, GitHub Action, cross-platform#3

Merged
Daolyap merged 2 commits intomainfrom
copilot/create-github-action-build
Feb 23, 2026
Merged

OpenTerm v1.1.0: rename, modern PowerShell, settings tab, GitHub Action, cross-platform#3
Daolyap merged 2 commits intomainfrom
copilot/create-github-action-build

Conversation

Copy link
Contributor

Copilot AI commented Feb 23, 2026

Renames the plugin from OpenCMD-PS to OpenTerm, fixes legacy PowerShell invocation, adds a settings tab for per-OS executable configuration, and wires up a CI build workflow.

Changes

Rename

  • id/name updated to openterm/OpenTerm across manifest.json, package.json, main.ts, and README.md

PowerShell fix

  • Replaced hardcoded powershell (resolves to C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe) with pwsh (PowerShell 7+)
  • On Windows, falls back to powershell on ENOENT so installs without PowerShell 7 still work
  • On macOS/Linux, invokes pwsh directly — PowerShell option is no longer Windows-only

Settings tab

  • New PluginSettingTab exposing toggles to show/hide each context menu item and text fields for configurable executables per OS:
    • PowerShell executable (default: pwsh)
    • CMD executable (default: cmd.exe)
    • Windows default terminal, macOS Terminal app, Linux terminal emulator

GitHub Actions

  • .github/workflows/build.yml: builds on push/PR to main, uploads main.js + manifest.json + versions.json as artifact; scoped to contents: read

Obsidian community plugin readiness

  • Added versions.json mapping plugin versions to minimum Obsidian app version
  • Added authorUrl to manifest.json

Version

  • Bumped to 1.1.0 in manifest.json and package.json

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…cross-platform

Co-authored-by: Daolyap <100187341+Daolyap@users.noreply.github.com>
Copilot AI changed the title [WIP] Add GitHub action to build OpenTerm project OpenTerm v1.1.0: rename, modern PowerShell, settings tab, GitHub Action, cross-platform Feb 23, 2026
Copilot AI requested a review from Daolyap February 23, 2026 13:35
@Daolyap Daolyap marked this pull request as ready for review February 23, 2026 14:02
@Daolyap Daolyap merged commit 3de3fe1 into main Feb 23, 2026
1 check passed
@Daolyap Daolyap deleted the copilot/create-github-action-build branch February 23, 2026 14:18
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