diff --git a/logo toothfairyai.svg b/logo toothfairyai.svg new file mode 100644 index 000000000..b4f19ff74 --- /dev/null +++ b/logo toothfairyai.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + diff --git a/sdks/tfcode-vscode/README.md b/sdks/tfcode-vscode/README.md index 011404542..7530c9417 100644 --- a/sdks/tfcode-vscode/README.md +++ b/sdks/tfcode-vscode/README.md @@ -1,21 +1,21 @@ -# opencode VS Code Extension +# tfcode VS Code Extension -A Visual Studio Code extension that integrates [opencode](https://opencode.ai) directly into your development workflow. +A Visual Studio Code extension that integrates [tfcode](https://tfcode.ai) directly into your development workflow. ## Prerequisites -This extension requires the [opencode CLI](https://opencode.ai) to be installed on your system. Visit [opencode.ai](https://opencode.ai) for installation instructions. +This extension requires the [tfcode CLI](https://tfcode.ai) to be installed on your system. Visit [tfcode.ai](https://tfcode.ai) for installation instructions. ## Features -- **Quick Launch**: Use `Cmd+Esc` (Mac) or `Ctrl+Esc` (Windows/Linux) to open opencode in a split terminal view, or focus an existing terminal session if one is already running. -- **New Session**: Use `Cmd+Shift+Esc` (Mac) or `Ctrl+Shift+Esc` (Windows/Linux) to start a new opencode terminal session, even if one is already open. You can also click the opencode button in the UI. -- **Context Awareness**: Automatically share your current selection or tab with opencode. +- **Quick Launch**: Use `Cmd+Esc` (Mac) or `Ctrl+Esc` (Windows/Linux) to open tfcode in a split terminal view, or focus an existing terminal session if one is already running. +- **New Session**: Use `Cmd+Shift+Esc` (Mac) or `Ctrl+Shift+Esc` (Windows/Linux) to start a new tfcode terminal session, even if one is already open. You can also click the tfcode button in the UI. +- **Context Awareness**: Automatically share your current selection or tab with tfcode. - **File Reference Shortcuts**: Use `Cmd+Option+K` (Mac) or `Alt+Ctrl+K` (Linux/Windows) to insert file references. For example, `@File#L37-42`. ## Support -This is an early release. If you encounter issues or have feedback, please create an issue at https://github.com/anomalyco/opencode/issues. +This is an early release. If you encounter issues or have feedback, please create an issue at https://github.com/anomalyco/tfcode/issues. ## Development diff --git a/sdks/tfcode-vscode/images/button-dark.svg b/sdks/tfcode-vscode/images/button-dark.svg index 157edc4d7..3c668779c 100644 --- a/sdks/tfcode-vscode/images/button-dark.svg +++ b/sdks/tfcode-vscode/images/button-dark.svg @@ -1,7 +1,34 @@ - - - - - \ No newline at end of file + + + + + + + + + + + + diff --git a/sdks/tfcode-vscode/images/button-light.svg b/sdks/tfcode-vscode/images/button-light.svg index ac619f1b2..3c668779c 100644 --- a/sdks/tfcode-vscode/images/button-light.svg +++ b/sdks/tfcode-vscode/images/button-light.svg @@ -1,5 +1,34 @@ - - - - + + + + + + + + + + + diff --git a/sdks/tfcode-vscode/package.json b/sdks/tfcode-vscode/package.json index fd46633c8..f10fffada 100644 --- a/sdks/tfcode-vscode/package.json +++ b/sdks/tfcode-vscode/package.json @@ -2,7 +2,7 @@ "name": "tfcodeai", "displayName": "tfcode extension", "description": "tfcode for VS Code", - "version": "1.3.0", + "version": "1.3.2", "publisher": "ToothFairyAI", "repository": { "type": "git", diff --git a/sdks/tfcode-vscode/tfcodeai-1.3.0.vsix b/sdks/tfcode-vscode/tfcodeai-1.3.0.vsix new file mode 100644 index 000000000..f1f08f5b2 Binary files /dev/null and b/sdks/tfcode-vscode/tfcodeai-1.3.0.vsix differ diff --git a/sdks/tfcode-vscode/tfcodeai-1.3.1.vsix b/sdks/tfcode-vscode/tfcodeai-1.3.1.vsix new file mode 100644 index 000000000..67e41f4eb Binary files /dev/null and b/sdks/tfcode-vscode/tfcodeai-1.3.1.vsix differ diff --git a/sdks/tfcode-vscode/tfcodeai-1.3.2.vsix b/sdks/tfcode-vscode/tfcodeai-1.3.2.vsix new file mode 100644 index 000000000..78759a7a8 Binary files /dev/null and b/sdks/tfcode-vscode/tfcodeai-1.3.2.vsix differ diff --git a/sdks/vscode/README.md b/sdks/vscode/README.md index 011404542..7530c9417 100644 --- a/sdks/vscode/README.md +++ b/sdks/vscode/README.md @@ -1,21 +1,21 @@ -# opencode VS Code Extension +# tfcode VS Code Extension -A Visual Studio Code extension that integrates [opencode](https://opencode.ai) directly into your development workflow. +A Visual Studio Code extension that integrates [tfcode](https://tfcode.ai) directly into your development workflow. ## Prerequisites -This extension requires the [opencode CLI](https://opencode.ai) to be installed on your system. Visit [opencode.ai](https://opencode.ai) for installation instructions. +This extension requires the [tfcode CLI](https://tfcode.ai) to be installed on your system. Visit [tfcode.ai](https://tfcode.ai) for installation instructions. ## Features -- **Quick Launch**: Use `Cmd+Esc` (Mac) or `Ctrl+Esc` (Windows/Linux) to open opencode in a split terminal view, or focus an existing terminal session if one is already running. -- **New Session**: Use `Cmd+Shift+Esc` (Mac) or `Ctrl+Shift+Esc` (Windows/Linux) to start a new opencode terminal session, even if one is already open. You can also click the opencode button in the UI. -- **Context Awareness**: Automatically share your current selection or tab with opencode. +- **Quick Launch**: Use `Cmd+Esc` (Mac) or `Ctrl+Esc` (Windows/Linux) to open tfcode in a split terminal view, or focus an existing terminal session if one is already running. +- **New Session**: Use `Cmd+Shift+Esc` (Mac) or `Ctrl+Shift+Esc` (Windows/Linux) to start a new tfcode terminal session, even if one is already open. You can also click the tfcode button in the UI. +- **Context Awareness**: Automatically share your current selection or tab with tfcode. - **File Reference Shortcuts**: Use `Cmd+Option+K` (Mac) or `Alt+Ctrl+K` (Linux/Windows) to insert file references. For example, `@File#L37-42`. ## Support -This is an early release. If you encounter issues or have feedback, please create an issue at https://github.com/anomalyco/opencode/issues. +This is an early release. If you encounter issues or have feedback, please create an issue at https://github.com/anomalyco/tfcode/issues. ## Development diff --git a/sdks/vscode/images/button-dark.svg b/sdks/vscode/images/button-dark.svg deleted file mode 120000 index c0e444a52..000000000 --- a/sdks/vscode/images/button-dark.svg +++ /dev/null @@ -1 +0,0 @@ -../../../packages/identity/mark.svg \ No newline at end of file diff --git a/sdks/vscode/images/button-dark.svg b/sdks/vscode/images/button-dark.svg new file mode 100644 index 000000000..3c668779c --- /dev/null +++ b/sdks/vscode/images/button-dark.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + diff --git a/sdks/vscode/images/button-light.svg b/sdks/vscode/images/button-light.svg deleted file mode 120000 index 4120d51f6..000000000 --- a/sdks/vscode/images/button-light.svg +++ /dev/null @@ -1 +0,0 @@ -../../../packages/identity/mark-light.svg \ No newline at end of file diff --git a/sdks/vscode/images/button-light.svg b/sdks/vscode/images/button-light.svg new file mode 100644 index 000000000..3c668779c --- /dev/null +++ b/sdks/vscode/images/button-light.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + diff --git a/sdks/vscode/images/icon.png b/sdks/vscode/images/icon.png deleted file mode 120000 index d6bfa6e7c..000000000 --- a/sdks/vscode/images/icon.png +++ /dev/null @@ -1 +0,0 @@ -../../../packages/identity/mark-512x512.png \ No newline at end of file diff --git a/sdks/vscode/images/icon.png b/sdks/vscode/images/icon.png new file mode 100755 index 000000000..c640e5404 Binary files /dev/null and b/sdks/vscode/images/icon.png differ