Skip to content

Releases: masorange/titan-cli

0.1.16

24 Feb 14:31
ba19814

Choose a tag to compare

Titan CLI v0.1.16

🐛 Bug Fixes

  • Separate core and plugin updates to prevent version conflicts (#169) (f91dbb1)

🏗️ Chores

📦 Installation

# Recommended: Install with pipx
pipx install titan-cli==0.1.16

# Verify installation
titan --version

🔌 Built-in Plugins

This release includes three core plugins:

  • Git Plugin - Smart commits, branch management, AI-powered messages
  • GitHub Plugin - Create PRs with AI descriptions, manage issues
  • JIRA Plugin - Search issues, AI-powered analysis

📝 Full Changelog

Compare: 0.1.15...0.1.16

0.1.15

24 Feb 09:24
c5e3d4c

Choose a tag to compare

Titan CLI v0.1.15

🐛 Bug Fixes

  • Add include-injected flag to pipx upgrade command (#168) (97fb60a)

🔧 Refactoring

  • Replace typer.Exit with the standard sys.exit call (#165) (410cb13)

🏗️ Chores

📦 Installation

# Recommended: Install with pipx
pipx install titan-cli==0.1.15

# Verify installation
titan --version

🔌 Built-in Plugins

This release includes three core plugins:

  • Git Plugin - Smart commits, branch management, AI-powered messages
  • GitHub Plugin - Create PRs with AI descriptions, manage issues
  • JIRA Plugin - Search issues, AI-powered analysis

📝 Full Changelog

Compare: 0.1.14...0.1.15

0.1.14

23 Feb 08:50
22aa5c0

Choose a tag to compare

Titan CLI v0.1.14

🐛 Bug Fixes

  • Handle clean exits correctly and disable TTY dev logging (#164) (0b9a25c)

🏗️ Chores

📦 Installation

# Recommended: Install with pipx
pipx install titan-cli==0.1.14

# Verify installation
titan --version

🔌 Built-in Plugins

This release includes three core plugins:

  • Git Plugin - Smart commits, branch management, AI-powered messages
  • GitHub Plugin - Create PRs with AI descriptions, manage issues
  • JIRA Plugin - Search issues, AI-powered analysis

📝 Full Changelog

Compare: 0.1.13...0.1.14

0.1.13

23 Feb 08:32
93d980f

Choose a tag to compare

Titan CLI v0.1.13

🏗️ Chores

📦 Installation

# Recommended: Install with pipx
pipx install titan-cli==0.1.13

# Verify installation
titan --version

🔌 Built-in Plugins

This release includes three core plugins:

  • Git Plugin - Smart commits, branch management, AI-powered messages
  • GitHub Plugin - Create PRs with AI descriptions, manage issues
  • JIRA Plugin - Search issues, AI-powered analysis

📝 Full Changelog

Compare: 0.1.12...0.1.13

0.1.12

20 Feb 07:49
899e512

Choose a tag to compare

Titan CLI v0.1.12

✨ Features

  • Implement structured logging system with TUI and log guidelines (#160) (9cb8a22)
  • Add support for checking out branches in a worktree (#158) (a80bbf8)
  • Add AI-powered PR comment review workflow (#157) (d0a45ce)
  • Add before_pr_generation hook to create-pr-ai workflow (#147) (e31479d)
  • Implement interactive AI-assisted pull request reviews (#145) (d37cb36)

🐛 Bug Fixes

  • Fetch remote branch before creating worktree (#161) (75a5d9e)
  • Provide helpful guidance for common PR creation failures (#148) (ac7bb76)

🔧 Refactoring

  • Rearchitect Git plugin with services and result pattern (#154) (b06bcbb)
  • Introduce service layer and ClientResult for robust error handling (#152) (e3914e2)
  • Introduce 5-layer plugin architecture and overhaul Jira plugin (#150) (ec8d1d4)
  • Introduce service-oriented GitHub client and 5-layer architecture (#149) (38c879b)
  • Introduce Operations Pattern to separate business logic from UI (#146) (00986e4)

📚 Documentation

  • Add development setup guide for parallel workflow (#156) (7b6a787)

🏗️ Chores

📦 Installation

# Recommended: Install with pipx
pipx install titan-cli==0.1.12

# Verify installation
titan --version

🔌 Built-in Plugins

This release includes three core plugins:

  • Git Plugin - Smart commits, branch management, AI-powered messages
  • GitHub Plugin - Create PRs with AI descriptions, manage issues
  • JIRA Plugin - Search issues, AI-powered analysis

📝 Full Changelog

Compare: 0.1.11...0.1.12

0.1.11

11 Feb 09:05
97e5abb

Choose a tag to compare

Titan CLI v0.1.11

✨ Features

  • git: Add support for isolated git worktree operations (#142) (72e3c8c)

🔧 Refactoring

  • Create reusable AI content review component (#144) (4700156)
  • Simplify commit format and improve PR description UX (#143) (80ed355)

🏗️ Chores

📦 Installation

# Recommended: Install with pipx
pipx install titan-cli==0.1.11

# Verify installation
titan --version

🔌 Built-in Plugins

This release includes three core plugins:

  • Git Plugin - Smart commits, branch management, AI-powered messages
  • GitHub Plugin - Create PRs with AI descriptions, manage issues
  • JIRA Plugin - Search issues, AI-powered analysis

📝 Full Changelog

Compare: 0.1.10...0.1.11

0.1.10

09 Feb 10:24
deea560

Choose a tag to compare

Titan CLI v0.1.10

✨ Features

  • pr-agent: Expand i18n detection with more file patterns (#141) (20731d4)
  • ai: Inject project context into AI-generated pull requests (#140) (4688a99)
  • git: Improve diff accuracy and AI PR generation (#139) (534f452)
  • Verify installed version and simplify relaunch command (#137) (acea71c)

🏗️ Chores

📦 Installation

# Recommended: Install with pipx
pipx install titan-cli==0.1.10

# Verify installation
titan --version

🔌 Built-in Plugins

This release includes three core plugins:

  • Git Plugin - Smart commits, branch management, AI-powered messages
  • GitHub Plugin - Create PRs with AI descriptions, manage issues
  • JIRA Plugin - Search issues, AI-powered analysis

📝 Full Changelog

Compare: 0.1.9...0.1.10

0.1.9

06 Feb 08:21
d93f34f

Choose a tag to compare

Titan CLI v0.1.9

✨ Features

  • ai: Add dynamic model fetching from LLM Tools in config wizard (#136) (ed8b498)
  • ui: Add option to hide icon in panel widgets (#134) (4e9fcda)

🏗️ Chores

  • bump version to 0.1.9 (d93f34f)
  • repo: Update repository owner from masmovil to masorange (#135) (5d6c953)

📦 Installation

# Recommended: Install with pipx
pipx install titan-cli==0.1.9

# Verify installation
titan --version

🔌 Built-in Plugins

This release includes three core plugins:

  • Git Plugin - Smart commits, branch management, AI-powered messages
  • GitHub Plugin - Create PRs with AI descriptions, manage issues
  • JIRA Plugin - Search issues, AI-powered analysis

📝 Full Changelog

Compare: 0.1.8...0.1.9

0.1.8

05 Feb 09:03
f610a2f

Choose a tag to compare

Titan CLI v0.1.8

🐛 Bug Fixes

  • workflows: Ensure build and tests pass before creating GitHub release (#133) (942dec6)

🏗️ Chores

📦 Installation

# Recommended: Install with pipx
pipx install titan-cli==0.1.8

# Verify installation
titan --version

🔌 Built-in Plugins

This release includes three core plugins:

  • Git Plugin - Smart commits, branch management, AI-powered messages
  • GitHub Plugin - Create PRs with AI descriptions, manage issues
  • JIRA Plugin - Search issues, AI-powered analysis

📝 Full Changelog

Compare: 0.1.7...0.1.8

0.1.7

05 Feb 08:43
fed4eda

Choose a tag to compare

Titan CLI v0.1.7

🏗️ Chores

  • bump version to 0.1.7 (fed4eda)
  • release: Standardize version tags by removing 'v' prefix (#132) (00b2104)

📦 Installation

# Recommended: Install with pipx
pipx install titan-cli==0.1.7

# Verify installation
titan --version

🔌 Built-in Plugins

This release includes three core plugins:

  • Git Plugin - Smart commits, branch management, AI-powered messages
  • GitHub Plugin - Create PRs with AI descriptions, manage issues
  • JIRA Plugin - Search issues, AI-powered analysis

📝 Full Changelog

Compare: 0.1.6...0.1.7