Skip to content

Commit d8516cf

Browse files
chore: bump version to v0.11.0 [ci skip]
1 parent 32265a0 commit d8516cf

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.0] - 2026-03-19
11+
12+
### Added
13+
- **Text verbosity** - Added `--text-verbosity` CLI flag with `compact`, `standard`, and `full` options for controlling text extraction detail level
14+
- **System prompt** - Added `--system-prompt` CLI flag and `system_prompt` parameter (converts to `systemPrompt`) for AI-powered search customization
15+
- **Content moderation** - Added `--moderation` CLI flag to enable content moderation on search results
16+
17+
### Changed
18+
- **Livecrawl flag** - `--livecrawl` is now a boolean flag (was a mode string). Enables livecrawl with smart defaults: `maxAgeHours=0` and `livecrawlTimeout=5000`. Use `--livecrawl-timeout` and `--max-age-hours` to override defaults
19+
20+
### Fixed
21+
- **Category list** - Removed deprecated `pdf` category from valid categories
22+
1023
## [0.10.0] - 2026-03-07
1124

1225
### Added

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
exa-ai (0.10.0)
4+
exa-ai (0.11.0)
55
dotenv (~> 3.0)
66
faraday (~> 2.0)
77
toon-ruby (~> 0.1)

lib/exa/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Exa
4-
VERSION = "0.10.0"
4+
VERSION = "0.11.0"
55
end

0 commit comments

Comments
 (0)