Conversation
…mponent and plugin management
… and improving plugin registration logic
…unctions and enhancing component validation
…t file types (.yaml, .env) and improving save functionality with secret value handling
…tionalities, along with improved error handling and UI updates for plugin operations
…emission capabilities
…component scanning
… and enhance metadata management
…move, and info commands
…ject API integration
…nd improving wiring functionality
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Highlights
awioc) with extensible subcommands.✨ New Features
Management Dashboard
New Management Dashboard application sample:
Added:
Auto-generated
manifest.yamlsupport for dashboard componentsHTTP Server Sample Enhancements
.awioc/manifest.yaml)CLI Framework (AWIOC CLI)
New extensible command architecture
Implemented commands:
run– start applicationinit– initialize a projectadd– add plugins or librariesremove– remove plugins or librariesinfo– show project informationconfig– manage configurationpot– manage shared component directoriesgenerate– generate manifestsUnified command context and command registry
awioc --helpandawioc <command> --helpsupportawioc --versionsupport🧩 Component & Plugin System
Added directory-based plugins via
.awioc/manifest.yamlSupport for loading multiple components from a single plugin directory
Improved plugin lifecycle management:
Enhanced component metadata and internals inspection
⚙️ Configuration & Bootstrap Changes
Refactored IOC bootstrap process:
Added:
.envhandlingImproved logging setup and configuration precedence
🧰 API Changes & Additions
Expanded public API exports:
Improved
initialize_components,shutdown_components, andwait_for_componentsAdded project-level helpers:
AWIOCProject🧹 Improvements & Refactors
Large internal refactor across:
bootstrapapi__main__.py)Improved error handling and logging clarity
Cleaner separation between container, config, and lifecycle responsibilities
README and sample updates
🐛 Fixes
🔧 Maintenance
Updated
.gitignoreVersion bumped in package metadata:
0.1.0→2.0.0Added missing
__init__.pyexportsImproved typing and documentation across new modules