Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/small-apes-bake.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/xano.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @calycode/cli
```sh
caly-xano-cli v0.18.0 — Automate backups, docs, testing & version control for Xano
caly-xano-cli v0.18.1 — Automate backups, docs, testing & version control for Xano

Usage: caly-xano <command> [options]

Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @calycode/xano-cli

## 0.18.1

### Patch Changes

- dab4103: Scope OpenCode server and native-host child processes to a dedicated CalyCode workspace directory while preserving project-relative cwd for direct CLI proxy usage.

## 0.18.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calycode/cli",
"version": "0.18.0",
"version": "0.18.1",
"description": "Command-line interface for Xano providing terminal access to Xano workflows",
"publishConfig": {
"tag": "latest",
Expand Down