Skip to content

Commit 2baa73a

Browse files
committed
0.1.14 release
1 parent 40538c3 commit 2baa73a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/dev_logs/0.1.14

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
07/19/2025: Add a bright error message if a tool call fails and we fail to parse it in chat.html.erb.
22

3-
07/19/2025: Add with_indifferent_access to our context hash that passes in an api_token so that we can access it with either :api_token or "api_token" in agent_state_builder.rb (caused a bug during the hackathon)
3+
07/19/2025: Add with_indifferent_access to our context hash that passes in an api_token so that we can access it with either :api_token or "api_token" in agent_state_builder.rb (caused a bug during the hackathon)
4+
5+
07/20/2025: Add support for AIMessageChunk streaming in chat_channel.rb. (We should also support this for agent_message).
6+
- Why?
7+
- Better UX.
8+
- Run local models offline with better UX. (Local models are slow)
9+
10+
07/28/2025:
11+
- Working on async websocket disconnection errors when streaming long messages back from LlamaBot backend.
12+
- Added more robust websocket handling in chat_channel.rb, to deal with tiny disconnects or other issues.

0 commit comments

Comments
 (0)