feat: @docker catalog, provider/edit trust, and CI smoke tests - #27
Merged
Merged
Conversation
Add an @docker catalog (ps, compose, logs, diagnose) on CTRL+SHIFT+D, and fix Gemini # edits, Ollama CLI ready(), JSON parse errors, and silent multi-file edit drops. CI now runs the existing Lua/Python smoke tests. Co-authored-by: Weldon Sams <wsams@users.noreply.github.com>
wsams
marked this pull request as ready for review
August 20, 2026 07:17
github-actions Bot
added a commit
that referenced
this pull request
Aug 20, 2026
# [1.16.0](v1.15.0...v1.16.0) (2026-08-20) ### Features * docker catalog, provider/edit trust, and CI smoke tests ([#27](#27)) ([f247b79](f247b79))
Contributor
|
🎉 This PR is included in version 1.16.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Implements the wezai improvement plan: trust fixes for existing Ask/Edit/providers, CI for the tests that already exist, and a new
@dockercatalog.Trust and polish
#edits —responseSchemanow allowsfile/fileson edit prompts (Ask still usesmessage+command).ready()— PATHollamais enough;ollama_pathis no longer required to bind keys.#dir/edits — warn when the model omits pinned targets or returns unmatched paths; batch apply reports how many files were saved if a mid-batch write fails.python3composer/confirm prints a GUIDE pointer instead of failing silently.CI
.github/workflows/test.ymlrunstest_settings.lua,test_history.lua,test_parse_refs.py,test_json_extract.py, andcomposer.py --self-test.@dockercatalogShow:
ps,ps-a,images,compose-ps,df.Shell:
logs/logs-f(tail N),exec,compose-up/down/logs,pull,restart,rm(mutate confirms).AI:
diagnose,explain-sel.Attach:
@docker:ps,@docker:compose-ps, and related show tokens.Shortcut: CTRL+SHIFT+D (
keybinding_docker).Docs updated in README, GUIDE, SPECS, and AGENTS.