Skip to content

v0.1.10

Latest

Choose a tag to compare

@jlevy jlevy released this 15 Jan 05:07

New Features

Migrate and Update Commands

  • New uvtemplate migrate command to analyze existing projects and provide step-by-step migration recommendations to uv
  • New uvtemplate update command to update template-based projects to the latest template version
  • Migrate detects Poetry, setuptools, Pipenv, and other build systems with tailored recommendations

Enhanced Migration Support

  • Auto-create .copier-answers.yml for template adoption on existing projects
  • Poetry metadata extraction (dependencies, dev-dependencies, scripts)
  • Support for flat src/ layout detection
  • Improved UX with clearer guided manual migration workflow

Non-Interactive Mode for AI Agents

  • Full non-interactive mode with --yes flag for AI coding agents
  • Support for --data KEY=VALUE to set template values programmatically
  • Intelligent value derivation from destination directory name

Bug Fixes

  • Fix PyPI badge caching issue in README

Documentation

  • Expanded README with comprehensive usage examples for both humans and AI agents