feat: support oh-my-openagent*.json alongside oh-my-opencode*.json#1
Open
hrohrweck wants to merge 1 commit into
Open
feat: support oh-my-openagent*.json alongside oh-my-opencode*.json#1hrohrweck wants to merge 1 commit into
hrohrweck wants to merge 1 commit into
Conversation
- Add dual-name support for configuration file discovery - Auto-detect active config (prefers oh-my-openagent.json over legacy oh-my-opencode.json) - Update backup logic to match active config naming - Update all user-facing messages to reflect both naming conventions - Bump version to 1.2.0 - Update README documentation for dual-name support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds support for the new
oh-my-openagent*.jsonnaming convention while maintaining backward compatibility with the legacyoh-my-opencode*.jsonfiles.Changes
switch_oh-my-opencode_config.pyoh-my-openagent*.jsonandoh-my-opencode*.jsonconfiguration filesoh-my-openagent.json(new name) overoh-my-opencode.json(deprecated) when determining the current active configuration1.1.0→1.2.0README.mdTesting
Verified locally that:
oh-my-openagent.jsonis correctly detected as the active configoh-my-openagent-variant.jsonare discovered and listed(current)labelBackward Compatibility
Fully backward compatible — existing
oh-my-opencode*.jsonfiles continue to work exactly as before. The change is purely additive.