Skip to content

Releases: a7ul/vibes

v1.0.13

25 Mar 10:18
eb951a5

Choose a tag to compare

What's Changed

  • chore: port pydantic-ai v1.68.0 changes by @Copilot in #26
  • chore: port pydantic-ai v1.70.0 changes by @Copilot in #28
  • chore: port pydantic-ai v1.71.0 — Toolset forRun/forRunStep lifecycle hooks by @Copilot in #30

Full Changelog: v1.0.12...v1.0.13

v1.0.12 — Community Toolsets

16 Mar 02:54

Choose a tag to compare

What's New

Community Toolsets (@vibesjs/sdk/community)

Three new plug-and-play toolsets available via the new ./community entrypoint:

🧠 MemoryToolset

Agent memory management with in-memory store — store, retrieve, and search memories across turns.

📂 SkillsToolset

Load skills from a directory on disk (DirectorySkillLoader) and expose them as tools to your agent.

✅ TodoToolset

Task tracking for agents — create, update, complete, and list todos with an in-memory store.

Usage

import { MemoryToolset, SkillsToolset, TodoToolset } from "@vibesjs/sdk/community";

Other Changes

  • Updated bank-support and human-in-the-loop examples
  • Improved evals dataset and experiment APIs
  • Full test coverage for all community toolsets
  • Docs pages for each community toolset

v1.0.11

16 Mar 00:08

Choose a tag to compare

Full Changelog: v1.0.10...v1.0.11

v1.0.10

15 Mar 23:56

Choose a tag to compare

Full Changelog: v1.0.9...v1.0.10

v1.0.9

15 Mar 23:31

Choose a tag to compare

  • Fix broken logo on JSR README (relative → absolute GitHub raw URL)
  • Remove invalid npm badge
  • Add JSR package description and runtime compat markers (deno, node)
  • Add missing JSDoc to reach 80%+ symbol coverage

v1.0.8

15 Mar 23:26

Choose a tag to compare

  • Fix lint errors (require-await, verbatim-module-syntax, no-unused-vars)
  • Migrate all docs and examples from npm:@vibesjs/sdk to jsr:@vibesjs/sdk

v1.0.5

15 Mar 22:57

Choose a tag to compare

docs: sync sdk README with root README, fix mermaid diagrams, update navbar links

v1.0.4

15 Mar 18:56

Choose a tag to compare

ci: fix release workflow and publishing pipeline

v1.0.3

15 Mar 17:57

Choose a tag to compare

fix: resolve npm publish build failures (invalid dnt mappings, broken version update sed)