Skip to content

v1.6.1 - Documentation & Command Descriptions

Choose a tag to compare

@wasintoh wasintoh released this 18 Dec 15:38
· 40 commits to main since this release

🎯 Toh Framework v1.6.1

This release focuses on documentation improvements and fixing command descriptions for better Claude Code integration.

📝 Documentation Rewrite

  • README.md - Complete rewrite highlighting v1.6.0 features
  • README-TH.md - Thai documentation updated to match
  • Focused sections on:
    • 🤖 Claude Code Sub-Agents (7 specialized agents)
    • 🔄 Multi-Agent Orchestration (/toh v4.0)
    • 🎨 Vibe Mode workflow

🔧 Fixed: Command Descriptions

All 14 commands now have single-line descriptions in YAML frontmatter:

Command Description
/toh-vibe Create new project with UI + Logic + Mock Data in one command
/toh-ui Create or edit UI components, pages, or layouts
/toh-dev Add logic, state management, TypeScript types, and CRUD operations
/toh-design Polish design to look professional, eliminate AI-generated look
/toh-test Auto test with Playwright and fix until all tests pass
/toh-connect Connect app to Supabase backend with schema and RLS policies
/toh-fix Fix bugs systematically with Debug Protocol
/toh-line Convert web app to LINE Mini App or create new LIFF integration
/toh-mobile Create mobile app with Expo, NativeWind and Zustand
/toh-ship Deploy app to production (Vercel, Netlify, and more)
/toh-help Display all Toh Framework commands and quick usage guide

Result: Claude Code now shows descriptions in the slash command picker! ✅

📄 toh-help.md

  • Converted to English only for consistency
  • Updated to v1.6.1 feature set
  • Added Sub-Agents documentation

Installation

npx toh-framework@1.6.1 install

Full Changelog

See CHANGELOG.md