Skip to content

🎯 Toh Framework v1.8.1 - Google Antigravity Workflows

Choose a tag to compare

@wasintoh wasintoh released this 11 Jan 08:18
· 38 commits to main since this release

🌐 Google Antigravity Workflows

Full support for Google Antigravity IDE! Commands now appear when pressing /:

  • 13 workflow files created in .agent/workflows/
  • Commands use dash syntax (/toh-vibe) in Antigravity
  • Separate from Gemini CLI which uses colon syntax (/toh:vibe)

🧠 7-File Memory System

Enhanced memory tracking with 2 new files:

Memory File Purpose
active.md Current task
summary.md Project overview
decisions.md Key decisions
changelog.md NEW! Session changes
agents-log.md NEW! Agent activity log
architecture.md Project structure
components.md Component registry

πŸ“’ Agent Announcements

All agents now announce themselves when working:

[🎨 UI Builder] Starting: Create Dashboard Page
[🎨 UI Builder] βœ… Complete: Dashboard with 3 components

⚑ Parallel Execution

Agents can now work simultaneously when there are no dependencies:

Phase 1: [🎨 UI] + [βš™οΈ Dev]    ← PARALLEL
Phase 2: [πŸ”Œ Backend]          ← SEQUENTIAL
Phase 3: [✨ Design] + [πŸ§ͺ Test] ← PARALLEL

🎯 Agent Selection Reasoning

Before executing, see why AI chose specific agents:

πŸ” Analysis:
| Need | Agent | Confidence |
|------|-------|------------|
| Create pages | 🎨 UI | 95% |
| Add logic | βš™οΈ Dev | 90% |
| Connect DB | πŸ”Œ Connect | 95% |

πŸ“¦ Installation

npx toh-framework@latest install

πŸ”— Links


Full Changelog: v1.7.0...v1.8.1