Skip to content

docs: add multi-language CHANGELOG for v4.0.0 release#302

Merged
JeremyDev87 merged 1 commit intomasterfrom
docs/301
Feb 4, 2026
Merged

docs: add multi-language CHANGELOG for v4.0.0 release#302
JeremyDev87 merged 1 commit intomasterfrom
docs/301

Conversation

@JeremyDev87
Copy link
Owner

Add Multi-language CHANGELOG for v4.0.0 Release

Summary

This PR introduces comprehensive CHANGELOG documentation for the v4.0.0 release across 5 languages, along with README updates and package version bumps.

Changes

What's Documented

v4.0.0 (Breaking Release)

Breaking Changes

  • Model Resolution Priority: Simplified from 4-level to 2-level priority system
    • Before: Agent JSON → Mode Agent → Global Config → System Default
    • After: Global Config → System Default (highest priority)
  • Removed APIs: resolveForMode(), resolveForAgent(), and related types

New Features

  • Verbosity System for token-optimized responses
  • PR All-in-One Skill for unified PR workflows
  • SRP Complexity Classifier with multi-language support

Changes

  • Migrated from Dependabot to Renovate
  • Removed deprecated session module
  • Pinned all dependencies to exact versions

v3.1.1

  • Auto-include skills and agents in parse_mode response
  • CI workflow fix for Dependabot PRs (yarn.lock updates)

v3.1.0

  • SRP complexity classifier
  • Plugin guide documentation

Code Review Findings (Addressed)

Two issues from initial code review were fixed before this PR:

Issue Severity Resolution
Duplicate "Auto-include" entry in 4.0.0 and 3.1.1 MEDIUM Removed from 4.0.0 (kept in 3.1.1 where feature was first added)
Dependabot CI fix in 4.0.0 after Renovate migration MEDIUM Moved to 3.1.1 (chronologically correct - fix happened before migration)

Testing

  • All CHANGELOG files follow Keep a Changelog format
  • All 5 language versions have identical structure
  • Version numbers consistent across package.json files
  • No CRITICAL or HIGH issues in code review
  • Translations are natural (no machine translation artifacts)

Screenshots

N/A (documentation changes only)

Checklist

  • CHANGELOG follows Keep a Changelog format
  • Semantic Versioning compliance (major bump for breaking changes)
  • All translations reviewed
  • Migration guide included for breaking changes
  • Code review passed

Related

close #301

@JeremyDev87 JeremyDev87 self-assigned this Feb 3, 2026
@JeremyDev87 JeremyDev87 added the documentation Improvements or additions to documentation label Feb 3, 2026
Add comprehensive CHANGELOG documentation in 5 languages (EN, KO, JA,
ES, ZH-CN) following Keep a Changelog format and Semantic Versioning.

Breaking changes documented:
- Model resolution priority simplified from 4-level to 2-level
- Removed APIs: resolveForMode(), resolveForAgent()

New features documented:
- Verbosity system for token-optimized responses
- PR All-in-One skill for unified PR workflows
- SRP complexity classifier with multi-language support

Also includes:
- README updates with changelog references
- Package version bumps to 4.0.0
- Historical entries for v3.1.1 and v3.1.0

close #301
@JeremyDev87 JeremyDev87 marked this pull request as ready for review February 4, 2026 06:08
@JeremyDev87 JeremyDev87 merged commit 39a4ea3 into master Feb 4, 2026
16 checks passed
@JeremyDev87 JeremyDev87 deleted the docs/301 branch February 4, 2026 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Multi-language CHANGELOG and Fix Documentation Issues

1 participant