Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
385 commits
Select commit Hold shift + click to select a range
b3b8ad5
fix(hooks): align session_id reads with flow.metadata storage
starbaser Apr 10, 2026
7bc4267
fix(dag): auto-size box width in ASCII DAG visualization
starbaser Apr 10, 2026
4dfef81
cleaning
starbaser Apr 10, 2026
2e4d438
chore: purge stale LiteLLM proxy references from docs, config, and so…
starbaser Apr 10, 2026
4a9a386
Merge branch 'main' into starbased/dev
starbaser Apr 11, 2026
c524d31
Merge branch 'dev' into starbased/dev
starbaser Apr 11, 2026
8e5a841
chore: reinitialize CLAUDE.md with verified content
starbaser Apr 11, 2026
19b3858
refactor(oauth): replace TTL refresh with 401-triggered re-resolve an…
starbaser Apr 11, 2026
e10c94c
feat(config): add CredentialSource for file/command credential resolu…
starbaser Apr 11, 2026
5c92099
feat(inspector): add client request snapshot and content view
starbaser Apr 11, 2026
989a5bf
feat(compliance): add provider-agnostic compliance profile learning s…
starbaser Apr 11, 2026
01551c8
fix(compliance): exclude x-goog-api-key from profiling and update nix…
starbaser Apr 11, 2026
40cdf40
docs: update CLAUDE.md for compliance profile system
starbaser Apr 11, 2026
3888597
feat(transform): add redirect mode as default for same-format routing
starbaser Apr 11, 2026
6de5105
fix(transform): restrict redirect/transform to reverse proxy flows
starbaser Apr 11, 2026
f58b7a5
fix(compliance): case-insensitive UA extraction and UA-targeted profi…
starbaser Apr 11, 2026
c668a21
fix(oauth): move ccproxy_oauth_provider to flow.metadata
starbaser Apr 11, 2026
0e014b9
fix(compliance): exclude thinking/context_management/output_config fr…
starbaser Apr 11, 2026
af6bb72
feat(compliance): body wrapping for cloudcode-pa Gemini routing
starbaser Apr 11, 2026
3b97adb
feat(compliance+routing): complete Gemini cloudcode-pa support
starbaser Apr 11, 2026
ccb779c
feat(routing+tools): Gemini SDK path rewriting, flows CLI, forward_oa…
starbaser Apr 11, 2026
b7adc6e
compliance
starbaser Apr 11, 2026
b089174
feat(docs+skills): inspector/compliance docs, using-ccproxy-inspector…
starbaser Apr 12, 2026
b120840
feat(skills): revamp using-ccproxy-api with install guide, update tem…
starbaser Apr 12, 2026
115d100
fix(cli): install command no longer rejects existing config directories
starbaser Apr 12, 2026
978f17f
refactor(ccproxy): add mode field to TransformMeta for routing logic
starbaser Apr 12, 2026
c076a70
chore: release audit — strip AI slop, fix blockers, clean config
starbaser Apr 12, 2026
376c204
fix(namespace): enable localhost→host connectivity inside WireGuard jail
starbaser Apr 12, 2026
8419c5f
docs(CLAUDE.md): add namespace networking, flow inspection, Gemini ro…
starbaser Apr 12, 2026
e43d838
test: fix stale assertions after install and TransformMeta refactors
starbaser Apr 12, 2026
c454846
feat(lightllm): add Gemini/Vertex AI context caching via cachedConten…
starbaser Apr 12, 2026
8d09bdd
test: comprehensive coverage recovery from 76% to 90%
starbaser Apr 12, 2026
eaccaf4
fix(lightllm): adapt to litellm API changes in sign_request and trans…
starbaser Apr 12, 2026
824983c
refactor: resolve TODO audit — immediate fixes and deferred items D1-…
starbaser Apr 12, 2026
afbc2ae
refactor(compliance): extract ComplianceMerger class for user-extensi…
starbaser Apr 13, 2026
6860d12
feat(scripts): add verify_cch script with compute_cch function
starbaser Apr 13, 2026
6a5d9a2
feat(flows): add relative timestamp column to flows list output
starbaser Apr 13, 2026
c2becf6
ci: add notify-marketplace workflow
starbaser Apr 13, 2026
556ec21
docs: document defaultSettings export and port conventions
starbaser Apr 13, 2026
ea6fad8
feat(ccproxy): add verify_outbound_reachability startup probe
starbaser Apr 13, 2026
fc14bfb
refactor(ccproxy): zero-default provider timeout (Portkey parity)
starbaser Apr 13, 2026
f8f6e31
fix(ccproxy): restore stdout purity for `ccproxy run`
starbaser Apr 13, 2026
5d1ae7c
fix(nix): suppress uv SSL_CERT_FILE warning in claude-ccproxy wheel b…
starbaser Apr 13, 2026
1c43e6a
fix(deps): lift litellm supply chain pin to >=1.83.0
starbaser Apr 13, 2026
a4ed008
refactor: replace contentview methods with __call__ and _render
starbaser Apr 14, 2026
f5fd621
feat(ccproxy): add gemini_oauth_refresh hook for token recovery
starbaser Apr 14, 2026
a726064
refactor(ccproxy): extract HAR builder functions from flows
starbaser Apr 14, 2026
e90f143
refactor(ccproxy)!: migrate ClientRequestContentview to Contentview API
starbaser Apr 14, 2026
b9c7977
fix(nix): inject setuptools into pyperclip source build
starbaser Apr 14, 2026
5884664
docs(ccproxy): document HAR output in flows --help and CLAUDE.md
starbaser Apr 14, 2026
1d50a53
fix(ccproxy): triage log noise and resurrect handle_transform_response
starbaser Apr 14, 2026
2d5c2c9
refactor(ccproxy): replace attrs with pydantic for CLI command classes
starbaser Apr 14, 2026
575cb94
fix(ccproxy): skip Authorization header when web_password is unset
starbaser Apr 14, 2026
c7227d9
fix(ccproxy): apply compliance profile to transformed list-shaped system
starbaser Apr 14, 2026
47b5eee
chore(scripts): remove verify_cch.py script
starbaser Apr 14, 2026
047618c
refactor(ccproxy)!: replace debug flag with log_level + log_file, add…
starbaser Apr 14, 2026
ab41860
style: reorder kitstore.nix repositories alphabetically
starbaser Apr 14, 2026
51be8c7
refactor(ccproxy)!: rewrite flows CLI + delegate HAR to SaveHar
starbaser Apr 14, 2026
49ca806
refactor(ccproxy): group hooks by stage in show_status display
starbaser Apr 14, 2026
c67a9e6
refactor(ccproxy): extract load_hooks from inspector.pipeline to loader
starbaser Apr 14, 2026
94369bc
feat(ccproxy): add render_pipeline for rich DAG visualization
starbaser Apr 14, 2026
73820d1
refactor(ccproxy)!: remove to_mermaid and to_ascii from HookDAG
starbaser Apr 14, 2026
daddea6
feat: add pydantic and rich repository configurations
starbaser Apr 14, 2026
888a887
docs: remove dag-viz command references from all documentation
starbaser Apr 14, 2026
68b285f
refactor(ccproxy): accept comma-separated flow ids in ccproxy_dump
starbaser Apr 15, 2026
fb35840
refactor(ccproxy): extract _FlowsBase and add jq filtering to flows
starbaser Apr 15, 2026
7f5ad4a
docs: document flows jq filtering and compare subcommand
starbaser Apr 15, 2026
7588818
feat(ccproxy): add FlowsConfig for CLI jq filter defaults
starbaser Apr 15, 2026
5f7adfe
style(ccproxy): reformat console.print call and add FlowsCompare
starbaser Apr 15, 2026
21596f9
style(ccproxy): collapse multi-line ValueError in load_hooks
starbaser Apr 15, 2026
70c1534
style(ccproxy): remove trailing blank lines in dag and executor
starbaser Apr 15, 2026
d92802b
docs!: rename 'ccproxy install' to 'ccproxy init' across all docs
starbaser Apr 15, 2026
c86d2da
refactor(ccproxy)!: rename install command to init
starbaser Apr 15, 2026
ad6c579
feat(ccproxy): add XSRF token support to delete_flow
starbaser Apr 15, 2026
0f03fd6
refactor(ccproxy)!: move default config dir to XDG_CONFIG_HOME
starbaser Apr 16, 2026
e0046dd
docs: move USAGE.md from docs/ to project root
starbaser Apr 16, 2026
a72744a
feat(ccproxy): add reroute_gemini inbound hook for Gemini SDK traffic
starbaser Apr 16, 2026
ecad102
Merge remote-tracking branch 'origin/main' into dev
starbaser Apr 16, 2026
3afef0f
test: add test_oauth_user_agent and test_hooks for oauth/routing
starbaser Apr 16, 2026
292746e
feat(inspector): unify HttpSnapshot model and capture provider responses
starbaser Apr 16, 2026
e47e305
docs: update CLAUDE.md for HttpSnapshot model and provider response c…
starbaser Apr 16, 2026
51e15e7
refactor(flows): replace Rich decoration with git diff for diff/compa…
starbaser Apr 17, 2026
aec7465
fix(hooks): handle stale OAuth and metadata leak in reroute_gemini
starbaser Apr 17, 2026
0b14c35
docs: remove CONVENTIONS.md reference from CLAUDE.md
starbaser Apr 17, 2026
50d7439
feat(compliance): add profile_path for shared compliance profiles
starbaser Apr 17, 2026
91d86ca
feat(compliance): replace auto-observation with user-curated flow see…
starbaser Apr 18, 2026
d0d6587
fix(compliance): broaden apply_compliance guard to OAuth-injected flows
starbaser Apr 18, 2026
eaae270
refactor(compliance)!: rename ComplianceMerger to ComplianceStamper, …
starbaser Apr 18, 2026
99046f6
refactor(compliance)!: unify Envelope across seeding and stamping pip…
starbaser Apr 18, 2026
aab5b9b
refactor(ccproxy): replace stamper with husk-based compliance flow
starbaser Apr 19, 2026
ba38a4c
feat(ccproxy)!: add husk hook with prepare/fill compliance functions
starbaser Apr 19, 2026
620eec9
refactor(ccproxy): replace compliance stamping with apply_husk
starbaser Apr 19, 2026
33a07f5
refactor(ccproxy): remove extract_envelope and extractor module
starbaser Apr 19, 2026
1e71cd1
refactor(ccproxy): remove classifier.py and feature classification
starbaser Apr 19, 2026
5bd72c1
refactor(ccproxy)!: replace compliance stamper with husk pipeline
starbaser Apr 19, 2026
c723764
docs!: replace compliance profile system with seed/husk framework
starbaser Apr 19, 2026
c5c8ce9
refactor!: replace stamp_compliance hook with husk prepare/fill pipeline
starbaser Apr 19, 2026
6754e5c
refactor(ccproxy): gate HookDAG dependencies by priority order
starbaser Apr 19, 2026
257273d
style(ccproxy): add explicit str() casts in reroute_gemini
starbaser Apr 19, 2026
4668396
fix(ccproxy): husk preserves transport routing and auth headers
starbaser Apr 21, 2026
286415a
refactor(ccproxy): replace strip_system_blocks_except_first with para…
starbaser Apr 21, 2026
0895fd2
refactor!: rename compliance/seed/husk to shaping/shape
starbaser Apr 21, 2026
fe91847
fix(ccproxy): align _do_shape output with ccproxy.shape response format
starbaser Apr 21, 2026
c23fd6f
fix(ccproxy): cast FlowMeta keys to str in _strip_runtime_metadata
starbaser Apr 21, 2026
e41f6f5
fix(ccproxy): strip non-string metadata keys in shape capturer
starbaser Apr 21, 2026
07aa79b
fix(ccproxy): bind parenthesized args by keyword in shape hook entries
starbaser Apr 21, 2026
241f18e
refactor!: replace untyped dict pipeline with Pydantic AI typed objects
starbaser Apr 22, 2026
95d8733
docs: update CLAUDE.md for typed pipeline and Context.from_request
starbaser Apr 22, 2026
e953802
chore: remove stale artifacts and unused constants
starbaser Apr 22, 2026
2d71237
refactor: promote flows to top-level ccproxy.flows package
starbaser Apr 22, 2026
290dd89
refactor: apply CONVENTIONS.md coding standards across codebase
starbaser Apr 22, 2026
a59562d
refactor!: replace hardcoded shaping pipeline with config-driven per-…
starbaser Apr 23, 2026
5cab185
fix: skip shaping when incoming UA matches shape's UA family
starbaser Apr 23, 2026
bc6cafa
feat: add merge strategy slice parameter and replace callbacks with i…
starbaser Apr 23, 2026
0daf08b
fix: add context_management to content_fields
starbaser Apr 23, 2026
a64e5a1
docs: fix staleness across all docs, add usage.md
starbaser Apr 23, 2026
c725989
fix: revert shape_hooks to module-level paths
starbaser Apr 23, 2026
5ecf7e2
fix: remove system prepend_shape from default merge strategies
starbaser Apr 23, 2026
5021dab
feat: add commitbee_compat hook for raw JSON responses
starbaser Apr 23, 2026
c8ad426
fix: strengthen commitbee_compat JSON instruction, restore prepend_shape
starbaser Apr 23, 2026
226393e
fix: strip accept-encoding from shape headers
starbaser Apr 23, 2026
7a61628
feat: add DeepSeek V4 provider defaults
starbaser Apr 27, 2026
880aee5
docs: update flow CLI usage and hook references for 2.0.0
starbaser Apr 27, 2026
3afcba1
refactor: generate template YAML from nix/defaults.nix
starbaser Apr 28, 2026
10ab1b9
docs: document template generation workflow in CLAUDE.md
starbaser Apr 28, 2026
de186d5
fix: disable body streaming to prevent 502 on large reverse proxy req…
starbaser Apr 28, 2026
d6f52cf
feat: add Gemini shaping provider profile and content injection hook
starbaser Apr 28, 2026
024cee4
add streaming sync to inject_gemini_content shape hook
starbaser Apr 29, 2026
f4cd8d1
fix gemini shape_hooks to use module paths, not function paths
starbaser Apr 29, 2026
eeba314
strip shape systemInstruction and tools from gemini requests
starbaser Apr 29, 2026
b287f6b
revert hardcoded systemInstruction/tools stripping
starbaser Apr 29, 2026
a80df47
feat: add glom-based cache breakpoint shaping hooks
starbaser May 1, 2026
b9f2208
update CLAUDE.md with glom caching hooks documentation
starbaser May 1, 2026
621746e
docs: add cache breakpoint hooks to shaping and configuration guides
starbaser May 1, 2026
42196a4
refactor: standardize hook system on glom for body mutations
starbaser May 1, 2026
e13572a
docs: document glom as standard body mutation primitive across hook s…
starbaser May 1, 2026
228a79a
refactor: rename shaping callbacks to regenerate, fix shape_hooks type
starbaser May 1, 2026
a6fdfa3
feat: unify Gemini handling into single gemini_cli outbound hook
starbaser May 3, 2026
427494b
feat: gemini_capacity_fallback hook + restore conditional UA masquerade
starbaser May 3, 2026
8d963b7
feat: add specs/oauth/mcp packages, billing-header regen, model catalog
starbaser May 3, 2026
249e864
chore: drop inject_claude_code_identity hook (obviated by shape replay)
starbaser May 4, 2026
6f75ef8
chore: update flake.lock dependencies
starbaser May 4, 2026
b1d5af7
feat: recursive consumer-config merge, shape-DAG render, gemini strip…
starbaser May 4, 2026
1b92ff2
feat: add Portkey-style /health and / endpoints
starbaser May 4, 2026
c728a0b
feat: per-project file logging + opt-in journald identifier
starbaser May 4, 2026
3ae69fb
docs: regenerate CLAUDE.md, drop stale notes
starbaser May 4, 2026
1e95ab4
feat: extract billing constants to user config + xxhash64 cch signing
starbaser May 4, 2026
90234af
refactor: collapse oat_sources + transforms into unified `providers` map
starbaser May 4, 2026
94fa997
fix: sweep stale wireguard-* config files at inspector startup
starbaser May 5, 2026
f4d53f2
fix: detect sentinel key on any inbound auth header
starbaser May 5, 2026
94a218d
docs(claude+readme): document shape replay as load-bearing for Anthro…
starbaser May 5, 2026
af897a9
fix(inspector): use flow.id as conversation_id seed when first text e…
starbaser May 5, 2026
cd57ff4
feat(flows): add MitmwebClient.get_response_body
starbaser May 5, 2026
5f4bbcb
fix(gemini_capacity_fallback): defensive copy of request_body in retry
starbaser May 5, 2026
17768a9
fix(config): per-provider locks for OAuth refresh
starbaser May 5, 2026
2d30cd5
fix(gemini_cli): restrict _ACTION_RE to known cloudcode-pa actions
starbaser May 5, 2026
8e6569e
refactor(mcp/server): use new get_response_body method
starbaser May 5, 2026
eb2b90d
style(flows): move S607 noqa onto list literal after fmt reflow
starbaser May 5, 2026
08fd970
docs(readme+config): recommend providers.anthropic.auth pointed at ~/…
starbaser May 5, 2026
78aec37
refactor(oauth): collapse anthropic/google modules into AuthSource ba…
starbaser May 5, 2026
04cf89a
refactor(hooks): extract gemini_envelope.py with EnvelopeUnwrapStream…
starbaser May 5, 2026
da26d1d
perf(flows): cache parsed request body on FlowRecord
starbaser May 5, 2026
40762ca
refactor(inspector): extract OAuthAddon for response-side 401 retry
starbaser May 5, 2026
bfe522a
refactor(inspector): extract GeminiAddon for envelope unwrap
starbaser May 5, 2026
a148e48
refactor(inspector): absorb capacity fallback into GeminiAddon, disso…
starbaser May 5, 2026
a4f3c41
chore(config): drop legacy gemini_capacity_fallback hook check
starbaser May 5, 2026
f41a268
docs: clarify AuthFields vs AuthSource, document Gemini prewarm_proje…
starbaser May 5, 2026
c1fa30e
style: ruff format sweep
starbaser May 5, 2026
ccfa7e2
docs(config): refresh configuration reference, nest readiness probe u…
starbaser May 5, 2026
7353065
docs(claude): regenerate CLAUDE.md, expand dev/prod section
starbaser May 5, 2026
3588032
docs(sdk): add sdk optional deps, gemini/deepseek/lightllm examples, …
starbaser May 5, 2026
1a846fc
fix(transform): repair OpenAI↔Gemini cross-format pipeline
starbaser May 5, 2026
ce21e3f
refactor(oauth): disk-as-truth credential resolution, fix capacity-fa…
starbaser May 5, 2026
f3706c3
feat: add 500 INTERNAL to retry_status_codes for gemini fallback
starbaser May 6, 2026
f00595e
chore: inline forAllSystems and rename wheelFixes to pyprojectOverrides
starbaser May 7, 2026
6b3772c
feat(gemini): inject request.session_id for cloudcode-pa implicit pre…
starbaser May 8, 2026
118a6cb
chore: prune redundant tests and bump flake.lock
starbaser May 8, 2026
d38655e
chore: add curl-cffi dependency to pyproject.toml
starbaser May 9, 2026
088f103
chore(ccproxy): suppress mitmproxy.proxy.server logs in setup_logging
starbaser May 9, 2026
6e672c6
docs: audit doc set against current code, prune vendored litellm refs
starbaser May 9, 2026
e909b5e
refactor(ccproxy): change _render_signature to one-param-per-line format
starbaser May 10, 2026
11e4f04
feat: add PerplexityProConfig for cookie-auth WebUI subscription
starbaser May 10, 2026
88f6674
feat(transport): fingerprint-aware outbound via curl-cffi sidecar
starbaser May 12, 2026
119782a
fix(transport): pass log_config=None to uvicorn so it stops closing r…
starbaser May 12, 2026
331614e
feat(ci): validate non-Nix pip install on Linux + macOS via container…
starbaser May 12, 2026
1f1058a
chore: disable validate-install-macos job to reduce CI costs
starbaser May 12, 2026
ed0ecab
chore: pass CCPROXY_CONFIG_DIR to ccproxy process environment
starbaser May 13, 2026
6fa723a
feat(pplx): promote Perplexity Pro to spec-complete production support
starbaser May 13, 2026
6cd1ab3
chore(flake): regenerate ccproxy.yaml template from dev shell, drop p…
starbaser May 13, 2026
c6ba9c5
refactor(pplx): drop leading underscore from PascalCase class names
starbaser May 13, 2026
0f95982
chore: restructure tool.ty config to tool.ty.environment section
starbaser May 14, 2026
d1ab704
feat(mcp): host FastMCP streamable-HTTP server in daemon; remove stdi…
starbaser May 14, 2026
d637e19
style: apply ruff format across previously-untouched files
starbaser May 14, 2026
35d6250
feat(ccproxy): add pplx_usage tool with 60s TTL cache
starbaser May 14, 2026
0db9a3d
flake.nix
starbaser May 14, 2026
1e609c3
refactor(ccproxy): disable websockets in run_inspector uvicorn config
starbaser May 15, 2026
bf59dbc
refactor(ccproxy): extract Perplexity MCP tools to ccpplx; rename ccp…
starbaser May 17, 2026
2f901af
feat(ccproxy): add GET /pplx/messages endpoint for session resume
starbaser May 18, 2026
05777b1
feat(ccproxy): render Perplexity SSE step trail to OpenAI clients
starbaser May 19, 2026
7bc5d0b
refactor(ccproxy): use explicit timeout in _attempt_request
starbaser May 19, 2026
a7a583f
refactor(ccproxy): replace _extract_final_answer with block-based parser
starbaser May 20, 2026
f7613b0
feat(ccproxy): introduce pydantic-ai-mediated wire layer in lightllm/
starbaser May 21, 2026
b8469d7
feat(ccproxy): add SsePipeline, buffered renderer, and TransformMeta …
starbaser May 21, 2026
1d9210c
feat(ccproxy): rewire inspector to use pydantic-ai-mediated wire layer
starbaser May 21, 2026
7e3670d
refactor(ccproxy): migrate Context typed properties to IR, delete wir…
starbaser May 21, 2026
14b8904
fix(ccproxy): worker-thread fallback for sync IR bridges in async hooks
starbaser May 21, 2026
d95834d
cleaned up old plan files
starbaser May 21, 2026
6a24456
refactor(ccproxy): migrate lightllm wire layer to pydantic-graph FSM
starbaser May 21, 2026
52f6037
refactor: rename CLAUDE.md → AGENTS.md; CLAUDE.md imports via @
starbaser May 21, 2026
04cefaf
Rename Sse* to SSE*
starbaser May 21, 2026
1d8407e
refactor(ccproxy): replace node classes with graphbuilder steps
starbaser May 21, 2026
e2834e8
refactor(ccproxy): replace user-turn nodes with GraphBuilder functions
starbaser May 21, 2026
25d2564
chore: disable mypy errors for pydantic_graph TypeVar inference
starbaser May 21, 2026
488c876
refactor(ccproxy): migrate response side to pydantic-graph FSM; remov…
starbaser May 22, 2026
838ace5
refactor(ccproxy): replace lightllm FSM load/dump with UIAdapters
starbaser May 22, 2026
b495e02
refactor(ccproxy): Google/Perplexity adapters + graph_ext + HookResult
starbaser May 22, 2026
aa20968
refactor(ccproxy): pin pydantic-graph 1.99+; Context as LLMRenderInput
starbaser May 22, 2026
19c441e
docs(lightllm): fix stale FSM example + GoogleAdapter description
starbaser May 22, 2026
4d914a9
fix(shaping): invalidate Context IR cache after apply_shape stamps body
starbaser May 23, 2026
2301846
feat(lightllm): Phase F/H — subgraph composition + typed tool promotion
starbaser May 23, 2026
633cab5
chore(lightllm): drop dead PerplexityProConfig + registry; doc cleanup
starbaser May 23, 2026
edb498f
refactor(ccproxy): InboundFormat rename + Context.extras + HookDAG.re…
starbaser May 23, 2026
5cf5627
docs(AGENTS): compress + dedupe (~24% reduction, 585→442 lines)
starbaser May 23, 2026
c6b3bc8
feat(ccproxy): add OpenAIResponsesAdapter for /v1/responses
starbaser May 24, 2026
f232fe9
feat(ccproxy): add OpenAIResponsesRenderFSM for Codex CLI support
starbaser May 24, 2026
c9a4378
Preserve Perplexity data surfaces
starbaser May 24, 2026
95ca5b9
feat(ccproxy): add FlowsRepl and bundled default shapes
starbaser May 24, 2026
426e831
refactor(ccproxy)!: replace patches_dir with unified shapes_dir layout
starbaser May 24, 2026
59a403c
feat(ccproxy): add CapturedFingerprint for shape-backed profiles
starbaser May 24, 2026
d697098
Centralize ccproxy flow metadata access
starbaser May 24, 2026
4a9af8f
docs: replace flow.metadata references with ctx.metadata API
starbaser May 24, 2026
cfeea75
feat(ccproxy): tighten shape capture, add bundled scrubber + egress s…
starbaser May 25, 2026
588ae09
fix(ccproxy): scrubber deletes keys instead of zero-placeholders, cle…
starbaser May 25, 2026
e16281b
revert(ccproxy): drop bundled-shape scrubber — wrong design
starbaser May 25, 2026
24ce23c
Generalize auth injection and package shapes
starbaser May 25, 2026
a8f3cc0
chore: sync template workflow and add pre-commit refresh hook
starbaser May 26, 2026
3540d0f
Package public default shapes
starbaser May 26, 2026
faf01f2
Trim stale handoff follow-ups
starbaser May 26, 2026
fbf3f41
Update docs for auth and shape packaging
starbaser May 26, 2026
a24cdf1
Rename sidecar relay header filter
starbaser May 26, 2026
a12fec6
Reframe shape docs around packaged defaults
starbaser May 26, 2026
4b9afef
Add manual stale-shape recovery guide
starbaser May 26, 2026
c16294e
Clarify local shape save preparation
starbaser May 26, 2026
57d9fb9
refactor(ccproxy): clear stale params in load_hooks between calls
starbaser May 26, 2026
540879b
Consolidate SDK examples
starbaser May 29, 2026
44d6e96
Fix sidecar stream decoding for commitbee
starbaser May 29, 2026
38e0deb
Add namespace privacy transparency tools
starbaser Jun 6, 2026
ea09d98
Add WSL2 release artifact support
starbaser Jun 6, 2026
aa1c4f1
feat(scripts): add wsl_kvm_smoke.sh for automated windows testing
starbaser Jun 6, 2026
f72725e
Fix sidecar provider timeout handling
starbaser Jun 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "ccproxy",
"version": "1.2.0",
"description": "Guides users through ccproxy — a mitmproxy-based LLM API interceptor — with SDK integration, OAuth authentication, sentinel key substitution, transform routing, and troubleshooting.",
"author": {
"name": "***",
"email": "mail@***.com"
},
"keywords": ["ccproxy", "mitmproxy", "oauth", "anthropic", "openai", "agent-sdk"]
}
50 changes: 0 additions & 50 deletions .claude/AGENTS.md

This file was deleted.

289 changes: 0 additions & 289 deletions .claude/agents/charm-dev.md

This file was deleted.

Loading
Loading