meow
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
# "npm:@vanillagreen/pi-qol"
|
||||
"npm:pi-vitals"
|
||||
"npm:pi-spark"
|
||||
"npm:pi-caveman"
|
||||
# "npm:pi-caveman"
|
||||
"npm:@tmustier/pi-usage-extension"
|
||||
"npm:@heyhuynhgiabuu/pi-pretty"
|
||||
"npm:pi-lens"
|
||||
@@ -64,6 +64,8 @@
|
||||
# "npm:@rohaquinlop/pi-deepseek-cache"
|
||||
"npm:pi-cache-optimizer"
|
||||
"npm:pi-opencode-go-cache"
|
||||
"npm:@pi-vault/pi-dcp"
|
||||
"git:github.com/DietrichGebert/ponytail"
|
||||
];
|
||||
};
|
||||
context = ''
|
||||
@@ -108,6 +110,7 @@
|
||||
rightSegments = [
|
||||
"separator"
|
||||
"cost"
|
||||
"model_cost"
|
||||
"context_pct"
|
||||
];
|
||||
icons = {
|
||||
@@ -124,6 +127,7 @@
|
||||
cacheWrite = "↗";
|
||||
contextPct = "◫";
|
||||
cost = "$";
|
||||
modelCost = "(in/out)";
|
||||
separator = "│";
|
||||
};
|
||||
colors = {
|
||||
@@ -138,6 +142,7 @@
|
||||
contextWarn = "warning";
|
||||
contextError = "error";
|
||||
cost = "text";
|
||||
modelCost = "text";
|
||||
tokens = "muted";
|
||||
separator = "dim";
|
||||
};
|
||||
@@ -188,12 +193,12 @@
|
||||
home.file.".pi/agent/extensions/model-filter.ts" = {
|
||||
source = ./model-filter.ts;
|
||||
};
|
||||
|
||||
|
||||
# Show model cost in status bar
|
||||
home.file.".pi/agent/extensions/model-cost.ts" = {
|
||||
source = ./model-cost.ts;
|
||||
};
|
||||
|
||||
|
||||
# Model filter config: per-provider filters applied by model-filter.ts
|
||||
home.file.".pi/agent/model-filters.json" = {
|
||||
text = builtins.toJSON {
|
||||
|
||||
Reference in New Issue
Block a user