5.0.0 #115
yaroslavyaroslav
announced in
Announcements
5.0.0
#115
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
5.0.0
Disclaimer
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.
tldr;
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.
Features
AssistantSettings
now provides"api_type"
, where the options are"plain_text"
[default],"open_ai"
and"antropic"
[not implemented]. This is the ground work already done to provide Claude and all the rest of the custom services support in the nearest future. Please take a look at the assistant settings part if you're curious about the details.replace_text_with_another_text
to replace an exact text snippet with the new one,replace_text_for_whole_file
to replace the whole file content,read_region_content
lets a model to read the file's content,get_working_directory_content
lets a model to obtain the project structure.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.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 @dam024Breaking changes
prompt_mode
: ignored and has to be deleted, use quick panel insteadtoken
property ignored, set token for each of assistant which requires itinsert
/replace
/append
buffer commands deleted.Roadmap
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.
This discussion was created from the release 5.0.0.
Beta Was this translation helpful? Give feedback.
All reactions