Integrate claude code and codex cli as agentic coding tool#9355
Open
synote wants to merge 1 commit intosublimehq:masterfrom
Open
Integrate claude code and codex cli as agentic coding tool#9355synote wants to merge 1 commit intosublimehq:masterfrom
synote wants to merge 1 commit intosublimehq:masterfrom
Conversation
Package ReviewChannel DiffRemoved (none), changed (none), added TermMate. Review for TermMate main-60c4a68-2026.03.30.09.41.17 |
Package ReviewChannel DiffRemoved (none), changed (none), added TermMate. Review for TermMate main-1043eaf-2026.04.09.04.31.02 |
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 agentic coding tool named TermMate, bringing claude code and codex cli directly into ST.
The entire agent workflow is driven by the Command Palette. The package create a chat view that directly uses native ST Edit view to create a seamless agent chat and command palette experience. It built a clean, generic abstraction layer genfoundry which take a conversational, long-running agent cli(codex, claude) process. It may support more agent cli tool in the future.
The plugin add context menu of Chat with TermMate which can send current context(file name, lines) to chat. Much like vscode copilot, the solution is far more easy to use.
There are similar packages Codex in Package Control. The main difference is that TermMate provides a native, universal multi-agent Interface. This package uses a standard Sublime Text edit tab (ChatView), allowing you to use all native editor features. It's designed to orchestrate multiple agent CLI.
This package may implement most of the features of vscode Agent HQ in the future.