Skip to content

v0.3.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@huntharo huntharo released this 22 Mar 13:03
97e3084

Highlights

  • Switched the slash-command surface over to /cas, and /cas_status now shows the plugin package version so it is easier to confirm exactly what build is deployed. @huntharo (#29, #32)
  • Kept Discord bind and picker buttons responsive through longer interaction flows, including cleaner completion handling after a button action finishes. @huntharo (#26, #28)
  • Surfaced Codex file-edit summaries in plugin replies so thread activity is easier to follow from chat. @huntharo (#5)

Fixes

  • Restored the default execution mode after /cas_plan off, so a thread does not stay stuck in planning mode after plan mode is disabled. @huntharo (#8)
  • Stopped treating approval cancellations as authentication failures, which keeps the failure state more accurate during permission flows. @huntharo (#6)
  • Improved conversation-binding reliability by handling the binding-resolved hook when available and tolerating older runtimes where that callback is missing. @huntharo (#4)

Docs

  • Refreshed the README install guidance and expanded the internal notes around Codex permissions and media handling. @huntharo (#5)

Internal

  • Added the prerelease publishing workflow used for this beta line. @huntharo (#7)
  • Added and then made the repo-local project-manager skill configurable for issue and board maintenance. @huntharo (#22, #23, #24)