Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"mcp__serena__think_about_whether_you_are_done",
"mcp__serena__write_memory",
"Bash(npx vitest *)",
"Bash(pnpm --filter extension tsc --noEmit)"
"Bash(pnpm --filter extension tsc --noEmit)",
"mcp__serena__replace_content"
],
"deny": []
}
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
.DS_Store
.env
.env.local
.env.development
.env.development.local
.env.test.local
.env.production.local
Expand Down Expand Up @@ -48,3 +49,4 @@ yarn-error.log*

# vite
.vite
packages/extension/.env.development
37 changes: 25 additions & 12 deletions .serena/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,26 @@ fixed_tools: []
encoding: utf-8

# list of languages for which language servers are started; choose from:
# al ansible bash clojure cpp
# cpp_ccls crystal csharp csharp_omnisharp dart
# elixir elm erlang fortran fsharp
# go groovy haskell haxe hlsl
# java json julia kotlin lean4
# lua luau markdown matlab msl
# nix ocaml pascal perl php
# php_phpactor powershell python python_jedi python_ty
# r rego ruby ruby_solargraph rust
# scala solidity swift systemverilog terraform
# toml typescript typescript_vts vue yaml
# zig
# al angular ansible bash clojure
# cpp cpp_ccls crystal csharp csharp_omnisharp
# dart elixir elm erlang fortran
# fsharp go groovy haskell haxe
# hlsl html java json julia
# kotlin lean4 lua luau markdown
# matlab msl nix ocaml pascal
# perl php php_phpactor powershell python
# python_jedi python_ty r rego ruby
# ruby_solargraph rust scala scss solidity
# swift systemverilog terraform toml typescript
# typescript_vts vue yaml zig
# (This list may be outdated. For the current list, see values of Language enum here:
# https://github.com/oraios/serena/blob/main/src/solidlsp/ls_config.py
# For some languages, there are alternative language servers, e.g. csharp_omnisharp, ruby_solargraph.)
# Note:
# - For C, use cpp
# - For JavaScript, use typescript
# - For Angular projects, use angular (subsumes typescript+html; requires `npm install` in the project root)
# - For SCSS / Sass / plain CSS, use scss (some-sass-language-server handles all three)
# - For Free Pascal/Lazarus, use pascal
# Special requirements:
# Some languages require additional setup/installations.
Expand Down Expand Up @@ -123,3 +125,14 @@ ls_specific_settings: {}
# The full set of modes to be activated is base_modes (from global config) + default_modes + added_modes.
# See https://oraios.github.io/serena/02-usage/050_configuration.html#modes
added_modes:

# list of additional workspace folder paths for cross-package reference support (e.g. in monorepos).
# Paths can be absolute or relative to the project root.
# Each folder is registered as an LSP workspace folder, enabling language servers to discover
# symbols and references across package boundaries.
# Currently supported for: TypeScript.
# Example:
# additional_workspace_folders:
# - ../sibling-package
# - ../shared-lib
additional_workspace_folders: []
1 change: 0 additions & 1 deletion packages/extension/.env.development

This file was deleted.

2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"sonner": "git+https://github.com/ujiro99/sonner.git",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0",
"uuid": "^14.0.0",
"zod": "^3.24.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/extension/public/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"Option_labelSave": {
"message": "Erstellen"
},
"Option_labelShare": {
"message": "Aktualisieren & Teilen"
},
"Option_labelDetail": {
"message": "Details"
},
Expand Down Expand Up @@ -89,6 +92,9 @@
"Option_Find": {
"message": "Befehl suchen"
},
"Option_Command_new": {
"message": "Befehl erstellen"
},
"Option_Command_edit": {
"message": "Befehl bearbeiten"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/extension/public/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
"Option_labelSave": {
"message": "Create"
},
"Option_labelShare": {
"message": "Update & Share",
"description": "Button label for updating and sharing the command to CommandHub"
},
"Option_labelDetail": {
"message": "Detail"
},
Expand Down Expand Up @@ -89,6 +93,10 @@
"Option_Find": {
"message": "Find Command"
},
"Option_Command_new": {
"message": "Create Command",
"description": "Title of the dialog for creating a new command"
},
"Option_Command_edit": {
"message": "Edit Command"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/extension/public/_locales/es/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"Option_labelSave": {
"message": "Crear"
},
"Option_labelShare": {
"message": "Actualizar & Compartir"
},
"Option_labelDetail": {
"message": "Detalle"
},
Expand Down Expand Up @@ -89,6 +92,9 @@
"Option_Find": {
"message": "Buscar Comando"
},
"Option_Command_new": {
"message": "Crear Comando"
},
"Option_Command_edit": {
"message": "Editar Comando"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/extension/public/_locales/fr/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"Option_labelSave": {
"message": "Créer"
},
"Option_labelShare": {
"message": "Mettre à jour & Partager"
},
"Option_labelDetail": {
"message": "Détail"
},
Expand Down Expand Up @@ -89,6 +92,9 @@
"Option_Find": {
"message": "Rechercher une Commande"
},
"Option_Command_new": {
"message": "Créer une Commande"
},
"Option_Command_edit": {
"message": "Modifier la Commande"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/extension/public/_locales/hi/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"Option_labelSave": {
"message": "बनाएं"
},
"Option_labelShare": {
"message": "अपडेट करें & शेयर करें"
},
"Option_labelDetail": {
"message": "विवरण"
},
Expand Down Expand Up @@ -89,6 +92,9 @@
"Option_Find": {
"message": "कमांड खोजें"
},
"Option_Command_new": {
"message": "कमांड बनाएं"
},
"Option_Command_edit": {
"message": "कमांड संपादित करें"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/extension/public/_locales/id/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"Option_labelSave": {
"message": "Buat"
},
"Option_labelShare": {
"message": "Perbarui & Bagikan"
},
"Option_labelDetail": {
"message": "Detail"
},
Expand Down Expand Up @@ -89,6 +92,9 @@
"Option_Find": {
"message": "Cari Perintah"
},
"Option_Command_new": {
"message": "Buat Perintah"
},
"Option_Command_edit": {
"message": "Edit Perintah"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/extension/public/_locales/it/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"Option_labelSave": {
"message": "Crea"
},
"Option_labelShare": {
"message": "Aggiorna & Condividi"
},
"Option_labelDetail": {
"message": "Dettagli"
},
Expand Down Expand Up @@ -89,6 +92,9 @@
"Option_Find": {
"message": "Cerca comando"
},
"Option_Command_new": {
"message": "Crea comando"
},
"Option_Command_edit": {
"message": "Modifica comando"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/extension/public/_locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"Option_labelSave": {
"message": "保存する"
},
"Option_labelShare": {
"message": "更新 & 共有"
},
"Option_labelDetail": {
"message": "詳細"
},
Expand Down Expand Up @@ -89,6 +92,9 @@
"Option_Find": {
"message": "コマンドを探す"
},
"Option_Command_new": {
"message": "コマンド作成"
},
"Option_Command_edit": {
"message": "コマンド編集"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/extension/public/_locales/ko/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"Option_labelSave": {
"message": "생성"
},
"Option_labelShare": {
"message": "업데이트 & 공유"
},
"Option_labelDetail": {
"message": "상세"
},
Expand Down Expand Up @@ -89,6 +92,9 @@
"Option_Find": {
"message": "명령 검색"
},
"Option_Command_new": {
"message": "명령 생성"
},
"Option_Command_edit": {
"message": "명령 편집"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/extension/public/_locales/ms/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"Option_labelSave": {
"message": "Cipta"
},
"Option_labelShare": {
"message": "Kemas kini & Kongsi"
},
"Option_labelDetail": {
"message": "Butiran"
},
Expand Down Expand Up @@ -89,6 +92,9 @@
"Option_Find": {
"message": "Cari Arahan"
},
"Option_Command_new": {
"message": "Cipta Arahan"
},
"Option_Command_edit": {
"message": "Edit Arahan"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/extension/public/_locales/pt_BR/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"Option_labelSave": {
"message": "Criar"
},
"Option_labelShare": {
"message": "Atualizar & Compartilhar"
},
"Option_labelDetail": {
"message": "Detalhes"
},
Expand Down Expand Up @@ -89,6 +92,9 @@
"Option_Find": {
"message": "Encontrar Comando"
},
"Option_Command_new": {
"message": "Criar Comando"
},
"Option_Command_edit": {
"message": "Editar Comando"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/extension/public/_locales/pt_PT/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"Option_labelSave": {
"message": "Criar"
},
"Option_labelShare": {
"message": "Atualizar & Partilhar"
},
"Option_labelDetail": {
"message": "Detalhes"
},
Expand Down Expand Up @@ -89,6 +92,9 @@
"Option_Find": {
"message": "Encontrar Comando"
},
"Option_Command_new": {
"message": "Criar Comando"
},
"Option_Command_edit": {
"message": "Editar Comando"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/extension/public/_locales/ru/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"Option_labelSave": {
"message": "Создать"
},
"Option_labelShare": {
"message": "Обновить & Поделиться"
},
"Option_labelDetail": {
"message": "Детали"
},
Expand Down Expand Up @@ -89,6 +92,9 @@
"Option_Find": {
"message": "Поиск команды"
},
"Option_Command_new": {
"message": "Создать команду"
},
"Option_Command_edit": {
"message": "Редактировать команду"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/extension/public/_locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"Option_labelSave": {
"message": "创建"
},
"Option_labelShare": {
"message": "更新 & 分享"
},
"Option_labelDetail": {
"message": "详情"
},
Expand Down Expand Up @@ -89,6 +92,9 @@
"Option_Find": {
"message": "搜索命令"
},
"Option_Command_new": {
"message": "创建命令"
},
"Option_Command_edit": {
"message": "编辑命令"
},
Expand Down
1 change: 1 addition & 0 deletions packages/extension/src/background_script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ const commandFuncs = {
// Hub
//
[BgCommand.shareCommandToHub]: HubBackground.shareCommandToHub,
[BgCommand.editCommandToHub]: HubBackground.editCommandToHub,

//
// PageAction
Expand Down
Loading
Loading