Skip to content

Releases: noppu-labs/ai-toolkit

laravel@0.1.3

Choose a tag to compare

@github-actions github-actions released this 03 Jul 05:05
2c3986d
  • chore: bump laravel to 0.1.3, inertia-react to 0.1.2 (2c3986d)

laravel@0.1.2

Choose a tag to compare

@cris005 cris005 released this 03 Jul 04:44
laravel@0.1.2
a82bb09

Changed

  • laravel-validation: synced with upstream (leeovery/agentic-skills@7a11090). Adds the Presence Validation section — using absent() (key omitted entirely) vs empty() (key sent as null) when testing present / sometimes / missing rules — plus the matching RequestDataProviderItem rework (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

Choose a tag to compare

@cris005 cris005 released this 03 Jul 04:22
laravel@0.1.1
c6453fa

Changed

  • laravel-models: reversed the mass-assignment guidance — models must define an explicit $fillable allowlist (or the #[Fillable] attribute). Removed the previous Model::unguard() recommendation, which contradicted laravel-owasp-security's injection-prevention rule. Ownership/system fields (user_id, is_admin, …) stay out of $fillable and 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

Choose a tag to compare

@cris005 cris005 released this 03 Jul 04:25
laravel@0.1.0
a9ffd60

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-specialist agent
  • 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

Choose a tag to compare

@github-actions github-actions released this 03 Jul 05:04
2c3986d
  • chore: bump laravel to 0.1.3, inertia-react to 0.1.2 (2c3986d)

inertia-react@0.1.1

Choose a tag to compare

@cris005 cris005 released this 03 Jul 04:44
inertia-react@0.1.1
cfc9eb2

Changed

  • shadcn: synced with upstream (shadcn-ui/ui@a409271). Adds:
    • rules/chat.md — chat/messaging composition: MessageScroller owns scroll behavior (streaming follow, anchoring, jump-to-latest), Message rows, Bubble surfaces, Attachment, Marker
    • registry.md — authoring source registries (include, item definitions, dependencies, GitHub registry rules)
    • Newer CLI syntax: owner/repo/item addresses, expanded search commands, updated MCP guidance

inertia-react@0.1.0

Choose a tag to compare

@cris005 cris005 released this 03 Jul 04:21
inertia-react@0.1.0
c6453fa

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-developer agent
  • 2 path-scoped rules, installable via /inertia-react:install-rules