Releases: noppu-labs/ai-toolkit
Releases · noppu-labs/ai-toolkit
Release list
laravel@0.1.3
- chore: bump laravel to 0.1.3, inertia-react to 0.1.2 (2c3986d)
laravel@0.1.2
Changed
- laravel-validation: synced with upstream (leeovery/agentic-skills@7a11090). Adds the Presence Validation section — using
absent()(key omitted entirely) vsempty()(key sent asnull) when testingpresent/sometimes/missingrules — plus the matchingRequestDataProviderItemrework (nullable$value, absent-field handling in request data building).
The vendored copy had silently been behind upstream since the initial import.
laravel@0.1.1
Changed
- laravel-models: reversed the mass-assignment guidance — models must define an explicit
$fillableallowlist (or the#[Fillable]attribute). Removed the previousModel::unguard()recommendation, which contradicted laravel-owasp-security's injection-prevention rule. Ownership/system fields (user_id,is_admin, …) stay out of$fillableand are set explicitly alongside$request->validated().
First tagged release of the Laravel toolkit plugin (16 backend skills, laravel-backend-specialist agent, 4 path-scoped rules); 0.1.1 supersedes the untagged 0.1.0.
laravel@0.1.0
Initial release of the Laravel toolkit plugin (backfilled tag).
- 16 backend skills covering Laravel 13 / PHP 8.5 patterns: models, query builders, DTOs, actions, testing, OWASP security, and more
laravel-backend-specialistagent- 4 path-scoped rules, installable via
/laravel:install-rules
Note: this version's laravel-models skill still recommended Model::unguard() for mass assignment — superseded by the explicit $fillable guidance in laravel@0.1.1.
inertia-react@0.1.2
- chore: bump laravel to 0.1.3, inertia-react to 0.1.2 (2c3986d)
inertia-react@0.1.1
Changed
- shadcn: synced with upstream (shadcn-ui/ui@a409271). Adds:
rules/chat.md— chat/messaging composition:MessageScrollerowns scroll behavior (streaming follow, anchoring, jump-to-latest),Messagerows,Bubblesurfaces,Attachment,Markerregistry.md— authoring source registries (include, item definitions, dependencies, GitHub registry rules)- Newer CLI syntax:
owner/repo/itemaddresses, expandedsearchcommands, updated MCP guidance
inertia-react@0.1.0
Initial tagged release of the Inertia React toolkit plugin.
- 6 frontend skills: Inertia v3 + React 19 + TypeScript patterns, state management, Tailwind v4, shadcn/ui, and more
frontend-developeragent- 2 path-scoped rules, installable via
/inertia-react:install-rules