Skip to content

Releases: WuSuBuDuoMing/paper-writer

v1.16.0

Choose a tag to compare

@WuSuBuDuoMing WuSuBuDuoMing released this 22 Jun 18:53

v1.16.0 (2026-06-23)

Highlights

Agent Instructions Enhanced (v1.14.0)

  • Role definitions for all 6 agents (identity, stance, boundary, language)
  • Smart prompting for incomplete user input
  • Quality self-check checklists per agent

Templates Improved (v1.15.0)

  • All 5 section templates enriched with realistic example inputs
  • New optional variables: target journal, word count, ethics review, report format
  • Expanded writing norms per template

New Examples & Validation (v1.16.0)

  • Thesis Writing Guide β€” master's and doctoral thesis workflow
  • Quick Reference β€” one-page command/agent/template cheat sheet
  • validate.mjs upgraded: validates 21 files, checks agent structure, reports word counts
  • CI workflow: examples check + agent role detection

Full Changelog

See CHANGELOG.md for details.

Stats

  • 19 files changed, 707 insertions
  • 6 agents, 5 templates, 3 styles, 2 language guides, 5 examples

Paper Writer v1.13.0

Choose a tag to compare

@WuSuBuDuoMing WuSuBuDuoMing released this 22 Jun 01:31

Paper Writer v1.13.0

New Features

  • Advanced Usage Guide -- Multi-agent collaboration, cross-language writing, journal-specific formatting, thesis writing, systematic reviews, and reviewer feedback workflows
  • Conference Paper Example -- Complete IEEE conference paper writing workflow demonstration
  • Enhanced Examples -- 4 end-to-end workflow examples in both README files (Chinese journal, IEEE conference, paragraph polish, bulk citation)

Improvements

  • All 6 Agent Definitions enhanced with detailed usage examples and practical input/output demonstrations
  • APA 7th Edition Guide expanded with title page format, statistical reporting rules, and multiple reference examples
  • IEEE Style Guide expanded with double-column format notes, equation formatting, abbreviation conventions
  • GB/T 7714-2015 Guide expanded with master/doctoral thesis structure, patent/standard/report formats

Documentation

  • Improved Quick Start and Examples sections in both English and Chinese README
  • Added Advanced Usage section linking to the new guide
  • Added Table of Contents to Chinese README
  • CHANGELOG entries for v1.11.0, v1.12.0, and v1.13.0

Files Changed

  • 15 files changed, 1375 insertions(+), 58 deletions(-)
  • 2 new files: examples/advanced-usage.md, examples/conference-paper-example.md

v1.10.0

Choose a tag to compare

@WuSuBuDuoMing WuSuBuDuoMing released this 18 Jun 03:09

v1.10.0 β€” Community Docs & README Overhaul

Highlights

  • Comprehensive README overhaul with Table of Contents, Features section, detailed Agent descriptions, and workflow diagrams
  • Full Contributor Covenant Code of Conduct v2.1 with enforcement guidelines
  • Expanded CONTRIBUTING.md with commit convention and contribution types
  • Enhanced SECURITY.md with severity matrix and disclosure policy
  • Enhanced CI workflow with per-file status reporting and package.json validation
  • All documentation now English-first with proper Markdown formatting

Files Changed

  • README.md β€” restructured and expanded
  • CONTRIBUTING.md β€” bilingual with commit conventions
  • CODE_OF_CONDUCT.md β€” full Contributor Covenant v2.1
  • SECURITY.md β€” severity matrix, disclosure policy, best practices
  • .github/workflows/ci.yml β€” enhanced validation checks
  • package.json β€” version bumped to 1.10.0
  • CHANGELOG.md β€” v1.8.0, v1.9.0, v1.10.0 entries added

v1.7.0 - Community Governance & Funding

Choose a tag to compare

@WuSuBuDuoMing WuSuBuDuoMing released this 16 Jun 00:34

v1.7.0 - Community Governance & Funding

Added

  • Code of Conduct (CODE_OF_CONDUCT.md) based on Contributor Covenant v2.1
  • GitHub Sponsors funding configuration (FUNDING.yml)
  • CODEOWNERS file for code review assignments
  • Enhanced Issue and PR templates

v1.5.0 - Security & Documentation

Choose a tag to compare

@WuSuBuDuoMing WuSuBuDuoMing released this 14 Jun 10:03

v1.5.0 - Security policy, documentation enhancements, open-source best practices

v1.3.0 - Local Optimization & Documentation

Choose a tag to compare

@WuSuBuDuoMing WuSuBuDuoMing released this 13 Jun 20:06

v1.3.0 - Local Optimization & Documentation

Changed

  • Local optimization and performance improvements
  • CHANGELOG sync across repositories
  • npm package published
  • Documentation improvements

v1.2.0 - Documentation & Validation

Choose a tag to compare

@WuSuBuDuoMing WuSuBuDuoMing released this 11 Jun 13:37

[1.2.0] - 2026-06-11

Added

  • validate.mjs ιˆ₯?project validation script (file existence, README links, placeholders, package.json)
  • npm run validate script in package.json
  • examples/journal-paper-example.md ιˆ₯?complete workflow example for journal papers
  • Comprehensive README.zh-CN.md with full agent documentation, templates, and project structure

Changed

  • Bumped version from 1.0.0 to 1.2.0 in package.json (aligned with CHANGELOG)
  • Expanded files field in package.json to include examples/ and validate.mjs

v1.1.0 - Multi-Platform Installation Guide

Choose a tag to compare

@WuSuBuDuoMing WuSuBuDuoMing released this 10 Jun 04:41

πŸ“ paper-writer v1.1.0

AI-powered academic paper writing agent for Claude Code β€” 6 agents, 5 templates, 3 styles, CN/EN.

✨ What's Included

  • πŸ€– 6 Agents: Paper Writer, Literature Reviewer, Methodology Designer, Data Analyst, Academic Editor, Citation Manager
  • πŸ“‹ 5 Templates: Abstract, Introduction, Methodology, Results, Discussion
  • πŸ“ 3 Styles: APA 7th, IEEE, GB/T 7714-2015
  • 🌐 2 Language Guides: Chinese Academic Writing, English Academic Writing

πŸ“¦ Installation

npm (All Platforms)

npm install -g paper-writer

macOS

brew install node
npm install -g paper-writer

Linux (Debian/Ubuntu)

sudo apt install nodejs npm
sudo npm install -g paper-writer

Linux (Fedora/RHEL)

sudo dnf install nodejs npm
sudo npm install -g paper-writer

Windows

# Download Node.js from https://nodejs.org
npm install -g paper-writer

Claude Code (Recommended)

# Copy agent definitions to your project
git clone https://github.com/WuSuBuDuoMing/paper-writer.git
cp -r paper-writer/.claude/ your-project/.claude/

🎯 Supported Paper Types

  • Journal Articles, Conference Papers, Theses/Dissertations, Reviews, Proposals

πŸ“– Documentation

v1.0.0 - Initial Release

Choose a tag to compare

@WuSuBuDuoMing WuSuBuDuoMing released this 09 Jun 18:35

πŸ“ Paper Writer v1.0.0 β€” Initial Release

AI-powered academic paper writing agent for Claude Code.

πŸ€– 6 Specialized Agents

  • Paper Writer β€” Main orchestrator for the entire writing workflow
  • Literature Reviewer β€” Systematic literature search, analysis, and synthesis
  • Methodology Designer β€” Research design, sampling, data collection, validity
  • Data Analyst β€” Statistical analysis, results writing, table/figure formatting
  • Academic Editor β€” Language polish, formatting, Chinese/English academic writing
  • Citation Manager β€” Reference management, APA/IEEE/GB-T 7714 formatting

πŸ“‹ 5 Section Prompt Templates

  • Abstract, Introduction, Methodology, Results, Discussion

πŸ“ 3 Formatting Styles

  • APA 7th Edition, IEEE, GB/T 7714-2015

🌐 2 Language Guides

  • Chinese Academic Writing, English Academic Writing

🎯 Supported Paper Types

  • Journal Articles, Conference Papers, Theses, Reviews, Proposals