Skip to content

ChatWalaʻau v0.90.1

Choose a tag to compare

@motojinc25 motojinc25 released this 29 Jun 00:56
· 1 commit to main since this release

This release contains quality-of-life fixes for ChatWalaʻau: the coding workspace is created automatically, and the File Explorer gets a clearer Refresh indicator and a safer download surface.

Highlights

Fixes and improvements (v0.90.1)

  • The coding workspace is created automatically. When CODING_ENABLED=true and the configured CODING_WORKSPACE_DIR does not exist, the runtime now creates it (including parent directories) at startup instead of failing with CODING_WORKSPACE_DIR does not exist. If it cannot be created (e.g. a read-only parent or a path component that is a file), a clear error is shown explaining why.
  • File Explorer Refresh shows progress. Clicking Refresh in the file tree now spins the icon and disables the button until the reload completes. The indicator is held for at least one full spin (about one second) so a fast refresh is still visible instead of flashing by.
  • Removed the "Download workspace as ZIP" toolbar button. Downloading the entire workspace could target a very large amount of data, so the whole-workspace ZIP shortcut was removed. Per-folder Download as ZIP (from a folder's right-click menu) and single-file download remain, and stay bounded by the existing download size / entry limits.
  • Operator declarative-agent files are ignored by tooling. The default declarative-agents folder (.agents/, used by DECLARATIVE_AGENTS_DIR) is now excluded from Git, the Docker build context, and the public repository sync -- consistent with the other operator runtime folders -- so operator-authored agent YAML is not committed or shipped. The built-in CORE agent is code and is unaffected.

Included in this release

This release includes implementation work from:

  • v0.90.1 through v0.90.1

Notes

  • No breaking changes. This is a patch release: the changes are additive or behavior-preserving (a previously fatal startup error becomes a successful auto-create, a UI affordance is clarified, and a redundant whole-workspace download shortcut is removed). No removed or renamed endpoints, settings, environment variables, contracts, or capabilities; no data migration; no new dependency.
  • Internal design management content and architecture control artifacts are intentionally omitted from this release note.

Installation

See the repository README for setup and usage instructions.

Version

  • Release version: 0.90.1
  • Previous release: 0.90.0