Commit Graph

193 Commits

Author SHA1 Message Date
github-actions[bot]
054e34e31c chore: sync version to config.py [skip ci] 2025-10-04 06:36:15 +00:00
github-actions[bot]
c0334d7792 chore: sync version to config.py [skip ci] 2025-10-03 19:10:04 +00:00
github-actions[bot]
ddb20a6cdb chore: sync version to config.py [skip ci] 2025-10-03 18:42:29 +00:00
github-actions[bot]
03addcfa2d chore: sync version to config.py [skip ci] 2025-10-03 17:21:35 +00:00
github-actions[bot]
539bc72f1c chore: sync version to config.py [skip ci] 2025-10-03 17:17:46 +00:00
github-actions[bot]
8e32ef33e3 chore: sync version to config.py [skip ci] 2025-10-03 07:29:52 +00:00
github-actions[bot]
5714e20164 chore: sync version to config.py [skip ci] 2025-10-02 19:13:44 +00:00
github-actions[bot]
bf2196cdd5 chore: sync version to config.py [skip ci] 2025-10-02 18:17:25 +00:00
github-actions[bot]
e434a2614a chore: sync version to config.py [skip ci] 2025-10-02 17:44:38 +00:00
github-actions[bot]
e78fe35a1b chore: sync version to config.py [skip ci] 2025-10-02 13:25:18 +00:00
github-actions[bot]
a6c9b9212c chore: sync version to config.py [skip ci] 2025-10-02 10:58:11 +00:00
github-actions[bot]
722f6f86ae chore: sync version to config.py [skip ci] 2025-10-02 09:50:13 +00:00
github-actions[bot]
e47a7e89d5 chore: sync version to config.py [skip ci] 2025-10-02 09:05:28 +00:00
Fahad
1dc25f6c3d refactor: renaming to reflect underlying type
docs: updated to reflect new modules
2025-10-02 09:07:40 +04:00
github-actions[bot]
7ce66bd950 chore: sync version to config.py [skip ci] 2025-10-02 02:02:25 +00:00
github-actions[bot]
0836213071 chore: sync version to config.py [skip ci] 2025-10-01 19:09:31 +00:00
github-actions[bot]
b6c4bca158 chore: sync version to config.py [skip ci] 2025-10-01 18:40:04 +00:00
github-actions[bot]
b0fe956f8a chore: sync version to config.py [skip ci] 2025-10-01 16:24:30 +00:00
github-actions[bot]
692016c620 chore: sync version to config.py [skip ci] 2025-10-01 16:01:26 +00:00
github-actions[bot]
c0f822ffa2 chore: sync version to config.py [skip ci] 2025-10-01 15:52:15 +00:00
github-actions[bot]
b8479fc638 chore: sync version to config.py [skip ci] 2025-10-01 15:28:29 +00:00
github-actions[bot]
e3ebf4e94e chore: sync version to config.py [skip ci] 2025-10-01 14:54:24 +00:00
github-actions[bot]
28cabe0833 chore: sync version to config.py [skip ci] 2025-10-01 14:24:59 +00:00
github-actions[bot]
4d6f1b4100 chore: sync version to config.py [skip ci] 2025-10-01 14:18:15 +00:00
github-actions[bot]
12090646ee chore: sync version to config.py [skip ci] 2025-08-26 07:09:08 +00:00
github-actions[bot]
973546990f chore: sync version to config.py [skip ci] 2025-08-24 17:29:59 +00:00
github-actions[bot]
d6e6808be5 chore: sync version to config.py [skip ci] 2025-08-24 17:25:59 +00:00
github-actions[bot]
9da5c37809 chore: sync version to config.py [skip ci] 2025-08-23 10:04:26 +00:00
github-actions[bot]
4c87afd479 chore: sync version to config.py [skip ci] 2025-08-22 05:24:43 +00:00
github-actions[bot]
12542054a2 chore: sync version to config.py [skip ci] 2025-08-21 10:05:20 +00:00
Fahad
340b58f2e7 fix: restore proper version 5.8.6
Correcting version from semantic-release auto-update back to proper 5.8.6
2025-08-20 16:26:46 +04:00
github-actions[bot]
4f82f65005 chore: sync version to config.py [skip ci] 2025-08-20 12:23:50 +00:00
Fahad
2966dcf268 feat: improvements to precommit
fix: version
2025-08-20 16:22:52 +04:00
Fahad
e29deb23db Improvements to consensus 2025-08-08 12:59:41 +05:00
Fahad
9c3bf26b83 Bump version 2025-08-08 11:57:53 +05:00
Fahad
7761cec1bc Updated config 2025-08-08 10:05:27 +05:00
Fahad
1a8ec2e12f GPT-5, GPT-5-mini support
Improvements to model name resolution
Improved instructions for multi-step workflows when continuation is available
Improved instructions for chat tool
Improved preferred model resolution, moved code from registry -> each provider
Updated tests
2025-08-08 08:51:34 +05:00
Fahad
268df43858 Improved auto-challenge invocation
Automatically determine MCP client's name
2025-06-30 13:31:04 +04:00
Fahad
a54343dc79 Improved challenge prompt and instructions 2025-06-29 17:52:00 +04:00
Fahad
6b495cea0b New tool! "challenge" with confidence and stop Claude from agreeing with you blindly and undoing the _correct_ strategy because you were wrong
Fixed run script to ensure pip is installed
2025-06-29 15:50:45 +04:00
Fahad
4d0a41b12c Updated instructions for uvx 2025-06-29 13:12:35 +04:00
Fahad
b9c2e4f5e6 Tweaks to prompts to prevent Claude from becoming overconfident 2025-06-28 22:30:58 +04:00
Fahad
adbc4af4a9 Update confidence enum values across workflow tools
Added new confidence values (very_high, almost_certain) to all workflow tools
to provide more granular confidence tracking. Updated enum declarations in:
- analyze.py, codereview.py, debug.py, precommit.py, secaudit.py, testgen.py
- Updated debug.py's get_required_actions to handle new confidence values
- All tools now use consistent 7-value confidence scale
- refactor.py kept its unique scale (exploring/incomplete/partial/complete)

Also fixed model thinking configuration:
- Added very_high and almost_certain to MODEL_THINKING_PREFERENCES
- Set medium thinking for very_high, high thinking for almost_certain
- Updated prompts to clarify certain means 100% local confidence

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-28 00:04:35 +04:00
Fahad
75dc724ecd Fixes https://github.com/BeehiveInnovations/zen-mcp-server/issues/134
Fixes https://github.com/BeehiveInnovations/zen-mcp-server/issues/144
2025-06-27 20:56:35 +04:00
Fahad
71cbff539e Bump 2025-06-27 19:04:22 +04:00
Beehive Innovations
7f6a37a7b9 Merge pull request #131 from GiGiDKR/feat-local_support_with_UTF-8_encoding-update
feat: local support with utf 8 encoding
2025-06-27 08:02:14 -07:00
Fahad
ca8479acc1 Fixed https://github.com/BeehiveInnovations/zen-mcp-server/issues/147 2025-06-27 18:33:21 +04:00
Fahad
0237fb3419 Set read-only annotation hints on each tool for security 2025-06-26 13:16:00 +04:00
OhMyApps
1fd48f034f Merge branch 'feat-local_support_with_UTF-8_encoding-update' of https://github.com/GiGiDKR/zen-mcp-server into feat-local_support_with_UTF-8_encoding-update 2025-06-23 22:24:47 +02:00
Fahad
498ea88293 Use ModelCapabilities consistently instead of dictionaries
Moved aliases as part of SUPPORTED_MODELS instead of shorthand, more in line with how custom_models are declared
Further refactoring to cleanup some code
2025-06-23 16:58:59 +04:00