johnlanni
caf910cf48
feat(ai-proxy): add Claude Code mode support for Claude provider
...
Add claudeCodeMode configuration option to emulate Claude Code client
requests, enabling OAuth token authentication with Claude API.
Changes:
- Add claudeCodeMode config field in ProviderConfig
- Transform request headers for Claude Code mode:
- Use Bearer token authorization instead of x-api-key
- Set user-agent to claude-cli/2.1.2 (external, cli)
- Set x-app: cli header
- Set anthropic-beta with OAuth and Claude Code features
- Add ?beta=true query parameter to path
- Add cache_control with ephemeral type to system prompts in Claude Code mode
This allows users to use Claude Code OAuth tokens with Higress AI proxy.
2026-02-07 01:12:33 +08:00
johnlanni
d982f446dd
Revert "feat: update submodules for git ( #3455 )"
...
This reverts commit ea8ca98d6b .
2026-02-05 19:24:35 +08:00
EndlessSeeker
ea8ca98d6b
feat: update submodules for git ( #3455 )
2026-02-05 19:12:20 +08:00
lvshui
9edb709ca4
fix(ai-statistics): 修复请求模型上下文未设置问题 || fix(ai-statistics): Fix the problem that the request model context is not set ( #3380 )
...
Co-authored-by: rinfx <yucheng.lxr@alibaba-inc.com >
2026-02-04 21:11:55 +08:00
daofeng
07cfdaf88a
fix(ai-proxy): 处理 Qwen 响应无选择项的情况 ( #3448 )
2026-02-03 20:33:57 +08:00
澄潭
ec1420bdbd
Update OSS upload path in deployment workflow
2026-02-03 20:07:05 +08:00
澄潭
e2859b0bbf
Modify OSS deployment workflow for artifact path
...
Updated the OSS deployment workflow to use a new artifact path.
2026-02-03 20:06:45 +08:00
github-actions[bot]
7d1e706244
Add release notes ( #3449 )
...
Co-authored-by: johnlanni <6763318+johnlanni@users.noreply.github.com >
2026-02-03 19:53:51 +08:00
澄潭
2cc61a01dc
docs: add inotify max_user_instances troubleshooting to higress-clawdbot-integration skill ( #3440 )
2026-02-03 10:02:36 +08:00
澄潭
acaf9fad8d
docs: remove IMAGE_REPO from skill, use PLUGIN_REGISTRY only ( #3442 )
2026-02-02 11:36:40 +08:00
澄潭
6e1c3e6aba
docs: update skill for automatic registry selection ( #3441 )
2026-02-02 11:12:42 +08:00
澄潭
3132039c27
docs(skill): add regional image repository selection for Higress deployment ( #3439 )
2026-02-01 23:19:38 +08:00
澄潭
f81881e138
improve(skill): enhance higress-clawdbot-integration skill ( #3438 )
2026-02-01 22:39:32 +08:00
johnlanni
2baacb4617
remove useless extensions
2026-02-01 21:59:05 +08:00
澄潭
04c35d7f6d
feat: integrate higress-ai-gateway plugin into higress-clawdbot-integration skill ( #3437 )
2026-02-01 21:57:45 +08:00
澄潭
893b5feeb1
Update SKILL.md
2026-02-01 21:39:04 +08:00
澄潭
6427242787
feat: update integration SKILL provider list and add OpenClaw plugin package ( #3436 )
2026-02-01 21:35:55 +08:00
澄潭
493a8d7524
fix: quote description values in skill frontmatter to fix YAML parsing ( #3434 )
2026-02-01 19:08:38 +08:00
澄潭
2b8c08acda
docs: optimize higress-auto-router skill following Clawdbot standards ( #3433 )
2026-02-01 18:40:30 +08:00
澄潭
961f32266f
docs: optimize higress-clawdbot-integration skill following Clawdbot standards ( #3432 )
2026-02-01 18:33:43 +08:00
澄潭
611059a05f
docs: update higress-clawdbot-integration SKILL.md with config subcommand hot-reload ( #3431 )
2026-02-01 18:23:55 +08:00
澄潭
6b10f08b86
feat: add Clawdbot integration skills ( #3428 )
2026-02-01 14:40:05 +08:00
澄潭
38dedae47d
feat: support use_default_attributes for ai-statistics plugin ( #3427 )
2026-02-01 13:47:55 +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