Open
Conversation
Containerization to provide a sandboxed environment and permission settings for GitHub workflows. Also fixes an issue where the approval requests were not correctly passed between the MCP server and the Slack handler. Co-Authored-By: Claude <noreply@anthropic.com>
Add standalone healthcheck server that responds on configured PORT environment variable with JSON status response. Server runs alongside main application without modifying existing code. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Modified resolveDirectory method to create cwdRelativePath if it doesn't exist - Added recursive directory creation with fs.mkdirSync - Enhanced logging for directory creation and error handling - Improves user experience by automatically creating needed directories
* feat: add GitHub App authentication and Git CLI integration Add comprehensive GitHub App support for better security and institutional identity, replacing personal access tokens. Includes automatic Git CLI authentication for push/pull operations and enhanced MCP server configuration. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * docs: add GitHub App environment variables to configuration Update README.md and .env.example to include GitHub App authentication variables as optional configuration. Clarifies setup for both GitHub Apps (recommended) and personal access tokens (legacy fallback). 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
- Add automatic token refresh 5 minutes before expiry or at 50% lifetime - Update git credentials and environment variables when tokens refresh - Implement background refresh with retry logic every 2 minutes on failure - Add graceful startup/shutdown with proper timer cleanup - Update documentation with token refresh details - Create test script for verification 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
Previously, each GitHub App token refresh would add a new git config entry
without removing the old one, leading to multiple duplicate entries like:
[url "https://x-access-token:TOKEN1@github.com/"]
insteadOf = https://github.com/
[url "https://x-access-token:TOKEN2@github.com/"]
insteadOf = https://github.com/
Now removes existing GitHub URL rewrites before adding new ones, ensuring
only one active entry exists at any time.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
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
This repository contains a comprehensive Claude Code Slack Bot implementation with the following key
features:
🏗️ Core Infrastructure (90828cf)
documentation
🏥 Health Monitoring (0ca513b)
📁 Smart Directory Management (09707ac + 40e9752)
cwdfs.mkdirSyncwith recursive option for nested directories🔧 Technical Improvements
📊 Statistics
Test Plan
🤖 Generated with Claude Code