Open
Conversation
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.
My package is A6s — a Sublime Text client for the local A6s CLI daemon. It provides intelligent multi-agent orchestration inside Sublime: invoke AI agents, stream RIGOR-phase progress, and review/apply generated refactors and tests. All traffic flows over
ws://localhost:9876/wsto a locally-installed daemon (a6sHomebrew formula); the package itself never holds API credentials or speaks to a remote orchestrator.There are no packages like it in Package Control today — most AI-assist plugins target a single hosted vendor; A6s is a thin client over a local daemon that owns the upstream call. Sibling clients exist for VS Code, JetBrains, Neovim, and Emacs.
Notes on the checklist:
selection_empty == false), so it only surfaces when the user has highlighted code.Default.sublime-keymapcontains commented-out suggestions only — users copy what they want into their own keymap.Repo: https://github.com/The-Autonoma/a6s-sublime
Latest release: v2.0.1