osagent 0.1.81 → 0.1.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/dist/cli.js +1992 -1977
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -322,6 +322,16 @@ packages/
|
|
|
322
322
|
|
|
323
323
|
## Recent Updates
|
|
324
324
|
|
|
325
|
+
### v0.1.81 - Stability & Auto-Initialization
|
|
326
|
+
- Fixed "Maximum update depth exceeded" infinite loop (3800+ errors)
|
|
327
|
+
- Added automatic `~/.osagent/` directory initialization on startup
|
|
328
|
+
- Creates required directories: agents, commands, prompts, skills, episodes
|
|
329
|
+
- Auth credentials now properly saved when switching providers
|
|
330
|
+
|
|
331
|
+
### v0.1.80 - Auth Provider Fix
|
|
332
|
+
- Fixed auth configuration mismatch when switching providers
|
|
333
|
+
- Ensures baseUrl and model are saved correctly to settings
|
|
334
|
+
|
|
325
335
|
### v0.1.79 - IDE Terminal Compatibility
|
|
326
336
|
- Migrated all dialogs from custom `useKeypress` to Ink's `useInput` hook
|
|
327
337
|
- Fixes arrow key issues in VS Code, Cursor, and other IDE terminals
|