Releases: CleanSlice/ranch
Releases · CleanSlice/ranch
Release list
Ranch v0.3.24
What's Changed
- chore: release 0.3.24 (ead58c6)
- feat(agent): delete files and skill folders from the admin Files tab (15bdca8)
Full diff: v0.3.23...v0.3.24
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.23
What's Changed
- chore: release 0.3.23 (cee67b7)
- fix(agent): stop deleting agent-created skills from S3 on restart (9504480)
Full diff: v0.3.22...v0.3.23
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.22
What's Changed
- chore: release 0.3.22 (87557f0)
- feat(apiKey): embed:mint-admin scope for minting admin embed tokens (580204e)
Full diff: v0.3.21...v0.3.22
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.21
What's Changed
Full diff: v0.3.20...v0.3.21
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.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 install