Skip to content

feat: add /fullsend upgrade command and improve local setup docs#14

Merged
durandom merged 1 commit into
mainfrom
chore/fullsend-upgrade-skill
Jun 17, 2026
Merged

feat: add /fullsend upgrade command and improve local setup docs#14
durandom merged 1 commit into
mainfrom
chore/fullsend-upgrade-skill

Conversation

@durandom

Copy link
Copy Markdown
Member

Summary

  • Add /fullsend upgrade command with step-by-step upgrade procedure and smoke test
  • Add upgrade ledger for tracking version history
  • Improve local setup guide: env file requirements, custom image, sandbox log inspection, troubleshooting table

Test plan

  • Run /fullsend upgrade and verify it loads the reference
  • Run /fullsend help setup and verify updated local setup guide

🤖 Generated with Claude Code

…ting

Documents the two-layer env architecture (runner context vs sandbox .env.d),
per-agent env file requirements (GH_TOKEN, GIT_BOT_EMAIL), custom image
requirement, sandbox log inspection, and common local setup mistakes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@durandom durandom requested a review from kadel as a code owner June 17, 2026 16:51
Copilot AI review requested due to automatic review settings June 17, 2026 16:51
@durandom durandom merged commit 5c4277c into main Jun 17, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the /fullsend help setup local setup reference to better document RHDH-specific requirements when running fullsend agents locally (GCP env config, custom sandbox image, per-agent env files, and troubleshooting/log inspection).

Changes:

  • Expands the local setup guide with clearer GCP env-file examples and an explicit requirement to use the RHDH custom sandbox image.
  • Adds guidance for per-agent env files (common variables + example triage/code envs) and updated local run commands.
  • Adds sandbox log inspection steps plus an RHDH-specific troubleshooting table.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +39 to 40
GOOGLE_APPLICATION_CREDENTIALS=/Users/<you>/.config/fullsend/fullsend-local-credentials.json
FULLSEND_SANDBOX_IMAGE=ghcr.io/redhat-developer/rhdh-fullsend-code:latest
Comment on lines 114 to +116
fullsend run triage \
--fullsend-dir /path/to/fullsend/internal/scaffold/fullsend-repo/ \
--target-repo /path/to/your/target-repo/ \
--fullsend-dir ~/src/rhdh/asdlc-lab/resources/fullsend-ai/fullsend/internal/scaffold/fullsend-repo/ \
--target-repo ~/src/rhdh/rhdh-plugins/ \
Comment on lines +122 to +124
fullsend run code \
--fullsend-dir ~/src/rhdh/asdlc-lab/resources/fullsend-ai/fullsend/internal/scaffold/fullsend-repo/ \
--target-repo ~/src/rhdh/rhdh-plugins/ \
Comment on lines +138 to +145
# Find the latest run output
ls -td /tmp/fullsend/agent-*/ | head -1

# Check for DENIED requests
grep "DENIED" /tmp/fullsend/agent-*/logs/openshell-sandbox.log | sort | uniq -c | sort -rn

# Full sandbox log
less /tmp/fullsend/agent-*/logs/openshell-sandbox.log
Comment on lines 16 to 20
Direct the user to the canonical upstream guide for all generic setup:

```
📘 Follow the upstream guide first:
Follow the upstream guide first:
https://github.com/fullsend-ai/fullsend/blob/main/docs/guides/user/running-agents-locally.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants