Skip to content

fix: remove target directory from opencode install success message#281

Merged
rhuanbarreto merged 3 commits into
mainfrom
fix/opencode-install-quiet-success
May 8, 2026
Merged

fix: remove target directory from opencode install success message#281
rhuanbarreto merged 3 commits into
mainfrom
fix/opencode-install-quiet-success

Conversation

@rhuanbarreto

Copy link
Copy Markdown
Contributor

Summary

  • Removed the Target directory: … detail from the opencode plugin install success message, aligning it with every other editor (claude, copilot, cursor) which simply confirm the install without exposing internal paths.
  • Cleaned up the now-unused opencodeAgentsDir import.

Test plan

  • bun run validate passes (confirmed locally — 725 tests, 0 lint errors, 0 ADR violations)
  • Run archgate plugin install --editor opencode and verify the success message is just Archgate agents installed for opencode. without a target directory line

…sage

The opencode install success message included the target directory path,
unlike every other editor which simply confirms the install. Align the
opencode case with claude, copilot, and cursor by dropping the path
detail and removing the now-unused opencodeAgentsDir import.

Signed-off-by: Rhuan Barreto <rhuan@barreto.work>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 8, 2026

Copy link
Copy Markdown

Deploying archgate-cli with  Cloudflare Pages  Cloudflare Pages

Latest commit: 86e9403
Status:⚡️  Build in progress...

View logs

- Delete 3 unused test-hook functions that were never called:
  _resetPlatformCache (superseded by _resetAllCaches),
  _resetGitFilesCache, and _resetAdrParseCache

- Unexport 25 interfaces that are only used within their own module:
  LoadedAdr, BlockedAdr, ParsedAdrEntry, AdrBriefing, DomainContext,
  ReviewContext, BriefAdrOptions, BuildReviewContextOptions,
  BuildSummaryOptions, RuleResult, SourcePos, DeviceCodeResponse,
  GitHubUserInfo, CreateAdrResult, UpdateAdrResult, InitOptions,
  PluginResult, InitResult, SignupResult, ClaudeSessionSummary,
  CursorSessionSummary, ReadCursorSessionOptions,
  CopilotSessionSummary, ReadCopilotSessionOptions,
  OpencodeSessionSummary, ReadOpencodeSessionOptions

Signed-off-by: Rhuan Barreto <rhuan@barreto.work>
@rhuanbarreto rhuanbarreto merged commit 73ce5b0 into main May 8, 2026
7 of 8 checks passed
@rhuanbarreto rhuanbarreto deleted the fix/opencode-install-quiet-success branch May 8, 2026 13:05
@archgatebot archgatebot Bot mentioned this pull request May 8, 2026
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