sidekick-agent-hub 0.15.0 → 0.16.0
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 +2 -0
- package/dist/sidekick-cli.mjs +16813 -410
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -240,6 +240,8 @@ Override with `--provider claude-code`, `--provider opencode`, or `--provider co
|
|
|
240
240
|
|
|
241
241
|
## See Also
|
|
242
242
|
|
|
243
|
+
**[sidekick-shared](https://www.npmjs.com/package/sidekick-shared)** — the shared data access library used by this CLI. Published as a standalone npm package for building custom tools on Sidekick session data — types, parsers, providers, event aggregation, model pricing, and more. Install with `npm install sidekick-shared`.
|
|
244
|
+
|
|
243
245
|
**[Sidekick Docker](https://github.com/cesarandreslopez/sidekick-docker)** — the same TUI dashboard experience for Docker management. Monitor containers, Compose projects, images, and volumes from a keyboard-driven terminal. Install with `npm install -g sidekick-docker`.
|
|
244
246
|
|
|
245
247
|
## Documentation
|