Releases: CleanSlice/ranch
Releases · CleanSlice/ranch
Ranch v0.3.18
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 pullOr manually:
cd /path/to/ranch && git pull && bun installRanch v0.3.17
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 pullOr manually:
cd /path/to/ranch && git pull && bun installRanch v0.3.16
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 pullOr manually:
cd /path/to/ranch && git pull && bun installRanch v0.3.15
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 pullOr manually:
cd /path/to/ranch && git pull && bun installRanch v0.3.14
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 pullOr manually:
cd /path/to/ranch && git pull && bun installRanch v0.3.13
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 pullOr manually:
cd /path/to/ranch && git pull && bun installRanch v0.3.12
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 pullOr manually:
cd /path/to/ranch && git pull && bun installRanch v0.3.11
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 pullOr manually:
cd /path/to/ranch && git pull && bun installRanch v0.3.3
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 pullOr manually:
cd /path/to/ranch && git pull && bun installRanch v0.3.2
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 pullOr manually:
cd /path/to/ranch && git pull && bun install