Commit Graph

69 Commits

Author SHA1 Message Date
公明 b64f1c682c Update config.yaml 2026-04-17 12:40:07 +08:00
donnel 352e245389 Remove sensitive password from config.yaml
Remove the password from the configuration for security.
2026-04-16 13:53:56 +08:00
donnel 4442e7de30 feat: add Claude API bridge - transparent OpenAI-to-Anthropic protocol conversion
When provider is set to "claude" in config, all OpenAI-compatible API calls
are automatically bridged to Anthropic Claude Messages API, including:

- Non-streaming and streaming chat completions
- Tool calls (function calling) with full bidirectional conversion
- Eino multi-agent via HTTP transport hook (claudeRoundTripper)
- System message extraction, auth header conversion (Bearer → x-api-key)
- SSE stream format conversion (content_block_delta → OpenAI delta)
- TestOpenAI handler support for Claude connectivity testing

Zero impact when provider is "openai" or empty (default behavior unchanged).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 13:45:35 +08:00
公明 517906207a Update config.yaml 2026-04-14 10:31:19 +08:00
公明 24344cafdb Update config.yaml 2026-04-13 23:52:58 +08:00
公明 d4f2b0f93d Update version to v1.4.14 in config.yaml 2026-04-13 21:33:41 +08:00
公明 bb9e3f9477 Update version to v1.4.13 in config.yaml 2026-04-09 21:45:39 +08:00
公明 a273d6d7ba Update config.yaml 2026-04-09 20:16:07 +08:00
公明 7d7207c12f Update config.yaml 2026-04-08 16:58:20 +08:00
公明 d87bc09a2e Update config.yaml 2026-04-04 15:00:13 +08:00
公明 acef729800 Update version to v1.4.8 in config.yaml 2026-04-03 22:19:47 +08:00
公明 f196992b91 Update config.yaml 2026-04-02 00:41:46 +08:00
公明 0c95ed03c2 Update config.yaml 2026-03-31 22:37:36 +08:00
公明 32b29b0a5f Update config.yaml 2026-03-29 03:26:11 +08:00
公明 40af245eba Update config.yaml 2026-03-29 01:23:36 +08:00
公明 971a2d35cb Update config.yaml 2026-03-27 23:19:59 +08:00
公明 3cea834036 Update config.yaml 2026-03-25 03:29:53 +08:00
公明 6890433235 Update config.yaml 2026-03-24 10:29:06 +08:00
公明 88877e972c Update config.yaml 2026-03-23 03:04:03 +08:00
公明 85d4c6deda Update config.yaml 2026-03-23 02:21:05 +08:00
公明 b8b7aa0ffe Update config.yaml 2026-03-20 02:05:21 +08:00
公明 2ab8d4c731 Update config.yaml 2026-03-20 01:43:12 +08:00
公明 0e83c20e47 Update config.yaml 2026-03-17 20:25:27 +08:00
公明 0809be60fa Update config.yaml 2026-03-14 02:16:45 +08:00
公明 e4cd68df41 Update config.yaml 2026-03-13 20:22:52 +08:00
公明 dd7d15845c Update config.yaml 2026-03-12 21:17:57 +08:00
公明 127a5dd5c3 Update config.yaml 2026-03-10 09:12:58 +08:00
公明 f44bb42842 Update version number to v1.3.22 2026-03-10 00:25:35 +08:00
公明 a5c285c8f3 Update version number to v1.3.21 2026-03-10 00:06:37 +08:00
公明 2fce15f82a Enhance MCP config with authentication headers
Added authentication headers for MCP server configuration.
2026-03-09 22:40:06 +08:00
公明 e904dd3481 Update version number to v1.3.20 2026-03-09 02:10:48 +08:00
公明 8a2177ffab Update version to v1.3.19 in config.yaml 2026-03-08 04:02:59 +08:00
公明 da2109a970 Update version number to v1.3.18 2026-03-06 23:18:49 +08:00
公明 5af06e539d Update config.yaml 2026-03-06 22:42:19 +08:00
公明 81f7a601b7 Update config.yaml 2026-03-06 21:06:42 +08:00
公明 90508c9084 Update version to v1.3.16 in config.yaml 2026-03-03 20:03:56 +08:00
公明 d6236e285d Update version to v1.3.15 in config.yaml 2026-03-03 01:34:14 +08:00
公明 c265e66afb Update config.yaml 2026-03-02 20:41:41 +08:00
公明 2e482a3baf Update version number to v1.3.13 2026-03-02 01:11:08 +08:00
公明 1e50272229 Update version number to v1.3.12 2026-03-02 00:52:38 +08:00
公明 90bc3f4b61 Update config.yaml 2026-02-28 23:34:07 +08:00
公明 691793cb38 Update config.yaml 2026-02-28 00:52:51 +08:00
公明 64f9053061 Update config.yaml 2026-02-28 00:29:04 +08:00
公明 e54815e018 Update config.yaml 2026-02-21 01:02:38 +08:00
公明 4b2619e1fe Update config.yaml 2026-02-20 18:48:07 +08:00
公明 665b1d553a Update config.yaml 2026-02-20 16:53:21 +08:00
公明 8368ee7712 Add FOFA API configuration to config.yaml
Add optional FOFA configuration for information collection.
2026-02-20 16:18:53 +08:00
公明 5404d95db7 Update config.yaml 2026-02-09 19:44:11 +08:00
公明 82daad3b56 Update config.yaml 2026-02-09 00:15:56 +08:00
公明 3a26d77c94 Update config.yaml 2026-02-08 21:29:08 +08:00