CHANGELOG

CHANGELOG is an agent for coding agents from zhinjs/zhin. It costs 0 tokens per session (748 once invoked), scanned A, original, MIT.

A changelog documenting updates to GitHub Copilot agents for the Zhin.js framework, a software framework for building applications. It records added agent files, templates, guides, fixes, and validation results.

In plain words
What is it for?
Use it to review the evolution of the Zhin.js agents, see which development templates and guides were added, and check whether agent files passed validation.
Why use it?
It gives developers a history of what changed in the project’s coding assistants and supporting documentation. The source text is mainly a record of project updates rather than an operating tool.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/zhinjs/zhin/changelog
Clone the repo
git clone --depth 1 https://github.com/zhinjs/zhin

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for CHANGELOG

README.md
[![agentmods](https://agentmods.dev/badge/agents/zhinjs/zhin/changelog.svg)](https://agentmods.dev/agents/zhinjs/zhin/changelog)
Your own site
<a href="https://agentmods.dev/agents/zhinjs/zhin/changelog"><img src="https://agentmods.dev/badge/agents/zhinjs/zhin/changelog.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 748 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00748
Opus 5 $0.00000 $0.00374
Sonnet 5 $0.00000 $0.00150
Haiku 4.5 $0.00000 $0.00075

Measured 5d ago against content hash 970c89f0e7a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

CHANGELOG scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/agents/CHANGELOG.md · 88 lines

What it actually says

GitHub Copilot Agents 更新日志

本文档记录 Zhin.js 项目 GitHub Copilot Agent 的更新历史。

2024-11-19 - 初始版本

新增

Agent 文件
  • zhin.agent.md - Zhin.js 框架通用开发助手

    • 9 个核心代码模板(插件、依赖注入、HTTP API、Web 控制台等)
    • 完整的开发规范和严格规则
    • 中英文双语支持
    • 1130 行完整指导
  • plugin-developer.agent.md - 插件开发专家

    • 7 个完整的插件开发模板
    • 详细的插件开发标准流程
    • 数据库集成、中间件、Web 界面开发指南
    • 包含开发清单和最佳实践
    • 1011 行专业指导
  • adapter-developer.agent.md - 适配器开发专家

    • 2 个完整的适配器模板(WebSocket + HTTP 轮询)
    • Endpoint 接口完整实现指南
    • 连接管理、断线重连、心跳保活
    • 高级特性:消息队列、速率限制、缓存机制
    • 1164 行深度指导
  • README.md - Agent 使用说明

    • 所有 Agent 的详细介绍
    • 使用方法和示例
    • Agent 对比表格
    • 选择指南
工具和文档
  • 🔧 scripts/validate-agents.mjs - Agent 文件验证脚本

    • 自动检查所有 Agent 文件的完整性
    • 验证 Markdown 语法和必需章节
    • 提供详细的验证报告
  • 📚 docs/AGENT_USAGE.md - 使用指南

    • 详细的使用方法和场景
    • 常见问题解答
    • 最佳实践建议

修复

  • 🐛 修复 zhin.agent.md 格式问题
    • 移除重复的英文内容部分
    • 整理文件结构,确保层次清晰
    • 通过验证脚本确认格式正确

特性

所有 Agent 都提供:

  • ✅ 完整可运行的代码(无占位符)
  • ✅ 严格遵循 Zhin.js 类型系统和 API 规范
  • ✅ 完整的 import 语句和实现细节
  • ✅ 详细的错误处理和日志记录
  • ✅ 符合项目代码风格和约定

验证结果

所有 4 个 Agent 文件通过验证:

  • ✅ zhin.agent.md
  • ✅ plugin-developer.agent.md
  • ✅ adapter-developer.agent.md
  • ✅ README.md

统计信息

  • Agent 文件总数: 4
  • 代码模板总数: 18+
  • 总代码行数: 3500+
  • 覆盖领域: 通用框架、插件开发、适配器开发

下一步计划

  • 收集用户反馈
  • 根据实际使用情况优化 Agent
  • 添加更多特定场景的模板
  • 创建更多专业领域的 Agent(如 Database Agent、Testing Agent)

维护者: Zhin.js 团队
更新频率: 根据框架更新和用户反馈持续改进

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 88 lines · 0 tokens per session scan A 970c89f0e7a2

Subscribe to this mod's changes

CHANGELOG is an agent published in the GitHub repository zhinjs/zhin (135 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 748 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.