php-agentic/View/Modal/Admin
Snider cda896ebe0
Some checks are pending
CI / PHP 8.2 (push) Waiting to run
CI / PHP 8.3 (push) Waiting to run
CI / PHP 8.4 (push) Waiting to run
CI / Assets (push) Waiting to run
fix(migrations): make idempotent and align schemas with models
- All package migrations now guarded with hasTable()/hasColumn()
  so they coexist with the consolidated app-level migration
- Migration 000001: aligned agent_api_keys and agent_sessions
  schemas with current model expectations (key not key_hash,
  session_id not uuid, etc.)
- Migration 000002: hasColumn guards for ALTER TABLE safety
- Migration 000003: hasTable guards for all CREATE TABLE calls
- Dashboard: wrap all queries in try/catch so /hub/agents loads
  even when tables haven't been migrated yet

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-08 21:07:57 +00:00
..
ApiKeyManager.php refactor: update namespaces for L1/L2 package convention 2026-01-27 17:34:46 +00:00
ApiKeys.php refactor: update namespaces for L1/L2 package convention 2026-01-27 17:34:46 +00:00
Dashboard.php fix(migrations): make idempotent and align schemas with models 2026-02-08 21:07:57 +00:00
PlanDetail.php refactor: rename namespace Core\Agentic to Core\Mod\Agentic 2026-01-27 16:12:58 +00:00
Plans.php refactor: update namespaces for L1/L2 package convention 2026-01-27 17:34:46 +00:00
Playground.php refactor: update namespaces for L1/L2 package convention 2026-01-27 17:34:46 +00:00
RequestLog.php refactor: update namespaces for L1/L2 package convention 2026-01-27 17:34:46 +00:00
SessionDetail.php refactor: rename namespace Core\Agentic to Core\Mod\Agentic 2026-01-27 16:12:58 +00:00
Sessions.php refactor: update namespaces for L1/L2 package convention 2026-01-27 17:34:46 +00:00
Templates.php refactor: update namespaces for L1/L2 package convention 2026-01-27 17:34:46 +00:00
ToolAnalytics.php refactor: update namespaces for L1/L2 package convention 2026-01-27 17:34:46 +00:00
ToolCalls.php refactor: update namespaces for L1/L2 package convention 2026-01-27 17:34:46 +00:00