Releases: Foshati/codefa
Releases · Foshati/codefa
Release list
v1.2.50: Vibrant Gradient Logo & Automated Release Pipeline
🎨 Branding & Automated Releases
- Updated
assets/codefa.svgwith 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
✨ 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
🧹 Terminal Output Cleanup
- Removed redundant status lines for crisp, modern terminal output.
v1.2.44: Piped TTY Input & Animated Loading Spinner
🌀 Terminal UX Improvements
- Read directly from
/dev/ttysocurl | bashpiped execution prompts interactively. - Added Cyan
⠋ ⠙ ⠹ASCII loading spinner for long-running steps.
v1.2.42: Interactive Prompts for Optional Native AI CLIs
❓ Interactive Installation Prompts
- Prompt user confirmation before installing optional Claude Code or Codex CLIs.
v1.2.40: Interactive Borderless CLI Chooser
🎯 Interactive Assistant Selection
- Added borderless interactive terminal chooser (
codefa). - Support for
codefa --claude,codefa --codex, andcodefa --serverflags.
v1.2.39: SVG References Cleanup & Badge Metadata
🏷️ Readme & Badges
- Cleaned up SVG references and updated version badges in README.md.
v1.2.35: Integration Completion & Provider Readiness
🏁 Pre-Release Stabilization
- Completed provider integration layer and verified all live smoke tests.
v1.2.30: Module Interface Refactoring
🏗️ Architecture Refactor
- Clean separation of provider adapters and canonical Anthropic core protocols.
v1.2.25: Dependency Lockfile & Python 3.14 Optimization
⚡ Runtime & Packaging
- Generated standalone
uv.lockdependency lockfile. - Optimized for Python 3.14 native lazy annotations.