fix: add zai_coding_plan provider support#347
Merged
mikehostetler merged 7 commits intomainfrom Jan 21, 2026
Merged
Conversation
… Agent implementation - Introduced JIDO_REACT_AGENT_FEEDBACK.md for a comprehensive assessment of the ReAct Agent plan. - Highlighted strengths such as clear separation of concerns and directive design. - Identified critical weaknesses, including inconsistent state keys and the need for improved error handling. - Provided a detailed checklist for revisions and recommendations to enhance implementation readiness. This document serves as a guide to address identified issues before proceeding with the implementation phase.
Add support for the zai_coding_plan provider which exists in llm_db but was missing from req_llm. The provider delegates to the zai_coder implementation. - Add zai_coding_plan to the allow list in config.exs - Create ReqLLM.Providers.ZaiCodingPlan module that delegates to ZaiCoder Fixes issue where zai_coding_plan:glm-4.7 model would fail with "Unknown provider: zai_coding_plan" error. Co-Authored-By: Claude <[email protected]>
Removing cruft
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds ZaiCodingPlan provider support to ReqLLM.