Releases: ShiftinBits/constellation-opencode
Releases · ShiftinBits/constellation-opencode
v1.4.0
What's new?
- Removed plugin components that aren't supported by OpenCode's plugin runtime — deleted the
dependency-detective,impact-investigator, andsource-scoutagents, all sevenconstellation-*skills, and the unusedCLAUDE.md/GEMINI.mdfiles - Streamlined
src/plugins/constellation.tsand rewroteREADME.mdandAGENTS.mdto reflect the leaner plugin surface - Added
.npmignoreto keep development files out of the published package
v1.3.0
What's new?
- Updated plugin description to "Upgrade OpenCode from text search to code understanding." for clearer messaging
- Enhanced
constellation-troubleshootingskill with guidance on inspectingerror.guidance[0]from MCP responses to diagnoseAUTH_ERRORfailures and verifyCONSTELLATION_ACCESS_KEYstate
v1.2.2
What's new?
- Replaced the seven
/constellation-*slash commands with on-demand skills loaded via OpenCode'sskilltool — agents now invokeconstellation-status,constellation-diagnose,constellation-impact,constellation-deps,constellation-unused,constellation-architecture, andconstellation-troubleshootingautomatically based on user intent rather than explicit/invocation - Folded the standalone
constellation-troubleshootcommand's full error-code reference into the existingconstellation-troubleshootingskill (single source of truth) - Renamed
prompts/→agents/to clarify the folder's purpose and switchedopencode.jsonto use{file:...}syntax for agent prompt references - Updated
README.mdandAGENTS.mdto document the skill-based UX (natural-language triggers) instead of slash commands
v1.2.1
What's new?
- Resolve
CONSTELLATION_ACCESS_KEYat runtime viaprocess.envso the MCP plugin picks up the key from the active shell instead of the value captured at plugin load
v1.2.0
What's new?
- Replaced erroneous reference to MCP binary name with
npxpackage command
v1.1.0
What's new?
- Slash commands are now namespaced with a
constellation-prefix:/constellation-status,/constellation-diagnose,/constellation-impact,/constellation-deps,/constellation-unused,/constellation-architecture,/constellation-troubleshoot - Replaced the noisy
tool.execute.beforeconsole log with atool.execute.afterhook that appends an LLM-visiblecode_intelreminder aftergrep/glob— the user's terminal stays quiet - Clarified
code_intelscope and usage guidance in the agent instructions - Updated the Haiku model reference to
claude-haiku-4-5-20251001 - Abstracted AI-agent instructions to
AGENTS.md; harness-specific files (CLAUDE.md,GEMINI.md) are now symlinks to it
v1.0.1
What's new?
- Constellation plugin for OpenCode release!
- Customized packages details and homepage URL
- Testing automated deployment and trusted publishing to NPM from GitHub Actions