Skip to content

Releases: AliiiBenn/websearch

Version 0.4.0

03 Apr 12:47

Choose a tag to compare

Feat: add response metadata display (duration, tokens, cost, turns) in verbose mode

Version 0.3.4

03 Apr 12:25

Choose a tag to compare

Fix: create new Console with stderr=True for error output\nFeat: show cache hit/miss indicator for ask command

Version 0.3.3

03 Apr 12:21

Choose a tag to compare

Fix: parse cached_at ISO string to datetime\nFix: use console.stderr.print for cache status\nFeat: show cache hit/miss indicator for ask command

Version 0.3.1

03 Apr 12:16

Choose a tag to compare

Feat: add AskResultCache for ask command (30min TTL)\nFix: parse cached_at ISO string to datetime before TTL check

Version 0.3.0

03 Apr 11:58

Choose a tag to compare

Fix: properly detect ToolUseBlock for tool progress

Version 0.2.9

03 Apr 11:54

Choose a tag to compare

Feat: add multi-step loader with progress icons (🔍 searching, 📖 fetching, 🤔 thinking, 🔧 tool)

Version 0.2.8

03 Apr 11:46

Choose a tag to compare

Fix: use Progress instead of Spinner for loading indicator

Version 0.2.7

03 Apr 11:43

Choose a tag to compare

Feat: add spinner loader during ask search

Version 0.2.6

03 Apr 11:39

Choose a tag to compare

Fix: rename query import to avoid shadowing parameter

Version 0.2.5

03 Apr 11:33

Choose a tag to compare

Fix: output only answer text for ask command