Skip to content

Commit 1d0fc3a

Browse files
5.0.0 release notes added
1 parent cc7fde0 commit 1d0fc3a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

messages.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@
3434
"5.0.0-RC2": "messages/5.0.0.md",
3535
"5.0.0-RC3": "messages/5.0.0.md",
3636
"5.0.0-RC4": "messages/5.0.0.md",
37+
"5.0.0": "messages/5.0.0.md"
3738
}

messages/5.0.0.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 5.0.0
22

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+
37
## tldr;
48

59
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
2024
- `read_region_content` lets a model to read the file's content,
2125
- `get_working_directory_content` lets a model to obtain the project structure.
2226
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
2329

2430

2531
## Breaking changes
@@ -44,7 +50,9 @@ You have to switch to a beta branch in package control settings for this package
4450

4551
## Roadmap
4652

53+
1. OpenAI Responses API migration (Say hello to built in web search support).
4754
1. Claude/deepseek/gemini support (i.e. strict messages order).
4855
2. View mode goodies implementation, better chat structure, code blocks quick actions, history management.
4956
3. Input panel to output panel for request replacement.
50-
4. Antropic [MCP implementation](https://docs.anthropic.com/en/docs/build-with-claude/mcp)
57+
58+
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

Comments
 (0)