DeepCamera Cloud Provider Regression Test

Connectivity, chat, JSON & streaming regression tests for all enabled cloud LLM providers

install
source · Clone the upstream repo
git clone https://github.com/SharpAI/DeepCamera
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/SharpAI/DeepCamera "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/analysis/cloud-provider-regression" ~/.claude/skills/sharpai-deepcamera-cloud-provider-regression-test && rm -rf "$T"
manifest: skills/analysis/cloud-provider-regression/SKILL.md
source content

Cloud Provider Regression Test

Tests every enabled cloud provider for connectivity, chat completion, JSON output, and SSE streaming. Reads keys from

~/.aegis-ai/llm-config.json
.

Standalone

node scripts/run-regression.cjs                    # all providers
node scripts/run-regression.cjs --provider glm,xai # specific
node scripts/run-regression.cjs --verbose           # full responses

Protocol

{"event":"ready","providers":8}
{"event":"test_result","suite":"GLM","test":"chat","status":"pass","timeMs":1930}
{"event":"complete","passed":14,"failed":1,"total":15,"timeMs":38000}

Tests Per Provider

TestVerifies
ChatConnectivity, auth, URL construction, param compat
JSONStructured output (JSON instruction following)
StreamSSE streaming, chunks received

Results saved to

~/.aegis-ai/regression-tests/
.