You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SKILL.md updates the command-table row and the "What is served" section: hosts describe now answers "what is this container" (image, status and uptime, routed port and backend, network, reachability through the proxy, mounts, command). It tells the agent that command-line secrets are redacted by name and never by the shape of a value, so the output may still carry a secret before pasting, that a reachable other than 200 with a backend present points at the app rather than the proxy, and that a gone container is reported as not found.
CHANGELOG.md gets a dated entry.
Verification
Prettier passes on both files. No evals/ exist for this skill.
PR Type
Documentation
Description
Document live container inspection via hosts describe
The changelog entry is dated 2026-09-02, but the PR date is 2026-09-01. If merged today, the change will be grouped under a future date and make the chronological history inaccurate; use the actual merge date.
A non-200 response can still be generated by the proxy—for example, a gateway error—even when backend is present. Avoid directing operators exclusively toward the application; tell them to inspect the response and relevant logs before assigning the fault.
-A `reachable` other than `200` with a `backend` present points at the app, not-the proxy.+A `reachable` result other than `200` can come from either the proxy or the+application, even when a `backend` is present; inspect the response and the+proxy and application logs before assigning the failure.
Suggestion importance[1-10]: 6
__
Why: A configured backend does not rule out proxy-generated errors such as gateway failures. The revision prevents misleading operational guidance and accurately reflects the proposed change.
Low
Assisted-by: pr-agent/gpt-5.6-sol
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.
User description
Refs sparkfabrik/http-proxy#164. Follows sparkfabrik/http-proxy#166, merged as
d7947f4, which madehosts describeread the container live.What changes
SKILL.mdupdates the command-table row and the "What is served" section:hosts describenow answers "what is this container" (image, status and uptime, routed port and backend, network, reachability through the proxy, mounts, command). It tells the agent that command-line secrets are redacted by name and never by the shape of a value, so the output may still carry a secret before pasting, that areachableother than200with abackendpresent points at the app rather than the proxy, and that a gone container is reported as not found.CHANGELOG.mdgets a dated entry.Verification
Prettier passes on both files. No
evals/exist for this skill.PR Type
Documentation
Description
Document live container inspection via
hosts describeExplain routing, reachability, and stale records
Warn command output may retain secrets
Record behavior in dated changelog
Diagram Walkthrough
File Walkthrough
CHANGELOG.md
Record live hosts inspection documentationCHANGELOG.md
spark-http-proxydocumentation entryhosts describeSKILL.md
Explain live container inspection with hosts describeskills/system/spark-http-proxy/SKILL.md