fix: add missing database indexes
refactor: namespace cache keys to prevent collisions
refactor: unify ApiKeyManager to use AgentApiKey model
Clotho
created branch refactor/consolidate-workspace-state-models in core/php-agentic
2026-02-23 05:58:28 +00:00
Clotho
pushed to refactor/consolidate-workspace-state-models at core/php-agentic
2026-02-23 05:58:28 +00:00
refactor(jobs): remove processOutput stub from ProcessContentTask
Clotho
created branch refactor/remove-process-content-task-stub in core/php-agentic
2026-02-23 05:46:16 +00:00
Clotho
pushed to refactor/remove-process-content-task-stub at core/php-agentic
2026-02-23 05:46:16 +00:00
refactor: add Builder return types to all Eloquent query scopes
test: add PromptVersion model tests