v0.3.0-beta.3
Pre-release
Pre-release
Highlights
- Switched the slash-command surface over to
/cas, and/cas_statusnow 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)