v1.0.1

landing-ai/ade-cliv1.0.1Aug 3, 2026by github-actions[bot]

AI Summary

A major update that introduces self-updating capabilities and makes browser OAuth the default login method, removing the need for the ADE_OAUTH gate.

Key Highlights

  • Browser OAuth becomes the default login method
  • New 'ade update' command for self-updating
  • Viewer schema panel fixes for nullable union types
  • Long inline JSON parsing fix

Breaking Changes

  • Browser OAuth is now the default login method (ADE_OAUTH gate removed)

New Features

  • Browser OAuth as default login method
  • ade update command with periodic nudges
  • Viewer schema rendering improvements
  • Long inline JSON parsing

Full Release Notes

## What's Changed
* fix: render nullable union types in the viewer schema panel by @yuanwen-tian in https://github.com/landing-ai/ade-cli/pull/146
* fix: extract --schema parses long inline JSON instead of crashing with OSError by @yuanwen-tian in https://github.com/landing-ai/ade-cli/pull/147
* feat: make browser OAuth a default login method (delete the ADE_OAUTH gate) by @yuanwen-tian in https://github.com/landing-ai/ade-cli/pull/151
* fix: keep every history list column on-screen (wide-schema params blowup) by @yuanwen-tian in https://github.com/landing-ai/ade-cli/pull/148
* feat: ade update — self-update command, periodic update nudge, unknown-model hint by @yuanwen-tian in https://github.com/landing-ai/ade-cli/pull/149
* chore: bump version to 1.0.1 by @yuanwen-tian in https://github.com/landing-ai/ade-cli/pull/152

## New Contributors
* @yuanwen-tian made their first contribution in https://github.com/landing-ai/ade-cli/pull/146

**Full Changelog**: https://github.com/landing-ai/ade-cli/compare/v1.0.0...v1.0.1