zai-org / zai-org/feedback

[建议 / Feature] Add OpenWiki to the GLM Coding Plan's officially supported tools list

Open
#120 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

priority: P2
Dominant language
No language data
Stars
22
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Summary / 概述

Request: add OpenWiki (by LangChain) to the list of officially supported tools for the GLM Coding Plan, alongside Claude Code, Cline, OpenCode, Cursor, etc.

请求将 LangChain 的 OpenWiki 加入 GLM Coding Plan 官方支持工具列表。

What is OpenWiki

OpenWiki is a CLI by LangChain (npm install -g openwiki, ~10.9k GitHub stars) that generates and maintains agent documentation for a codebase — an AGENTS.md / CLAUDE.md wiki kept in sync with the repo. It's built specifically for agent workflows and is increasingly used by teams that also rely on Claude Code / Cline / OpenCode.

Why it's a natural fit for the Coding Plan

  • Same audience. OpenWiki's users are exactly the Coding Plan's users — developers running coding agents on a codebase.
  • Already OpenAI-compatible. OpenWiki supports an openai-compatible provider, so wiring it to https://api.z.ai/api/coding/paas/v4 with model glm-5.2 is a config one-liner. No protocol work on Z.AI's side.
  • Token-heavy workload. Wiki generation/sync is a long-running, high-token task — exactly the workload the Pro/Max plans are designed for.
  • Synergy with existing supported tools. OpenWiki emits the AGENTS.md/CLAUDE.md blocks that Claude Code, Cline, and OpenCode consume. Supporting it strengthens the ecosystem around tools Z.AI already supports.

What "supporting" it would mean

Technically, nothing more than listing OpenWiki under "Coding Agent Tool" at https://docs.z.ai/devpack/tool/others so its usage is covered by the Coding Plan ToS. The endpoint configuration is identical to the existing openai-compatible tools:

OPENWIKI_PROVIDER=openai-compatible
OPENAI_COMPATIBLE_BASE_URL=https://api.z.ai/api/coding/paas/v4
OPENWIKI_MODEL_ID=glm-5.2

Current blocker

Today, OpenWiki is not on the supported-tools list, so using Coding Plan quota with it technically violates: "users may not use their subscription benefits for tools or scenarios outside of this scope." Users are forced to either fall back to the pay-per-use API (/paas/v4) or skip GLM entirely for documentation generation.

Adding it would unblock a real, growing use case.

Thanks!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the Coding Agent Tool list at https://docs.z.ai/devpack/tool/others and compare its existing openai-compatible tool entries with OpenWiki's documented configuration. Confirm the endpoint, model, and Coding Plan policy coverage with a maintainer, then add OpenWiki to the official list and verify that the page shows the provided configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js
Domain
documentation
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.