Agentry
Agentry Changelog
Every meaningful change to Agentry, told with the media it deserves — screenshots and clips adapt to your current theme.
-
Agents, awesome lists, and search
Agentry grew from a prompt library into a full workbench.
- Agent versioning & history — agents are versioned with a snapshot history, plus a dedicated agent detail page.
- Awesome lists — curate “awesome” collections of AI resources (full CRUD).
- Full-text search (FTS5) over prompts, with drizzle migrations for the schema.
- Collection-item resolution UI — resolve and manage items inside collections.
- Hub — surfaces activity across connected sibling apps (Wisdone, Brainstash, Knowmine, and more).
Broken tags, categories, and search API wiring was repaired along the way.

Agents — each with its own system prompt, tools, version, and history.

The Hub — activity across connected sibling apps, in one place. -
Foundation
The prompt library landed first.
- Prompts — full CRUD with a Tiptap rich-text editor, draft/published status, private/public visibility, category + tags, model hint, fork, favorite, and 1–5 ratings.
- Authentication — registration + login with session tokens, plus Google OAuth and a protected workbench.
The codebase completed the Svelte 5 + TanStack Query migration (runes idiom, typed queries), moved the toolchain to tsgo, and upgraded dependencies to latest.