# November 4: Support for Anthropic Claude 3.5 Haiku, bug fixes

### New Features

* Graphlit now supports the latest Anthropic Haiku 3.5 model, with the model enum `CLAUDE_3_5_HAIKU_20241022`.
* :zap: Once a project has hit the free tier quota, we will now automatically disable all feeds.  Once the project has been upgraded to a paid tier, you can use the `enableFeed` mutation to re-enable your existing feeds to continue ingestion.
* :zap: We have added the `disableFallback` flag to the `RetrievalStrategyInput` type, so you can disable the default behavior of falling back to the previous conversation's contents, or worst-case, falling back to the most recently uploaded content.  By setting `disableFallback` to true, conversations will only attempt to retrieve contents based on the provided `filter` and/or `augmentedFilter` properties.

### Bugs Fixed

* GPLA-3367: Not extracting text from HTML button element


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.graphlit.dev/november-2024/november-4-support-for-anthropic-claude-3.5-haiku-bug-fixes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
