@portkey-ai/hoot 0.7.2 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
## What's New in v0.8.0 🎨
|
|
2
|
+
|
|
3
|
+
This release brings a major overhaul of the chat interface with Claude-style UI, comprehensive keyboard shortcuts, and enhanced tool visualization!
|
|
4
|
+
|
|
5
|
+
### ✨ Key Features
|
|
6
|
+
|
|
7
|
+
**Markdown Rendering**
|
|
8
|
+
- Full markdown support for LLM responses with real-time streaming
|
|
9
|
+
- Code syntax highlighting in code blocks
|
|
10
|
+
- Proper rendering of links, lists, headings, and all markdown elements
|
|
11
|
+
- Smart sanitization of incomplete markdown during streaming
|
|
12
|
+
|
|
13
|
+
**Enhanced Tool Call Cards**
|
|
14
|
+
- Rich tool execution display with server favicons
|
|
15
|
+
- Server name and execution time metadata shown inline
|
|
16
|
+
- Beautiful accent-colored borders (30% opacity, 100% on hover)
|
|
17
|
+
- Clickable cards that open Live API viewer
|
|
18
|
+
- Cached favicon fetching for optimal performance
|
|
19
|
+
|
|
20
|
+
**Compact Filter Metrics Card**
|
|
21
|
+
- Inline badge showing filtered tool count and execution time
|
|
22
|
+
- Hover card with detailed breakdown by server
|
|
23
|
+
- Server favicons and tool counts in hover details
|
|
24
|
+
- Smooth animations and professional styling
|
|
25
|
+
|
|
26
|
+
**Keyboard Shortcuts**
|
|
27
|
+
- `/` - Focus message input (with visual hint)
|
|
28
|
+
- `⌘K / Ctrl+K` - Clear chat history (with visual hint)
|
|
29
|
+
- `Escape` - Blur from message input
|
|
30
|
+
- All shortcuts documented in the shortcuts modal
|
|
31
|
+
|
|
32
|
+
**Tool Filter Debug Logging**
|
|
33
|
+
- Console logs for input context and filtering responses
|
|
34
|
+
- Helps debug filtering behavior and performance
|
|
35
|
+
|
|
36
|
+
### 🎨 UI Improvements
|
|
37
|
+
|
|
38
|
+
**Claude-Style Interface**
|
|
39
|
+
- Removed message avatars for cleaner design
|
|
40
|
+
- User messages in rounded bubbles (right-aligned, 70% max-width)
|
|
41
|
+
- Assistant messages in full-width plain text
|
|
42
|
+
- JetBrains Mono font for assistant and tool messages
|
|
43
|
+
- Prominent tool call cards
|
|
44
|
+
- Reduced message spacing for better density
|
|
45
|
+
|
|
46
|
+
**Improved Input Experience**
|
|
47
|
+
- Sticky input container at bottom while scrolling
|
|
48
|
+
- Perfect vertical alignment of textarea and send button
|
|
49
|
+
- Visual keyboard shortcut hint when input is empty
|
|
50
|
+
- Fixed button dimensions for consistency
|
|
51
|
+
|
|
52
|
+
**Better Scrollbar**
|
|
53
|
+
- Scrollbar positioned at rightmost edge
|
|
54
|
+
- Chat content centered with proper margins
|
|
55
|
+
- No more indented scrollbar
|
|
56
|
+
|
|
57
|
+
### 🔧 Improvements
|
|
58
|
+
|
|
59
|
+
- Removed redundant tool call messages (only shows final result)
|
|
60
|
+
- Clear chat now instant (no confirmation dialog)
|
|
61
|
+
- Fixed markdown rendering during streaming
|
|
62
|
+
- Fixed layout shifting with filter metrics
|
|
63
|
+
- Fixed duplicate filter metrics display
|
|
64
|
+
- Better keyboard hint positioning
|
|
65
|
+
|
|
66
|
+
### 📦 Dependencies
|
|
67
|
+
|
|
68
|
+
Added for markdown rendering:
|
|
69
|
+
- `react-markdown`
|
|
70
|
+
- `remark-gfm`
|
|
71
|
+
- `rehype-highlight`
|
|
72
|
+
- `rehype-raw`
|
|
73
|
+
- `@types/react-syntax-highlighter`
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
**Full Changelog**: https://github.com/Portkey-AI/hoot/blob/main/docs/CHANGELOG.md
|
|
78
|
+
|