Summarize the latest changes and keep the draft editable.

The next action is visible and waiting for a decision.

Explain React hooks like useState and useEffect

React hooks let you use React features in function components without writing a class.

useState

useState lets a component store and update local state.

jsx
const [count, setCount] = useState(0);
setCount((c) => c + 1);

Key ideas

  • Returns [value, setter]
  • Setter triggers a re-render

Streaming the next sentence.

The last step failed and is waiting for a retry.

This turn was cancelled before it finished.

Agent host-model

Optional avatar grid via au-chat-message--with-avatar.