semantic-release
cc03a8d658
chore(release): 9.8.0
...
Automatically generated by python-semantic-release
2025-12-15 11:38:20 +00:00
Beehive Innovations
483c67edb7
Merge pull request #350 from brt-h/feat/add-opus-4.5-openrouter
...
feat: Add Claude Opus 4.5 model via OpenRouter
2025-12-15 15:37:32 +04:00
github-actions[bot]
cb97a891de
chore: sync version to config.py [skip ci]
2025-12-15 10:22:31 +00:00
semantic-release
00e60cab8f
chore(release): 9.7.0
...
Automatically generated by python-semantic-release
2025-12-15 10:22:25 +00:00
Beehive Innovations
1be1d982b2
Merge pull request #352 from DragonFSKY/fix/clink-codex-search-arg
...
feat: re-enable web search for clink codex using correct --enable flag
2025-12-15 14:21:39 +04:00
github-actions[bot]
aa85644c9b
chore: sync version to config.py [skip ci]
2025-12-15 10:18:59 +00:00
semantic-release
8662d2b953
chore(release): 9.6.0
...
Automatically generated by python-semantic-release
2025-12-15 10:18:53 +00:00
Beehive Innovations
283c9fa938
Merge pull request #354 from DragonFSKY/feat/native-claude-cli-detection
...
feat: support native installed Claude CLI detection
2025-12-15 14:18:04 +04:00
github-actions[bot]
94ff26c673
chore: sync version to config.py [skip ci]
2025-12-11 20:15:03 +00:00
semantic-release
92ecbc9e7a
chore(release): 9.5.0
...
Automatically generated by python-semantic-release
2025-12-11 20:14:58 +00:00
Fahad
39c77215e5
fix: grok test
2025-12-11 20:14:10 +00:00
Fahad
8ca5bc4ee0
doc: gpt 5.2 update
2025-12-11 20:10:13 +00:00
Fahad
514c9c58fc
feat: grok-4.1 support https://github.com/BeehiveInnovations/pal-mcp-server/issues/339
2025-12-11 20:08:17 +00:00
Fahad
8b16405f06
feat: GPT-5.2 support
2025-12-11 19:11:50 +00:00
谢栋梁
471af60e90
Merge remote-tracking branch 'upstream/main' into feat/native-claude-cli-detection
2025-12-07 00:08:17 +08:00
谢栋梁
bbdac1289a
Merge remote-tracking branch 'upstream/main' into fix/clink-codex-search-arg
2025-12-07 00:07:45 +08:00
github-actions[bot]
5c3dd75ca6
chore: sync version to config.py [skip ci]
2025-12-05 04:56:17 +00:00
Fahad
74f26e82e7
docs: cleanup
2025-12-05 08:55:34 +04:00
Fahad
2b221746fe
docs: cleanup
2025-12-04 18:19:53 +04:00
Fahad
591287cb2f
docs: update subheading
2025-12-04 18:18:31 +04:00
github-actions[bot]
605633b2a2
chore: sync version to config.py [skip ci]
2025-12-04 14:16:06 +00:00
semantic-release
809b0974a7
chore(release): 9.4.2
...
Automatically generated by python-semantic-release
2025-12-04 14:16:01 +00:00
Fahad
b2dc84992d
fix: rebranding, see [docs/name-change.md](docs/name-change.md) for details
2025-12-04 18:15:14 +04:00
谢栋梁
adc6231b98
feat: support native installed Claude CLI detection
...
Add automatic detection for Claude CLI installed via native methods:
- curl https://claude.ai/install.sh | bash -> ~/.local/bin/claude
- brew install --cask claude-code -> /opt/homebrew/bin/claude (Apple Silicon)
- brew install --cask claude-code -> /usr/local/bin/claude (Intel Mac/Linux)
When claude is not found in PATH, the script checks these paths in order
and adds the first found to PATH, with informative log messages.
Closes #303
2025-12-03 16:24:15 +08:00
谢栋梁
e7b9f3a5d7
feat: re-enable web search for clink codex using correct --enable flag
...
The previous fix (aceddb6 ) removed --search entirely, disabling web search.
This restores web search functionality using the correct --enable flag
that works with the codex exec subcommand.
Related to #338
2025-12-03 14:32:37 +08:00
Robert Hyman
cf63fd2544
test: Add comprehensive test coverage for Opus 4.5 aliases
...
Address review feedback:
- Add test for claude-opus alias in test_alias_resolution
- Add tests for anthropic/claude-opus-4.5 full name and opus4.5 alias
in test_registry_capabilities
2025-11-29 18:23:44 -05:00
Robert Hyman
813ce5c9f7
feat: Add Claude Opus 4.5 model via OpenRouter
...
- Add anthropic/claude-opus-4.5 with aliases: opus, opus4.5, claude-opus
- Set intelligence_score to 18 (matching Gemini 3 Pro)
- Update Opus 4.1 to use opus4.1 alias only
- Update tests to reflect new alias mappings
Note: supports_function_calling and supports_json_mode set to false
following existing project pattern for Claude models, despite
OpenRouter API support for these features.
2025-11-29 18:00:31 -05:00
github-actions[bot]
bcfaccecd4
chore: sync version to config.py [skip ci]
2025-11-21 05:32:25 +00:00
semantic-release
dc55237789
chore(release): 9.4.1
...
Automatically generated by python-semantic-release
2025-11-21 05:32:20 +00:00
Fahad
aceddb655f
fix: regression https://github.com/BeehiveInnovations/zen-mcp-server/issues/338
...
refactor: added regression test
2025-11-21 09:31:34 +04:00
github-actions[bot]
c4461a466f
chore: sync version to config.py [skip ci]
2025-11-18 16:51:37 +00:00
semantic-release
165900db53
chore(release): 9.4.0
...
Automatically generated by python-semantic-release
2025-11-18 16:51:32 +00:00
Fahad
19a2a89b12
fix: failing test for gemini 3.0 pro open router
2025-11-18 20:50:42 +04:00
Fahad
bbfdfac511
feat: Gemini 3.0 Pro Preview for Open Router
2025-11-18 20:44:22 +04:00
Fahad
1579d9f806
refactor: enable search on codex CLI
2025-11-18 20:40:02 +04:00
Fahad
52c4563733
doc: updated docs
2025-11-18 20:38:35 +04:00
github-actions[bot]
d3de61f878
chore: sync version to config.py [skip ci]
2025-11-18 16:33:04 +00:00
semantic-release
7be3e8d9b9
chore(release): 9.3.1
...
Automatically generated by python-semantic-release
2025-11-18 16:32:58 +00:00
Fahad
fe50927f3d
Merge remote-tracking branch 'origin/main'
2025-11-18 20:32:10 +04:00
Fahad
18464a8b54
fix: gemini 3.0 pro does not currently support medium thinking level, updated to use high
2025-11-18 20:32:05 +04:00
github-actions[bot]
d256098340
chore: sync version to config.py [skip ci]
2025-11-18 16:29:23 +00:00
semantic-release
24060c7e11
chore(release): 9.3.0
...
Automatically generated by python-semantic-release
2025-11-18 16:29:17 +00:00
Fahad
fbe2005055
Merge remote-tracking branch 'origin/main'
2025-11-18 20:28:33 +04:00
Fahad
25fd72fbd3
feat: gemini 3.0 pro preview added (as default gemini pro model)
...
refactor: code cleanup
2025-11-18 20:28:27 +04:00
github-actions[bot]
3748d47fab
chore: sync version to config.py [skip ci]
2025-11-18 07:34:10 +00:00
semantic-release
db574af8fb
chore(release): 9.2.2
...
Automatically generated by python-semantic-release
2025-11-18 07:34:05 +00:00
Beehive Innovations
433a67defd
Merge pull request #315 from DragonFSKY/fix/clink-package-data
...
fix(build): include clink resources in package
2025-11-18 11:33:20 +04:00
github-actions[bot]
749bc73079
chore: sync version to config.py [skip ci]
2025-11-18 07:06:29 +00:00
semantic-release
143add8006
chore(release): 9.2.1
...
Automatically generated by python-semantic-release
2025-11-18 07:06:24 +00:00
Beehive Innovations
0e4d4dfe7d
Merge pull request #316 from DragonFSKY/fix/provider-cleanup-bug
...
fix(server): iterate provider instances during shutdown
2025-11-18 11:05:40 +04:00