Skip to content

chore: version package#22

Merged
ericallam merged 1 commit intomainfrom
changeset-release/main
Mar 11, 2026
Merged

chore: version package#22
ericallam merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

agentcrumbs@0.4.0

Minor Changes

  • ca4aace: Add app concept for project-level crumb isolation and cursor-based query pagination.

    App isolation:

    • Every crumb is stamped with an app name, auto-detected from the nearest package.json
    • Crumbs stored per-app at ~/.agentcrumbs/<app>/crumbs.jsonl
    • Collector routes incoming crumbs to per-app stores
    • All CLI commands scope to the current app by default
    • Override with --app <name>, --all-apps, AGENTCRUMBS_APP env var, or app field in JSON config

    Query pagination:

    • New --cursor flag for forward pagination with short 8-char cursor IDs
    • New --after and --before flags for absolute ISO timestamp windows
    • Default limit reduced from 100 to 50 per page
    • Results returned oldest-first with Next: --cursor <id> in output when more pages exist

    New files:

    • src/cli/app-store.ts — shared helper for app context resolution across CLI commands
    • src/cli/cursor.ts — cursor storage with 1-hour TTL

    Breaking changes:

    • Crumb type now has a required app: string field
    • AgentCrumbsConfig type now has an optional app?: string field
    • CollectorServer no longer exposes getStore() (routes to per-app stores internally)
    • Storage location changed from ~/.agentcrumbs/crumbs.jsonl to ~/.agentcrumbs/<app>/crumbs.jsonl
    • Legacy flat-file crumbs (without app field) are still readable as app "unknown"

papertrail@0.0.1

Patch Changes

  • Updated dependencies [ca4aace]
    • agentcrumbs@0.4.0

@vercel
Copy link

vercel bot commented Mar 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agentcrumbs-docs Ready Ready Preview, Comment Mar 11, 2026 4:03pm

Request Review

@ericallam ericallam merged commit dff52e4 into main Mar 11, 2026
2 checks passed
@ericallam ericallam deployed to npm-publish March 11, 2026 16:06 — with GitHub Actions Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant