Skip to content

Releases: CleanSlice/ranch

Ranch v0.3.24

Choose a tag to compare

@github-actions github-actions released this 14 Jul 00:28

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 pull

Or manually:

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

Ranch v0.3.23

Choose a tag to compare

@github-actions github-actions released this 12 Jul 16:21

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 pull

Or manually:

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

Ranch v0.3.22

Choose a tag to compare

@github-actions github-actions released this 11 Jul 23:33

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 pull

Or manually:

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

Ranch v0.3.21

Choose a tag to compare

@github-actions github-actions released this 11 Jul 22:11

What's Changed

  • chore: release 0.3.21 (c151649)
  • feat(auth): mint admin embed tokens for the bridle widget (dd40fc3)

Full diff: v0.3.20...v0.3.21

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.20

Choose a tag to compare

@github-actions github-actions released this 23 Jun 20:45

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 pull

Or manually:

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

Ranch CLI v0.1.10

Choose a tag to compare

@github-actions github-actions released this 23 Jun 18:25
333e997

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 upgrade

Ranch v0.3.19

Choose a tag to compare

@github-actions github-actions released this 08 Jun 08:20

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 pull

Or manually:

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

Ranch v0.3.18

Choose a tag to compare

@github-actions github-actions released this 01 Jun 00:10

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

Choose a tag to compare

@github-actions github-actions released this 01 Jun 00:02

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

Choose a tag to compare

@github-actions github-actions released this 31 May 23:36

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