v0.5.6

met4citizen/TalkingHeadv0.5.6Jun 20, 2026by decolua

AI Summary

This release adds a minimalist code generation feature for Ponytail and a comprehensive proxy lifecycle manager for Headroom with a dashboard UI. It also expands CodeBuddy CN support with a new OAuth provider and refines routing for OpenCode-Go models to align with official endpoints.

Key Highlights

  • Ponytail minimalist code generation feature
  • Headroom proxy lifecycle management and dashboard UI
  • CodeBuddy CN new OAuth provider with OpenAI-style reasoning
  • OpenCode-Go endpoint alignment for Qwen and other models
  • CLI tools updated to tolerate JSONC configs

New Features

  • Ponytail: minimalist code generation feature
  • Headroom: proxy lifecycle management + dashboard UI
  • CodeBuddy CN: new OAuth provider (copilot.tencent.com)
  • OpenCode-Go: align models with official endpoints

Full Release Notes

Features:
- Ponytail: minimalist code generation feature
- Headroom: proxy lifecycle management + dashboard UI (one-click start/stop, install detection, status probing, token saver, claude↔openai shape conversion)
- CodeBuddy CN: new OAuth provider (copilot.tencent.com) — 15-model catalog, /v2 inference, forced streaming, OpenAI-style reasoning
- OpenCode-Go: align models with official endpoints; route Qwen 3.7 MiniMax via /v1/messages, GLM/Kimi/DeepSeek/MiMo via /chat/completions

Fixes:
- Anthropic-compatible validation: use POST /v1/messages (GET /models not spec, false invalid for valid keys)
- CLI tools: tolerate JSONC configs in all 8 settings routes (opencode, openclaw, kilo, droid, cowork, copilot, claude, cline)
- Gemini/Antigravity: preserve pattern in tool schema translation (glob/grep)
- Combo/Fusion: flatten Anthropic-style tool messages in panel calls (prevent 503)
- Models: store provider custom models by provider scope
- Perplexity: use /v1/models endpoint for key validation