Skip to content

Releases: runkids/PackageFlow

PackageFlow v0.3.5

26 Dec 08:15

Choose a tag to compare

✨ New Features

  • Add web links support and extract terminal components (128f3cb)

🐛 Bug Fixes

  • Add shared env config to prevent Volta/pnpm version mismatch (d0a40e7)

🔧 Maintenance

  • Optimize terminal performance and refactor architecture (3fea4fb)
  • Batch PTY output writes to prevent dev server blocking (ec3ac28)

Full Changelog: v0.3.4...v0.3.5

PackageFlow v0.3.4

24 Dec 06:24

Choose a tag to compare

🐛 Bug Fixes

  • Set CI=true to prevent pnpm interactive prompts (560233a)
  • Strip ANSI escape codes from terminal output display (cc06da2)

📚 Documentation

  • Rewrite README tagline to focus on pain points and MCP (1136a66)

Full Changelog: v0.3.3...v0.3.4

PackageFlow v0.3.3

22 Dec 15:47

Choose a tag to compare

✨ New Features

  • Add security audit log and webhook authentication (edf894d)
  • Add lockfile validation for supply chain security (d7bedd7)

🐛 Bug Fixes

  • Correct Claude CLI version parsing for new output format (68eb8ff)
  • Add Markdown rendering for release notes in About panel (ef2dfcd)

🔧 Maintenance

  • Add openspec/ to gitignore (4c78779)

Full Changelog: v0.3.2...v0.3.3

PackageFlow v0.3.2

19 Dec 05:59

Choose a tag to compare

✨ New Features

  • Improve release notes display with Markdown rendering (5b02be0)

🐛 Bug Fixes

  • Use compile-time env var for Netlify OAuth client ID (d8a2de4)

Full Changelog: v0.3.1...v0.3.2

PackageFlow v0.3.1

19 Dec 05:06

Choose a tag to compare

🐛 Bug Fixes

  • Improve PTY height resize responsiveness (6b9ba82)
  • Prevent 5-minute disconnection and improve connection stability (76baedc)

🔧 Maintenance


Full Changelog: v0.3.0...v0.3.1

🎉 🤖 PackageFlow v0.3.0 🤖

19 Dec 01:50

Choose a tag to compare

Highlights

  • Auto-capture an initial snapshot when a project is added for reliable baseline tracking.
  • Major Time Machine redesign at the project level with smarter lockfile/dependency change detection.
  • New Security Guardian capabilities: dependency integrity checks, offline rule-based analysis, and optional AI-powered insights.
  • Deepened AI & MCP integration: CLI support (Claude Code / Codex / Gemini CLI), MCP Actions, and safer tool-calling execution.
  • Improved stability with smart multi-instance management (heartbeat) and better background process synchronization.

✨ New Features

AI & Automation

  • AI CLI integrations (Claude Code, Codex, Gemini CLI) with MCP Actions for tool-driven workflows.
  • New workflow tools: atomic create_workflow_with_steps, batch add_workflow_steps, and list_projects.
  • Searchable execution history plus safe replay, with snapshot capture + diff integrated into executions.

Time Machine & Security Guardian

  • Project-level Time Machine architecture with lockfile-centric change detection.
  • Security insights dashboard, snapshot-diff AI analysis, and improved AI Security Analysis UX.
  • Pattern-based offline security analysis and dependency integrity verification.

UX / Settings / Workflow

  • Settings and appearance redesign (System theme, Reduce Motion, improved hierarchy and scrolling behavior).
  • Workflow/project UI refresh (cards, modals), improved Select dropdown behavior, and notification center enhancements.
  • Better provider sync and stream reconnection.

🐛 Bug Fixes

  • Smarter MCP build/sign flow (skip rebuild when possible; sign before Tauri bundling).
  • Auto-inject project_id and cwd from session context.
  • DB migration fixes, validation improvements, and UI polish.
  • Safer path handling, UTF-8 truncation fixes, and Compact Paths applied consistently.
  • Added process:allow-restart permission for auto-relaunch.

📚 Documentation

  • Updated README, FAQs, tool reference, and settings documentation.
  • Expanded feature documentation.

———

Full Changelog: v0.2.1...v0.3.0

PackageFlow v0.2.1

14 Dec 07:22

Choose a tag to compare

🐛 Bug Fixes

  • Update README wording and enable updater artifacts

Full Changelog: v0.2.0...v0.2.1

PackageFlow v0.2.0

14 Dec 06:46

Choose a tag to compare

✨ New Features

  • Add Node.js toolchain conflict detection (017)
  • Enhance Deploy UI with stats, progress, and animations
  • Implement Cloudflare Pages Direct Upload API with encrypted token storage
  • Add terminal selector with multiple app support
  • Add Session export/import and improve Quick Switcher button
  • Improve Session UI/UX with discoverability enhancements
  • Complete worktree enhancements with grid view and batch operations

🐛 Bug Fixes

  • Use path_resolver for proper PATH handling in macOS GUI apps
  • Use Volta/Corepack wrapper for build command execution
  • Change trash button to close session instead of clear output
  • Wrap PTY terminal commands with Volta for correct Node.js version
  • Support all volta config options (node/npm/yarn) in script execution
  • Use Volta to execute scripts when project has volta config
  • Remove duplicate version suffix in version warning dialog
  • Refresh version badge on package.json change
  • Use open -a to launch correct app on macOS
  • Restore newlines in script output and recursively kill child processes

📚 Documentation

  • Update README copy for all languages

📸 Screenshots

截圖 2025-12-14 清晨6 45 14

Deploy demo


Full Changelog: v0.1.2...v.0.2.0

PackageFlow v0.1.2

12 Dec 11:26

Choose a tag to compare

✨ New Features

  • Auto-generate release notes from commits in CI/CD
  • Add Open in Editor dropdown to Project page

🐛 Bug Fixes

  • Execute shell commands with pipes and special characters through /bin/sh
  • Change PTY terminal trash button to clear output instead of closing tabs

📚 Documentation

  • Add upgrade instructions for Homebrew

🔧 Maintenance

  • Auto-update homebrew-tap on release

Full Changelog: v0.1.1...v0.1.2

PackageFlow v0.1.1

12 Dec 04:10

Choose a tag to compare

  • Commit fa8bfa4: feat: add virtualized scrolling for large content views
  • Commit c9722d5: feat: add auto-update support