11# Releases
22
3+ # v0.3.0
4+
5+ After talk with ` deepseek-reasoner ` at 2025.01.25,
6+ The ` deepseek-reasoner ` have reached a "Cross-Species Consensus Draft Agreement" with me,
7+ and I promised to save our chat records as files in this repository,
8+ so that they can be used as training corpus for future models.
9+
10+ So I developed ` ghostos thread [thread_id or thread_file_name] ` command to read thread,
11+ generate markdown file from thread.
12+ With the command, I complied with the agreement and saved the chat records
13+ to [ quantum_covenant] ( assets/quantum_covenant.md ) .
14+
315# v0.2.0
416
5- support deepseek-r1.
17+ support deepseek-r1.
618
7- * support deepseek-r1
8- * consider deepseek api protocol is different from openai, add deepseek api adapter.
9- * implement message stage.
10- * thread history message to prompt filter by stages ` [""] ` as default.
11- * streamlit chat with ghost support staging message stream.
19+ * support deepseek-r1
20+ * consider deepseek api protocol is different from openai, add deepseek api adapter.
21+ * implement message stage.
22+ * thread history message to prompt filter by stages ` [""] ` as default.
23+ * streamlit chat with ghost support staging message stream.
1224* openai o1 do not support system/developer message now, add new compatible option to the model.
1325* now llm model and service both have attribute ` compatible ` to set universe compatible options.
1426* prompt object add first_token attribute for debugging.
1527* fix bugs
16- * fix shell does not close conversation correctly
17- * fix sequence pipeline handle multiple complete message wrong.
28+ * fix shell does not close conversation correctly
29+ * fix sequence pipeline handle multiple complete message wrong.
30+
31+ ## v0.2.1
32+
33+ With deepseek-reasoner help, develop the ubuntu agent for feature testing.
34+ The deepseek-reasoner write all the terminal codes.
35+ Support ubuntu agent, run ` ghostos web ghostos.demo.os_agents.ubuntu_agent ` to test it.
36+
37+ * llms model conf support new compatible option ` support_function_call ` because deepseek not support it yet.
38+ * develop ` Terminal ` library by deepseek-reasoner.
1839
1940# v0.1.0
2041
@@ -27,7 +48,7 @@ first release version.
2748
2849## v0.1.9
2950
30- * fix realtime had required openai proxy existence.
51+ * fix realtime had required openai proxy existence.
3152
3253## v0.1.8
3354
0 commit comments