-
Notifications
You must be signed in to change notification settings - Fork 0
docs: Add FAQ section and update CLI Reference in README #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
4a1c036
chore: Add pipeline state to bean agentbox-tghq
BjRo 7b5e534
chore: Update bean agentbox-tghq plan with challenge findings
BjRo 1db1f0b
chore: Mark implement phase as in-progress for bean agentbox-tghq
BjRo 60457ff
docs: Add FAQ section and update CLI Reference in README
BjRo db42ba0
chore: Update pipeline state for bean agentbox-tghq (implement done, …
BjRo 875f439
chore: Update bean agentbox-tghq checklist (branch pushed, PR created)
BjRo e6e2366
chore: Mark review phase as rework for bean agentbox-tghq
BjRo 1f0066b
fix: Correct --stack flag help text in update command
BjRo 000902f
chore: Mark review iteration 2 for bean agentbox-tghq
BjRo c5b20a8
chore: Mark review phase as rework iteration 2 for bean agentbox-tghq
BjRo 8b7d5d4
docs: Clarify --extra-domains requires -y flag on agentbox init
BjRo 3acea96
chore: Mark review iteration 3 for bean agentbox-tghq
BjRo 37a785c
chore: Mark review done, codify in-progress for bean agentbox-tghq
BjRo 8599ac5
chore: Finalize pipeline state for bean agentbox-tghq
BjRo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SUGGESTION: The FAQ correctly warns that
devcontainer.jsonis regenerated on update and suggests usinggit diffto restore changes. A possible improvement for a future PR: support acontainerEnvoverride mechanism (e.g., reading extra env vars from.agentbox.yml) so users do not lose custom API key forwarding on every update. This is not a documentation issue -- the guidance here is accurate and practical.