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
7 changes: 0 additions & 7 deletions .changeset/skills-codex-global-and-discovery.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/sawala/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sawala/cli

## 0.14.1

### Patch Changes

- f53683c: `sawala skills install --target codex --global` now writes to both `~/.agents/skills` and `~/.codex/skills`. Codex's documentation names the first while real installs use the second, and rather than pick one and risk a global install landing where nothing reads it, both are written. Project-level installs are unchanged — `.agents/skills` is well attested there.

The `sawala-cli` skill's description now also mentions listing uploaded files, assets, and media, and reading forms and submissions. It absorbs the Formulir and Berkasna surfaces, but previously named them only as products — so "list my files" or "read the form submissions" matched nothing unless the user happened to say "Berkasna" or "Formulir".

## 0.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sawala/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sawala/cli",
"version": "0.14.0",
"version": "0.14.1",
"description": "Sawala umbrella CLI — Kontena, Formulir, Berkasna, and Kodena under one roof.",
"license": "MIT",
"repository": {
Expand Down
Loading