v0.5.5

RightNow-AI/openfangv0.5.5Mar 27, 2026by jaberjaber23

AI Summary

Bug fixes for tool_calls orphaning after context overflow, LINE webhook signature validation, local skill install TUI parsing, and exec_policy mode behavior.

Key Highlights

  • Fixed Qwen/OpenAI-compat tool_calls orphaning after context overflow with smart drain boundaries.
  • LINE webhook signature validation now uses raw bytes for HMAC and corrects secret trimming.
  • Local skill install TUI parsing fix and hot-reload via `/api/skills/reload`.
  • exec_policy mode=full now bypasses the approval gate for shell_exec.

Full Release Notes

## Bug Fixes

- **#771** Qwen/OpenAI-compat tool_calls orphaning after context overflow. Smart drain boundaries + streaming repair.
- **#811** LINE webhook signature validation. Raw bytes for HMAC, secret trimming, debug logging.
- **#752** Local skill install: TUI parsing fix, hot-reload via /api/skills/reload, ClawHub reload.
- **#772** exec_policy mode=full now bypasses approval gate for shell_exec.
- **#661** Chat streaming interrupts (closed as resolved by v0.5.3 reactivity fixes).

**Full Changelog**: https://github.com/RightNow-AI/openfang/compare/v0.5.4...v0.5.5