osagent 0.1.81 → 0.1.83

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.
Files changed (3) hide show
  1. package/README.md +18 -0
  2. package/dist/cli.js +2088 -1982
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -322,6 +322,24 @@ packages/
322
322
 
323
323
  ## Recent Updates
324
324
 
325
+ ### v0.1.83 - Enhanced Doctor Command
326
+ - Added Claude-style installation diagnostics to `/doctor`
327
+ - Shows installation method (npm-global, homebrew, native, source)
328
+ - Displays binary path and invoked path
329
+ - Shows auto-updates status and search/ripgrep status
330
+ - Detects and warns about multiple installations
331
+ - New "All systems go" summary style
332
+
333
+ ### v0.1.81 - Stability & Auto-Initialization
334
+ - Fixed "Maximum update depth exceeded" infinite loop (3800+ errors)
335
+ - Added automatic `~/.osagent/` directory initialization on startup
336
+ - Creates required directories: agents, commands, prompts, skills, episodes
337
+ - Auth credentials now properly saved when switching providers
338
+
339
+ ### v0.1.80 - Auth Provider Fix
340
+ - Fixed auth configuration mismatch when switching providers
341
+ - Ensures baseUrl and model are saved correctly to settings
342
+
325
343
  ### v0.1.79 - IDE Terminal Compatibility
326
344
  - Migrated all dialogs from custom `useKeypress` to Ink's `useInput` hook
327
345
  - Fixes arrow key issues in VS Code, Cursor, and other IDE terminals