Skip to content

Add A6s#9392

Open
Imchrisrivers wants to merge 1 commit intosublimehq:masterfrom
Imchrisrivers:add-a6s
Open

Add A6s#9392
Imchrisrivers wants to merge 1 commit intosublimehq:masterfrom
Imchrisrivers:add-a6s

Conversation

@Imchrisrivers
Copy link
Copy Markdown

  • I'm the package's author and/or maintainer.
  • I have read the docs.
  • I have tagged a release with a semver version number.
  • My package repo has a description and a README describing what it's for and how to use it.
  • My package doesn't add context menu entries. *
  • My package doesn't add key bindings. **
  • Any commands are available via the command palette.
  • Preferences and keybindings (if any) are listed in the menu and the command palette, and open in split view.
  • If my package is a syntax it doesn't also add a color scheme. ***
  • I use .gitattributes to exclude files from the package: images, test files, sublime-project/workspace.

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/ws to a locally-installed daemon (a6s Homebrew 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:

  • Context menu: A6s adds a single nested submenu under right-click ("A6s") with selection-conditional commands (selection_empty == false), so it only surfaces when the user has highlighted code.
  • Key bindings: A6s ships no default key bindings. Default.sublime-keymap contains 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant