Releases: CleanSlice/ranch
Releases · CleanSlice/ranch
Release list
Ranch v0.3.20
What's Changed
- chore: release 0.3.20 (3fd3c4d)
- chore: regenerate api client sdk (9a1d1bf)
- fix: resolve cli version at runtime to avoid stale-dist loop (2c1f80e)
- fix: lower agent pod cpu request to 100m for node bin-packing (cb280dc)
- fix: scope bridle browser clients by clientId+agentId (5423d34)
- feat(agent): add stop/start to free cluster resources (5b2a915)
- fix(lightrag): ingestFile via /documents/upload since /documents/file is gone (368a904)
- chore(terraform): provision reins_sources bucket, retire pg_backups (78aceef)
- feat(reins): upload file and archive sources to knowledge (56b211e)
Full diff: v0.3.19...v0.3.20
How to update an existing checkout
ranch dev # detects new version, prompts to git pullOr manually:
cd /path/to/ranch && git pull && bun installRanch CLI v0.1.10
What's Changed
- fix: print clean cli version to fix publish verify step (dc267a6)
- fix: resolve cli version at runtime to avoid stale-dist loop (2c1f80e)
- feat(dev): start lightrag services in ranch dev (1e0238e)
Full diff: cli-v0.1.9...cli-v0.1.10
Install / Upgrade
bun add -g @cleanslice/ranch@0.1.10
# or
npm install -g @cleanslice/ranch@0.1.10
# or, if already installed:
ranch upgradeRanch v0.3.19
What's Changed
- feat(bridle): forward embed data-prompt integrator context to the agent (3a2c32f)
Full diff: v0.3.18...v0.3.19
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.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 install