johnlanni
8d7524456e
feat: support use_default_attributes for ai-statistics plugin
...
Add use_default_attributes configuration option to enable sensible defaults.
When use_default_attributes is set to true, plugin automatically applies
a default set of attributes without requiring manual configuration.
Default attributes include:
- messages: extract complete conversation history from request body
- question: auto-extract last user message (built-in attribute)
- answer: auto-extract assistant response (built-in attribute)
- reasoning: auto-extract reasoning process (built-in attribute)
- tool_calls: auto-extract tool calls (built-in attribute)
- reasoning_tokens: auto-extract reasoning token count (built-in attribute)
- cached_tokens: auto-extract cached token count (built-in attribute)
- input_token_details: record complete input token details (built-in attribute)
- output_token_details: record complete output token details (built-in attribute)
Additionally, when use_default_attributes is true:
- value_length_limit is set to 10MB if not specified
- enable_path_suffixes is set to [/completions, /messages] if not specified
This provides sensible defaults for LLM observability out-of-the-box.
2026-02-01 13:05:47 +08:00
澄潭
f288ddf444
feat(skill): add agent-session-monitor skill for LLM observability ( #3426 )
2026-02-01 12:23:15 +08:00
澄潭
0c0ec53a50
feat(ai-statistics): support token details and builtin keys for reasoning_tokens/cached_tokens ( #3424 )
2026-02-01 11:54:52 +08:00
澄潭
c0ab271370
Update README.md
2026-02-01 11:11:22 +08:00
澄潭
1b0ee6e837
feat(ai-statistics): add session ID tracking for multi-turn agent conversations ( #3420 )
2026-02-01 00:35:50 +08:00
澄潭
93075cbc03
fix(model-router): sync model field in request body for auto routing mode ( #3422 )
2026-01-31 23:41:17 +08:00
澄潭
f2c5295c47
docs(skill): optimize nginx-to-higress-migration README ( #3418 )
2026-01-31 14:18:19 +08:00
澄潭
3e7c559997
feat(skill): improve nginx-to-higress-migration with critical warnings and guides ( #3417 )
2026-01-31 13:42:44 +08:00
澄潭
a68cac39c8
docs: add Nginx to Higress migration practice guide ( #3416 )
2026-01-31 13:27:13 +08:00
澄潭
4c2e57dd8b
feat: add nginx-to-higress-migration skill ( #3411 )
2026-01-31 00:14:49 +08:00
澄潭
6c3fd46c6f
feat(ai-proxy): add context cleanup command support ( #3409 )
2026-01-30 17:56:31 +08:00
rinfx
8eaa385a56
support mcp security guard ( #3295 )
2026-01-29 19:25:43 +08:00
澄潭
e824653378
docs: fix README - correct references from Claude to Clawdbot ( #3405 )
2026-01-29 11:30:53 +08:00
澄潭
da3848c5de
feat: add Higress community governance daily report skill for Claude ( #3404 )
2026-01-29 10:45:12 +08:00
澄潭
d30f6c6f0a
feat(model-router): add auto routing based on user message content ( #3403 )
2026-01-29 00:08:07 +08:00
澄潭
2fe324761d
feat: add higress wasm go plugin development skill for Claude ( #3402 )
2026-01-28 19:08:10 +08:00
zikunchang
f2fcd68ef8
feature: Support getting the API key from the request header when provider.apiTokens is not configured. ( #3394 )
...
Co-authored-by: 澄潭 <zty98751@alibaba-inc.com >
2026-01-28 14:03:24 +08:00
rinfx
cbcc3ecf43
bugfix for model-mapper & model-router ( #3370 )
2026-01-28 10:52:45 +08:00
澄潭
a92c89ce61
fix: remove duplicate loadBalancerClass definition in service.yaml ( #3400 )
2026-01-27 18:48:39 +08:00
ThxCode-Chen
819f773297
feat: support upstream ipv6 static address ( #3384 )
...
Co-authored-by: EricaLiu <30773688+Erica177@users.noreply.github.com >
2026-01-26 17:30:09 +08:00
aias00
255f0bde76
feat: Map Nacos instance weights to Istio WorkloadEntry weights in watchers ( #3342 )
...
Co-authored-by: EricaLiu <30773688+Erica177@users.noreply.github.com >
2026-01-23 15:56:58 +08:00
woody
a2eb599eff
Implement Vertex Raw mode support in AI Proxy ( #3375 )
2026-01-21 14:45:06 +08:00
rinfx
3a28a9b6a7
update wasm-go dependency ( #3367 )
2026-01-20 15:13:59 +08:00
woody
399d2f372e
add support for image generation in Vertex AI provider ( #3335 )
2026-01-19 16:40:29 +08:00
TianHao Zhang
ac69eb5b27
fix concurrent SSE connections returning wrong endpoint ( #3341 )
2026-01-19 10:22:50 +08:00
johnlanni
9d8a1c2e95
Fix the issue of backend errors not being propagated in streamable proxy mode
2026-01-15 20:36:49 +08:00
johnlanni
fb71d7b33d
fix(mcp): remove accept-encoding header to prevent response compression
2026-01-15 16:43:14 +08:00
aias00
eb7b22d2b9
fix: skip unhealthy or disabled services form nacos and always marshal AllowTools field ( #3220 )
...
Co-authored-by: EricaLiu <30773688+Erica177@users.noreply.github.com >
2026-01-15 10:46:21 +08:00
woody
f1a5f18c78
feat/ai proxy vertex ai compatible ( #3324 )
2026-01-14 10:13:00 +08:00
韩贤涛
e7010256fe
feat: add authentication wrapper for debug endpoints ( #3318 )
2026-01-14 09:30:51 +08:00
rinfx
5e787b3258
Replace model-router and model-mapper with Go implementation ( #3317 )
2026-01-13 20:14:29 +08:00
woody
23fbe0e9e9
feat(vertex): 为 ai-proxy 插件的 Vertex AI Provider 添加 Express Mode 支持 || feat(vertex): Add Express Mode support to Vertex AI Provider of ai-proxy plug-in ( #3301 )
2026-01-13 20:00:05 +08:00
qshuai
72c87b3e15
docs: unknown config entry <show_limit_quota_header> in ai-token-ratelimit plugin ( #3241 )
2026-01-10 11:07:43 +08:00
CZJCC
78d4b33424
feat(ai-proxy): add Bearer Token authentication support for Bedrock p… ( #3305 )
2026-01-07 19:39:20 +08:00
澄潭
b09793c3d4
Update README.md
2026-01-04 10:45:03 +08:00
澄潭
5d7a30783f
Update README.md
2026-01-04 09:33:30 +08:00
nixidexiangjiao
b98b51ef06
feat(ai-load-balancer): enhance global least request load balancer ( #3255 )
2025-12-29 09:28:56 +08:00
johnlanni
9c11c5406f
update helm README.md
...
Change-Id: Ic216d36c4cb0e570c9084b63c9f250c9ab6f4cec
2025-12-26 17:35:49 +08:00
Wilson Wu
10ca6d9515
feat: add topology spread constraints for gateway and controller ( #3171 )
...
Signed-off-by: Wilson Wu <iwilsonwu@gmail.com >
2025-12-26 17:30:31 +08:00
Kent Dong
08a7204085
feat: Add traffic-editor plugin ( #2825 )
2025-12-26 17:29:55 +08:00
steven
4babdb6a4f
fix(helm,podmonitor): add podMonitorSelector for gateway metrics configuration ( #3022 )
2025-12-26 17:25:06 +08:00
Jingze
38d50bbdad
feat: Add response-cache plugin ( #3061 )
...
Co-authored-by: mirror58229 <674958229@qq.com >
2025-12-26 17:22:03 +08:00
github-actions[bot]
2b3d0d7207
Update CRD file in the helm folder ( #3155 )
...
Co-authored-by: johnlanni <6763318+johnlanni@users.noreply.github.com >
2025-12-26 17:19:21 +08:00
澄潭
85791e4866
fix(mcp-server): fix MCP server version negotiation to comply with spec ( #3258 )
2025-12-26 17:04:20 +08:00
rinfx
5cc9f65aaa
support disable thinking and add reasoning token usage ( #3261 )
2025-12-26 17:04:07 +08:00
xingpiaoliang
17e80b30fe
feat: implement hgctl agent module ( #3267 )
2025-12-26 13:47:32 +08:00
Bingkun Zhao
e7e3ab5ff6
fix: ai-proxy dify provider extract hostname from difyApiUrl ( #3257 )
2025-12-24 09:58:54 +08:00
firebook
2b8f91e5f2
upgrade vipshop Description of Use in ADOPTERS.md ( #3250 )
2025-12-23 17:08:03 +08:00
rinfx
3191bb1bf5
special handling for cases where extracted content is empty and add unit test ( #3251 )
2025-12-23 16:55:06 +08:00
rinfx
00d0ad0f5e
Cross provider lb bugfix ( #3252 )
2025-12-23 16:54:15 +08:00