Releases: nmcapule/tala
Releases · nmcapule/tala
Tala plugin 0.3.2
Changes
- README now includes recommended remote GitHub Codex plugin install and existing-user upgrade instructions.
- Codex plugin package version bumped to
0.3.2. - Existing MCP launcher fix remains included for fresh-project startup, avoiding broken pipe failures during initialize.
Tala plugin 0.3.1
Changes
- Package the Tala Go source directly inside the Codex plugin for self-contained installs.
- Update the plugin MCP launcher to locate plugin files from
PLUGIN_ROOT,TALA_SOURCE_ROOT, or a workspace checkout. - Expand the release helper to refresh packaged source, verify MCP launcher startup from outside the checkout, test both root and packaged modules, reinstall the plugin, and verify the installed launcher.
Validation
scripts/release-codex-plugin.sh --dry-runscripts/release-codex-plugin.sh- Root
go test ./... - Packaged plugin
go test ./...
Tala plugin 0.3.0
Release Tala Codex plugin 0.3.0.
Changes:
- Allow Tala MCP stdio startup before
.tala/tala.dbexists, with explicittala_initinitialization. - Add a Codex plugin web-server launcher for browser workflows.
- Update plugin docs and workflow instructions.
Validation:
GOCACHE=/tmp/go-build GOMODCACHE=/tmp/go-mod scripts/release-codex-plugin.sh --no-bump