hyprland settings rework
This commit is contained in:
@@ -48,24 +48,25 @@
|
||||
# "npm:@odinlayer/pi-provider-litellm"
|
||||
"npm:pi-provider-litellm"
|
||||
# Web search / content extraction (opencode-crawlberg + opencode-html-to-markdown equivalent)
|
||||
"npm:pi-web-access"
|
||||
# "npm:pi-web-access"
|
||||
# Local document parsing / OCR (opencode-xberg equivalent)
|
||||
"npm:pi-docparser"
|
||||
# "npm:@gotgenes/pi-permission-system"
|
||||
"npm:@vanillagreen/pi-extension-manager"
|
||||
# "npm:@vanillagreen/pi-extension-manager"
|
||||
# "npm:@vanillagreen/pi-qol"
|
||||
"npm:pi-vitals"
|
||||
"npm:pi-spark"
|
||||
# "npm:pi-spark"
|
||||
# "npm:pi-caveman"
|
||||
"npm:@tmustier/pi-usage-extension"
|
||||
"npm:@heyhuynhgiabuu/pi-pretty"
|
||||
"npm:pi-lens"
|
||||
# "npm:pi-lens"
|
||||
# "npm:pi-lean-ctx"
|
||||
# "npm:@rohaquinlop/pi-deepseek-cache"
|
||||
"npm:pi-cache-optimizer"
|
||||
"npm:pi-opencode-go-cache"
|
||||
"npm:@pi-vault/pi-dcp"
|
||||
"git:github.com/DietrichGebert/ponytail"
|
||||
"npm:pi-commandcode-provider"
|
||||
];
|
||||
};
|
||||
context = ''
|
||||
@@ -172,6 +173,10 @@
|
||||
"type" = "api_key";
|
||||
"key" = "$OPENCODE_GO_API_KEY";
|
||||
};
|
||||
"command-code" = {
|
||||
"type" = "api_key";
|
||||
"key" = "$COMMANDCODE_API_KEY";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user