Merged
Conversation
Version bump to 0.1.1 with changelog updates for: - Automated GitHub releases workflow - AWS EKS support (ARN format) - Liquid glass modal styling - Welcome modal UX improvements - CLI rebuild command - Dynamic version display - Console.log cleanup 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 AI Code ReviewPR: chore: Release v0.1.1 Automated Checks
📝 Review ChecklistReview the following manually:
🚀 Next Steps🤖 AI-Assisted ReviewFor detailed AI review, use the code-reviewer agent: Or manually: Generated by Orphelix AI Code Review |
Changed 'Install GitHub App' buttons to use proper installation URL
(/apps/{slug}/installations/new) instead of OAuth authorization flow
(/login/oauth/authorize).
This allows users to install the public Orphelix GitHub App without
needing to create their own app. Users simply:
1. Log in with GitHub OAuth (for authentication)
2. Install Orphelix GitHub App (for repository access)
Changes:
- app/components/github-app/install-button.tsx: Use installation URL
- app/components/repo-browser/repo-selector.tsx: Use installation URL
- app/components/yaml-editor/yaml-editor-modal.tsx: Use installation URL
- .env.example: Updated documentation to clarify PUBLIC app requirement
Fixes 404 error when clicking 'Install GitHub App' button.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
🤖 AI Code ReviewPR: chore: Release v0.1.1 Automated Checks
📝 Review ChecklistReview the following manually:
🚀 Next Steps🤖 AI-Assisted ReviewFor detailed AI review, use the code-reviewer agent: Or manually: Generated by Orphelix AI Code Review |
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.
Release v0.1.1
This PR prepares the release of Orphelix v0.1.1.
Changes in this release
Added
orphelix rebuildwith auto-update of dev dependenciesFixed
Changed
What happens after merge
When this PR is merged to main:
v0.1.1Files Changed
app/package.json- Version bump to 0.1.1CHANGELOG.md- Added v0.1.1 section with all changes🤖 Generated with Claude Code