Skip to content

Releases: Foshati/codefa

v1.2.50: Vibrant Gradient Logo & Automated Release Pipeline

Choose a tag to compare

@Foshati Foshati released this 30 Jul 14:11

🎨 Branding & Automated Releases

  • Updated assets/codefa.svg with electric blue gradient (#2563eb -> #38bdf8).
  • Disabled syntax auto-highlighting on CLI version headers.
  • Added GitHub Actions workflow (.github/workflows/release.yml) for automated releases.

v1.2.48: Real-Time Checkmark Transformation UX

Choose a tag to compare

@Foshati Foshati released this 30 Jul 14:11

✨ Prompt Transformation UX

  • When user confirms prompt with y, the ? question mark instantly morphs into a green checkmark.

v1.2.46: Simplified Completion Guidance & Output Formatting

Choose a tag to compare

@Foshati Foshati released this 30 Jul 14:11

🧹 Terminal Output Cleanup

  • Removed redundant status lines for crisp, modern terminal output.

v1.2.44: Piped TTY Input & Animated Loading Spinner

Choose a tag to compare

@Foshati Foshati released this 30 Jul 14:11

🌀 Terminal UX Improvements

  • Read directly from /dev/tty so curl | bash piped execution prompts interactively.
  • Added Cyan ⠋ ⠙ ⠹ ASCII loading spinner for long-running steps.

v1.2.42: Interactive Prompts for Optional Native AI CLIs

Choose a tag to compare

@Foshati Foshati released this 30 Jul 14:11

❓ Interactive Installation Prompts

  • Prompt user confirmation before installing optional Claude Code or Codex CLIs.

v1.2.40: Interactive Borderless CLI Chooser

Choose a tag to compare

@Foshati Foshati released this 30 Jul 14:10

🎯 Interactive Assistant Selection

  • Added borderless interactive terminal chooser (codefa).
  • Support for codefa --claude, codefa --codex, and codefa --server flags.

v1.2.39: SVG References Cleanup & Badge Metadata

Choose a tag to compare

@Foshati Foshati released this 30 Jul 14:10

🏷️ Readme & Badges

  • Cleaned up SVG references and updated version badges in README.md.

v1.2.35: Integration Completion & Provider Readiness

Choose a tag to compare

@Foshati Foshati released this 30 Jul 14:10

🏁 Pre-Release Stabilization

  • Completed provider integration layer and verified all live smoke tests.

v1.2.30: Module Interface Refactoring

Choose a tag to compare

@Foshati Foshati released this 30 Jul 14:10

🏗️ Architecture Refactor

  • Clean separation of provider adapters and canonical Anthropic core protocols.

v1.2.25: Dependency Lockfile & Python 3.14 Optimization

Choose a tag to compare

@Foshati Foshati released this 30 Jul 14:10

⚡ Runtime & Packaging

  • Generated standalone uv.lock dependency lockfile.
  • Optimized for Python 3.14 native lazy annotations.