You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/5.0.0.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# 5.0.0
2
2
3
+
## Disclaimer
4
+
5
+
It's still not as smooth as I wished it would be on the release. So some breaking changes for the end users still might appear in the future within minor updates. Sorry about that in advance. But due to my current workload and due to that I've started to migrate OpenAI API to their newly presented Request endpoint this release could have take forever to be actually released if not now.
6
+
3
7
## tldr;
4
8
5
9
I got bored and rewrote the whole thing in rust completely. There's not that much brand new features so far, but a lot of them are coming, since the core of the package is now much more reliable and less tangled. [Here it is btw](https://github.com/yaroslavyaroslav/llm_runner).
@@ -20,6 +24,8 @@ I got bored and rewrote the whole thing in rust completely. There's not that muc
20
24
-`read_region_content` lets a model to read the file's content,
21
25
-`get_working_directory_content` lets a model to obtain the project structure.
22
26
7. Phantom has new action `Add to History`, which is does what you're expecting it would — adds question/answer to the history if you want to continue the chat on top of it.
27
+
8. Phantom's `insert`/`replace`/`append` commands might be switched to work with the code blocks only with `"chat_presentation": {"phantom_integrate_code_only": true}` setting. Thanks to @dam024
28
+
9. Thinking models are supported within the phantoms as well, so the thinking toggle is added in its actions available. Thanks to @dam024
23
29
24
30
25
31
## Breaking changes
@@ -44,7 +50,9 @@ You have to switch to a beta branch in package control settings for this package
44
50
45
51
## Roadmap
46
52
53
+
1. OpenAI Responses API migration (Say hello to built in web search support).
47
54
1. Claude/deepseek/gemini support (i.e. strict messages order).
Ps: As the most considerate of you might have noticed, MCP support is missed from here. That's because I myself am all about to focus on OpenAI models and APIs support, bc I have no effort to maintain models that I'm not using by myself. The most of the foundation for Anthropic models support is already made, so if someone has it you're very welcome to accomplish the task [here](https://github.com/yaroslavyaroslav/llm_runner/issues/1).
0 commit comments