Skip to content

v1.9.0 - Query Workflow & Better Triggers

Choose a tag to compare

@husniadil husniadil released this 17 Dec 04:18
· 12 commits to main since this release
fb5a98f

What's New

Database Plugin v1.2.0

  • Expanded skill triggers - Now triggers on "db", "check", "look up", "records", "data lookup"
  • Critical Rules section - Forbids guessing table/column names without schema exploration
  • Query Workflow section - Mandatory 4-step process for unfamiliar databases:
    1. List tables (SHOW TABLES, \dt, .tables)
    2. Identify target table from actual list
    3. Describe table structure before querying
    4. Build query using actual column names

Why This Matters

Prevents incorrect queries caused by assuming ORM naming conventions (e.g., Order vs orders, table_name vs service_type).

Version Updates

  • Marketplace: 1.8.0 → 1.9.0
  • Database plugin: 1.1.0 → 1.2.0