Skip to content

History / Tutorials Interactive Debugging Guide

Revisions

  • docs: Add feature status markers to auto_debug wiki pages (v0.3.2) Updated wiki documentation to clearly distinguish between available and upcoming auto_debug features: Files updated: - How-To-Use-Auto-Debug.md - Tutorials-Interactive-Debugging-Guide.md Changes: - Added feature status table showing v0.3.2 availability timeline - Updated menu displays to show current 3-option menu (c/e/q) - Added ✅ badges to available features (Continue, Edit, Quit, Python REPL) - Added 🚧 badges to upcoming features (AI help, View trace, Step mode) - Updated workflows and examples with appropriate status markers - Updated command reference tables with status columns - Clarified Summary sections with available vs. coming features This resolves the documentation-implementation gap where wiki promised 6 menu options but v0.3.2 only implements 3, improving user trust and managing expectations. Target: v0.4.0 release by Nov 2, 2025 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>

    @wu-changxing wu-changxing committed Oct 21, 2025
  • Flatten directory structure for GitHub Wiki compatibility GitHub Wiki requires all pages to be in the root directory. Moved all files from subdirectories to root with dash-separated names. File Renames: - Tutorials/Agent-Core-Concepts.md → Tutorials-Agent-Core-Concepts.md - Tutorials/Building-Your-First-Agent.md → Tutorials-Building-Your-First-Agent.md - Tutorials/Creating-Custom-Tools.md → Tutorials-Creating-Custom-Tools.md - Tutorials/Interactive-Debugging-Guide.md → Tutorials-Interactive-Debugging-Guide.md - How-To/Use-Managed-Keys.md → How-To-Use-Managed-Keys.md - How-To/Use-Auto-Debug.md → How-To-Use-Auto-Debug.md - How-To/Debug-Agent-Errors.md → How-To-Debug-Agent-Errors.md - How-To/Deploy-To-Production.md → How-To-Deploy-To-Production.md - Examples/Email-Agent-Example.md → Examples-Email-Agent-Example.md - Examples/Web-Scraping-Agent.md → Examples-Web-Scraping-Agent.md Removed empty directories: Tutorials/, How-To/, Examples/ All wiki pages now accessible at: https://github.com/wu-changxing/connectonion/wiki/[Page-Name] Total: 10 files moved, 3 directories removed

    @wu-changxing wu-changxing committed Oct 6, 2025