Skip to content

Releases: nmcapule/tala

Tala plugin 0.3.2

18 Jun 18:07

Choose a tag to compare

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

15 Jun 07:01

Choose a tag to compare

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-run
  • scripts/release-codex-plugin.sh
  • Root go test ./...
  • Packaged plugin go test ./...

Tala plugin 0.3.0

15 Jun 00:30

Choose a tag to compare

Release Tala Codex plugin 0.3.0.

Changes:

  • Allow Tala MCP stdio startup before .tala/tala.db exists, with explicit tala_init initialization.
  • 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