Turbo-Flow Claude v1.0.4 Alpha
🚀 Turbo-Flow Claude v1.0.4 Alpha
Release Highlights
This release focuses on reliability and stability improvements, fixing the flaky Claude Flow initialization that affected previous versions. We've also added new tools and aliases to enhance your agentic development workflow.
✨ What's New
🔧 Bug Fixes
- Fixed Claude Flow Initialization - Claude Flow now reliably initializes in the correct workspace directory
- Script changes to correct directory before running
claude-flow init - Uses absolute paths instead of relative paths for existence checks
- Synchronous npm cache clean (no more race conditions)
- Preserves npx cache for stability
- Script changes to correct directory before running
🙏 Acknowledgments
- Anthropic - Claude Code & Claude Flow
- GitHub - Spec-Kit
- ChrisRoyse - 610 Claude Subagents
- BeehiveInnovations - PAL MCP Server
- n8n - n8n MCP
📝 Full Changelog
Fixed:
- Claude Flow initialization now works reliably in DevPod/Codespaces environments
- Script changes to workspace directory before running
claude-flow init - npm cache clean runs synchronously (no race conditions)
- npx cache is preserved (was being deleted causing issues)
- Existence checks use absolute paths
Added:
- Claudish npm package
pal-setupaliasaqe-mcpaliasaf-helpaliasclaude-hierarchicalaliasskills-infoalias- Spanish README (
README.es.md) - Status verification at end of setup
- Manual fix commands in output when components fail
Changed:
- Version bumped to v1.0.4
- Bash aliases version marker updated to v7
- Improved error visibility for debugging
Removed:
- Background npm cache clean (was causing race conditions)
- npx cache deletion (was breaking npx commands)
Full Changelog: https://github.com/marcuspat/turbo-flow-claude/compare/v1.0.3...v1.0.4
# 🚀 Turbo-Flow Claude v1.0.4 AlphaRelease Highlights
This release focuses on reliability and stability improvements, fixing the flaky Claude Flow initialization that affected previous versions. We've also added new tools and aliases to enhance your agentic development workflow.
✨ What's New
🔧 Bug Fixes
- Fixed Claude Flow Initialization - Claude Flow now reliably initializes in the correct workspace directory
- Script changes to correct directory before running
claude-flow init - Uses absolute paths instead of relative paths for existence checks
- Synchronous npm cache clean (no more race conditions)
- Preserves npx cache for stability
- Script changes to correct directory before running
🆕 New Tools
| Tool | Description |
|---|---|
| Claudish | Claude shell helper utilities |
🏷️ New Aliases
| Alias | Command | Description |
|---|---|---|
pal-setup |
cd ~/.pal-mcp-server && uv sync |
Setup PAL dependencies |
aqe-mcp |
npx -y aqe-mcp |
Agentic QE MCP server |
af-help |
npx -y agentic-flow --help |
Agentic Flow help |
claude-hierarchical |
claude --dangerously-skip-permissions |
Full alias for dsp |
skills-info |
npx ai-agent-skills info |
Get skill details |
📊 Improved Status Reporting
- Setup script now shows actual initialization status (✅ or ❌) for each component
- Provides manual fix commands if any component fails to initialize
- Better error visibility (removed silent error suppression for debugging)
📚 Documentation
- Added Spanish README (
README.es.md) - Updated documentation to match all script changes
- Added troubleshooting section for common issues
📦 Installation
DevPod (Recommended)
devpod up https://github.com/marcuspat/turbo-flow-claude --ide vscodeGitHub Codespaces
Manual Setup
git clone https://github.com/marcuspat/turbo-flow-claude.git
cd turbo-flow-claude
./devpods/setup.sh
source ~/.bashrc📋 Complete Package List
npm Global Packages (11)
@anthropic-ai/claude-code claude-usage-cli agentic-qe
agentic-flow agentic-jujutsu claudish
ai-agent-skills n8n-mcp @playwright/mcp
chrome-devtools-mcp mcp-chrome-bridge
Python Tools (2)
uv (package manager) specify-cli (spec-kit)
MCP Servers (4)
playwright chrome-devtools
n8n-mcp agentic-qe
AI Skills (3)
frontend-design mcp-builder code-review
Agent Templates
610+ Claude subagent templates
🔄 Upgrade Guide
If you're upgrading from v1.0.3:
# Pull latest changes
git pull origin main
# Re-run setup script
./devpods/setup.sh
# Reload aliases
source ~/.bashrc
# Verify Claude Flow initialization
ls -la .claude-flow/If Claude Flow didn't initialize:
cd $WORKSPACE_FOLDER && npx -y claude-flow@alpha init --force🐛 Known Issues
- PAL MCP requires manual API key configuration in
~/.pal-mcp-server/.env - Some MCP server registrations may timeout on slow connections (script continues anyway)
📊 Stats
| Metric | Count |
|---|---|
| npm global packages | 11 |
| npm local dev packages | 2 |
| Python tools | 2 |
| Shell tools | 1 |
| Git-cloned repos | 2 |
| AI skills installed | 3 |
| Config files created | 4 |
| Directories created | 9 |
| Bash aliases | 32 |
| Helper functions | 3 |
| MCP registrations | 4 |
| Agent templates | 610+ |
🙏 Acknowledgments
- [Anthropic](https://anthropic.com) - Claude Code & Claude Flow
- [GitHub](https://github.com/github/spec-kit) - Spec-Kit
- [ChrisRoyse](https://github.com/ChrisRoyse/610ClaudeSubagents) - 610 Claude Subagents
- [BeehiveInnovations](https://github.com/BeehiveInnovations/pal-mcp-server) - PAL MCP Server
- [n8n](https://github.com/n8n-io/n8n-mcp) - n8n MCP
📝 Full Changelog
Fixed:
- Claude Flow initialization now works reliably in DevPod/Codespaces environments
- Script changes to workspace directory before running
claude-flow init - npm cache clean runs synchronously (no race conditions)
- npx cache is preserved (was being deleted causing issues)
- Existence checks use absolute paths
Added:
- Claudish npm package
pal-setupaliasaqe-mcpaliasaf-helpaliasclaude-hierarchicalaliasskills-infoalias- Spanish README (
README.es.md) - Status verification at end of setup
- Manual fix commands in output when components fail
Changed:
- Version bumped to v1.0.4
- Bash aliases version marker updated to v7
- Improved error visibility for debugging
Removed:
- Background npm cache clean (was causing race conditions)
- npx cache deletion (was breaking npx commands)
Full Changelog: v1.0.3...v1.0.4