# `Codex.Events.FuzzyFileSearchSessionUpdated`
[🔗](https://github.com/nshkrdotcom/codex_sdk/blob/v0.18.1/lib/codex/events.ex#L497)

Event emitted when a fuzzy file search session publishes updated matches.

# `t`

```elixir
@type t() :: %Codex.Events.FuzzyFileSearchSessionUpdated{
  files: [map()],
  query: String.t(),
  session_id: String.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
