You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Web Bridge now supports /plan commands with correct run startup and visible command state.
The chat input command menu now includes /goal and /subgoal commands, including status, pause, resume, done, and clear actions.
Goal and subgoal workflows now integrate with chat sessions, including goal continuations and status updates.
Job delivery target channel options are restored so scheduled jobs can pick the intended destination.
Context token usage now resumes accurately with snapshot-aware calculations after reconnects.
Context checkpoint compression is more reliable for slow Codex summarization: Web UI waits 5 minutes and the Python bridge broker no longer cuts off worker requests after 2 minutes.
Chat queue promotion is fixed so queued messages do not jump into the message list early, including synced windows.
Clarify prompts no longer submit open-text replies on Enter and answered prompts no longer reopen after switching sessions.
Bridge terminal environment refresh and stale pid cleanup are scoped more tightly, reducing stale runtime status in the UI.
The default context length now follows the Hermes standard of 256,000 tokens.