Prepped for new OAI compatible endpoint, fixes for Windows and Python 3.10!
0.4.1
Better Windows support!
0.4.0
New `interpreter --os` powered by Anthropic! + ❤️ leetwito's dynamic computer tools and MikeBirdTech's screenpipe demo.
What's Changed * Integrate with Screenpipe by MikeBirdTech in https://github.com/OpenInterpreter/open-interpreter/pull/1484 * Feat dynamic computer tools list by leetwito in https://github.com/OpenInterpreter/open-interpreter/pull/1482 * New `interpreter --os` powered by Anthropic by KillianLucas in https://github.com/OpenInterpreter/open-interpreter/pull/1493
New Contributors * leetwito made their first contribution in https://github.com/OpenInterpreter/open-interpreter/pull/1482
What's Changed * AWS Profiles by MikeBirdTech in https://github.com/OpenInterpreter/open-interpreter/pull/1463 * Fixed disable_telemetry being overwritten to False by CyanideByte in https://github.com/OpenInterpreter/open-interpreter/pull/1442 * Fixes 925: Exiting by Ctrl-D throws EOFError by erhhung in https://github.com/OpenInterpreter/open-interpreter/pull/1456 * Development by KillianLucas in https://github.com/OpenInterpreter/open-interpreter/pull/1465 * More cookbooks by MikeBirdTech in https://github.com/OpenInterpreter/open-interpreter/pull/1472 * Update computer-api.mdx – fix typo by MrJarnould in https://github.com/OpenInterpreter/open-interpreter/pull/1459 * line breaker character made invalid for filenames by QUAGZA in https://github.com/OpenInterpreter/open-interpreter/pull/1448 * Add sudo support for apt package installation in Terminal by lolsZz in https://github.com/OpenInterpreter/open-interpreter/pull/1445 * Update setup.mdx update links by Notnaton in https://github.com/OpenInterpreter/open-interpreter/pull/1439 * re: add markdown message for insufficient_quota error in openai by cyai in https://github.com/OpenInterpreter/open-interpreter/pull/1349 * Development by KillianLucas in https://github.com/OpenInterpreter/open-interpreter/pull/1477 * Fix tests by KillianLucas in https://github.com/OpenInterpreter/open-interpreter/pull/1479
New Contributors * erhhung made their first contribution in https://github.com/OpenInterpreter/open-interpreter/pull/1456 * MrJarnould made their first contribution in https://github.com/OpenInterpreter/open-interpreter/pull/1459 * QUAGZA made their first contribution in https://github.com/OpenInterpreter/open-interpreter/pull/1448 * lolsZz made their first contribution in https://github.com/OpenInterpreter/open-interpreter/pull/1445
Open Interpreter now can handle `stdin`-requiring inputs by waiting for 15-60 seconds between outputs, then asking the LLM to decide if it wants to enter keystrokes. It can also `CTRL-C` out of frozen processes.
For the 01, we also made changes to support "Always listen for context" mode. We also removed a `torch` dependency.
0.3.12
Minor release: Experimental new browser computer tool that can navigate webpages instead of just search. A blazing fast new cerebras profile. Better docs. Better skills.
❤️
What's Changed * Cerebras AI Profile by MikeBirdTech in https://github.com/OpenInterpreter/open-interpreter/pull/1431 * Sync main by KillianLucas in https://github.com/OpenInterpreter/open-interpreter/pull/1435 * replaced the KillianLucas urls with OpenInterpreter by yelizsevinc in https://github.com/OpenInterpreter/open-interpreter/pull/1429 * Development by KillianLucas in https://github.com/OpenInterpreter/open-interpreter/pull/1440
New Contributors * yelizsevinc made their first contribution in https://github.com/OpenInterpreter/open-interpreter/pull/1429