Open
Conversation
- Remove 'Course Materials Assistant' header (h1) - Remove subheader 'Ask questions about courses, instructors, and content' - Keep the theme toggle button - Removes the horizontal row styling associated with the header Fixes #2
Update claude-code-review workflow to use @main instead of @v1. The v1 version was causing SDK initialization crashes with exit code 1. Changes: - Update action from @v1 to @main - Add show_full_output: true for better debugging - Add pull-requests: write permission for code review comments Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
The plugin-based code-review with slash commands was causing authentication failures. Simplified to use a basic prompt that Claude can execute without requiring plugin marketplace authentication. Changes: - Remove plugin_marketplaces configuration - Remove plugins configuration - Replace slash command with simple prompt - Code review will now work with standard Claude API Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Owner
Author
|
@claude review PR |
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.
Fixes #2
Changes
Testing
The header should now display only the theme toggle button, matching the older design.