This repository was archived by the owner on Sep 13, 2026. It is now read-only.
v0.6.1
Changed
- Enable stamping by default:
stamp_claude_code_enabled(Anthropic
TTL/thinking/top_k/max_tokens/output_config/context_management stamps) and
stamp_reasoning_effort_enabled(OpenAIreasoning_effortinjection) now
default totrue. Existing installs without an explicit value in
config.jsonare silently upgraded — a startupconsole.warnbanner fires
when the flip is implicit. Set tofalsein Config → Stamps orconfig.json
to disable.
Added
- Restart-service button on the API key gate: after saving the API key,
the login page now shows a "Restart Service" button.umans_api_keyis a
restart-required field — the live proxy config does not pick up the saved
key until restart. The button callsPOST /dashboard/api/restart, polls
until the server responds, then reloads the page.
Fixed
- API key not recognized until manual restart: the dashboard saved the
key to disk but the gate closed without prompting for a restart, leaving
the user in a state where/v1/usagepolling and gate sizing stayed
disabled until the next manual service restart. - Promotion paragraph on API key gate now mentions stamp toggles: the
"Heads up" paragraph previously pointed only to "Config → Experimental"
for passthrough-proxy users. It now also mentions "Config → Stamps" since
stamping is enabled by default and is the most impactful body-modification
feature.