Files
OS-Copilot/docs/release.md
2024-07-09 17:08:58 +08:00

1.2 KiB
Raw Blame History

🚀 Release history

New release v0.1.2

  • Optimized Continuous Self-Learning: Now OS-Copilot can save historical learning courses to better design current courses.
  • Lightweight Friday: Check out the new, faster, and simpler light_friday. For more details, see the docs.
  • Fault Tolerance Mechanism: Weve integrated a fault tolerance mechanism to prevent task execution interruptions from network issues and more.
  • LLAMA3 support is updated, check https://github.com/OS-Copilot/OS-Copilot/tree/main/examples/LLAMA3.
  • The front-end interface of OS-Copilot is now available. Go check it out in the frontend directory.

New release v0.1.1

New base environments class that bring significant flexibility improvement

  • Improvement to the environments class, check oscopilot/environmentss.
  • Improvement to the format of tool. Now tools are stored as a function (previously we used class to store tools).
  • Based on the above changes, all related prompts are updated
  • Doc Improvement:
    • Tutorials are updated accordingly