Skip to content

Releases: CleanSlice/ranch

Ranch v0.3.18

01 Jun 00:10

Choose a tag to compare

What's Changed

  • fix(bridle): use saveRaw for archive — .jsonl was blocked by editable-ext guard (c883ad8)

Full diff: v0.3.17...v0.3.18

How to update an existing checkout

ranch dev   # detects new version, prompts to git pull

Or manually:

cd /path/to/ranch && git pull && bun install

Ranch v0.3.17

01 Jun 00:02

Choose a tag to compare

What's Changed

  • fix(bridle): surface archive failure reasons instead of swallowing them (0e95e75)

Full diff: v0.3.16...v0.3.17

How to update an existing checkout

ranch dev   # detects new version, prompts to git pull

Or manually:

cd /path/to/ranch && git pull && bun install

Ranch v0.3.16

31 May 23:36

Choose a tag to compare

What's Changed

  • chore(release): v0.3.16 (cb3e18d)
  • feat(bridle): POST :agentId/transcript/archive — move-aside instead of delete (6608935)

Full diff: v0.3.15...v0.3.16

How to update an existing checkout

ranch dev   # detects new version, prompts to git pull

Or manually:

cd /path/to/ranch && git pull && bun install

Ranch v0.3.15

29 May 23:46

Choose a tag to compare

What's Changed

  • chore(release): v0.3.15 (6908630)
  • fix(api): token-first bridle handshake + stable anon channel (4e17d5c)

Full diff: v0.3.14...v0.3.15

How to update an existing checkout

ranch dev   # detects new version, prompts to git pull

Or manually:

cd /path/to/ranch && git pull && bun install

Ranch v0.3.14

29 May 22:45

Choose a tag to compare

What's Changed

  • chore(release): v0.3.14 (9e0a19b)
  • fix(api): honor agent allowedOrigins in HTTP CORS; bundle pending platform WIP (051310c)

Full diff: v0.3.13...v0.3.14

How to update an existing checkout

ranch dev   # detects new version, prompts to git pull

Or manually:

cd /path/to/ranch && git pull && bun install

Ranch v0.3.13

29 May 15:37

Choose a tag to compare

What's Changed

  • chore(release): v0.3.13 (0fb6c2b)
  • fix(admin): pin baseURL via direct mutation + per-request interceptor (e4edc83)

Full diff: v0.3.12...v0.3.13

How to update an existing checkout

ranch dev   # detects new version, prompts to git pull

Or manually:

cd /path/to/ranch && git pull && bun install

Ranch v0.3.12

28 May 22:12

Choose a tag to compare

What's Changed

  • chore(release): v0.3.12 (bfb49fe)
  • fix(admin): use NUXT_PUBLIC_API_URL for runtime API base, drop localhost fallback (d92b006)
  • fix(lint): drop useless backslash-escape on hyphen in regex char class (b8e8851)

Full diff: v0.3.11...v0.3.12

How to update an existing checkout

ranch dev   # detects new version, prompts to git pull

Or manually:

cd /path/to/ranch && git pull && bun install

Ranch v0.3.11

26 May 22:42

Choose a tag to compare

What's Changed

  • chore(release): v0.3.11 (979f524)
  • feat(mcp): seed CleanSlice MCP as builtin auto-attached to every agent (cd1edb3)
  • feat(skill): confirm-overwrite modal on import slug conflict (1d048d8)

Full diff: v0.3.10...v0.3.11

How to update an existing checkout

ranch dev   # detects new version, prompts to git pull

Or manually:

cd /path/to/ranch && git pull && bun install

Ranch v0.3.3

25 May 13:20

Choose a tag to compare

What's Changed

  • fix(app): route auth token through client.setConfig so it survives baseURL setConfig (d0b46be)

Full diff: v0.3.2...v0.3.3

How to update an existing checkout

ranch dev   # detects new version, prompts to git pull

Or manually:

cd /path/to/ranch && git pull && bun install

Ranch v0.3.2

25 May 12:21

Choose a tag to compare

What's Changed

  • chore(release): v0.3.2 (91e6355)
  • fix(app): order api-base-url plugin before auth-init via dependsOn (d023113)

Full diff: v0.3.1...v0.3.2

How to update an existing checkout

ranch dev   # detects new version, prompts to git pull

Or manually:

cd /path/to/ranch && git pull && bun install