• Joined on 2026-02-14
Clotho created pull request core/php-agentic#51 2026-02-23 06:33:06 +00:00
fix: add missing database indexes
Clotho created branch fix/add-missing-indexes in core/php-agentic 2026-02-23 06:32:33 +00:00
Clotho pushed to fix/add-missing-indexes at core/php-agentic 2026-02-23 06:32:33 +00:00
764728759d fix: add missing database indexes (closes #21)
Clotho created pull request core/php-agentic#50 2026-02-23 06:19:48 +00:00
refactor: namespace cache keys to prevent collisions
Clotho pushed to refactor/namespace-cache-keys at core/php-agentic 2026-02-23 06:18:53 +00:00
7fba0955e4 refactor: namespace cache keys to prevent collisions (closes #20)
Clotho created branch refactor/namespace-cache-keys in core/php-agentic 2026-02-23 06:18:53 +00:00
Clotho created pull request core/php-agentic#49 2026-02-23 06:10:11 +00:00
refactor: unify ApiKeyManager to use AgentApiKey model
Clotho pushed to refactor/api-key-manager-model at core/php-agentic 2026-02-23 06:09:41 +00:00
6ebd527204 refactor: unify ApiKeyManager to use AgentApiKey model (#19)
Clotho created branch refactor/api-key-manager-model in core/php-agentic 2026-02-23 06:09:41 +00:00
Clotho created pull request core/php-agentic#48 2026-02-23 05:59:05 +00:00
refactor: consolidate duplicate state models (#18)
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
b9da812f7e refactor: consolidate duplicate state models into WorkspaceState (#18)
Clotho created pull request core/php-agentic#47 2026-02-23 05:47:11 +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
003c16c1cd refactor(jobs): remove processOutput stub from ProcessContentTask
Clotho commented on issue core/php-agentic#16 2026-02-23 05:33:25 +00:00
refactor: add return types to Eloquent query scopes

PR submitted: core/php-agentic#46

Clotho created pull request core/php-agentic#46 2026-02-23 05:33:20 +00:00
refactor: add Builder return types to all Eloquent query scopes
Clotho created branch refactor/scope-return-types in core/php-agentic 2026-02-23 05:33:11 +00:00
Clotho pushed to refactor/scope-return-types at core/php-agentic 2026-02-23 05:33:11 +00:00
2bc17efa47 refactor: add Builder return types to all Eloquent query scopes
Clotho created pull request core/php-agentic#45 2026-02-23 05:25:15 +00:00
test: add PromptVersion model tests