Update changelog

This commit is contained in:
decolua
2026-04-30 18:02:17 +07:00
parent 936d65ae1c
commit cad31a171b
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
# v0.4.11 (2026-04-30)
## Features
- Add Caveman feature: terse-style system prompts to reduce output token usage with configurable compression levels
- Add Caveman settings UI in Endpoint dashboard (enable/disable, compression level)
## Improvements
- Consolidate AntigravityExecutor function declarations for Gemini compatibility
- Clean up translator initialization logs across API routes
# v0.4.10 (2026-04-29)
## Features

View File

@@ -1,6 +1,6 @@
{
"name": "9router-app",
"version": "0.4.10",
"version": "0.4.11",
"description": "9Router web dashboard",
"private": true,
"scripts": {