@oh-my-pi/pi-coding-agent 16.1.18 → 16.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/cli.js +15389 -15103
- package/dist/types/edit/hashline/filesystem.d.ts +1 -18
- package/dist/types/extensibility/plugins/legacy-pi-bundled-keys.d.ts +10 -0
- package/dist/types/extensibility/plugins/legacy-pi-bundled-registry.d.ts +4 -1
- package/dist/types/extensibility/plugins/legacy-pi-compat.d.ts +12 -0
- package/dist/types/internal-urls/skill-protocol.d.ts +2 -2
- package/dist/types/internal-urls/types.d.ts +3 -0
- package/dist/types/modes/components/custom-editor.d.ts +0 -2
- package/dist/types/modes/controllers/input-controller.d.ts +0 -1
- package/dist/types/tools/path-utils.d.ts +3 -0
- package/package.json +12 -12
- package/scripts/build-binary.ts +20 -0
- package/scripts/generate-legacy-pi-bundled-registry.ts +404 -0
- package/src/edit/hashline/filesystem.ts +14 -0
- package/src/extensibility/plugins/legacy-pi-bundled-keys.ts +987 -0
- package/src/extensibility/plugins/legacy-pi-bundled-registry.ts +3330 -18
- package/src/extensibility/plugins/legacy-pi-compat.ts +29 -14
- package/src/internal-urls/local-protocol.ts +116 -9
- package/src/internal-urls/skill-protocol.ts +3 -3
- package/src/internal-urls/types.ts +3 -0
- package/src/modes/components/custom-editor.test.ts +7 -5
- package/src/modes/components/custom-editor.ts +6 -16
- package/src/modes/controllers/input-controller.ts +0 -71
- package/src/session/messages.ts +70 -47
- package/src/tools/ast-edit.ts +1 -0
- package/src/tools/ast-grep.ts +1 -0
- package/src/tools/find.ts +1 -0
- package/src/tools/path-utils.ts +4 -0
- package/src/tools/read.ts +43 -17
- package/src/tools/search.ts +4 -0
|
@@ -0,0 +1,987 @@
|
|
|
1
|
+
// AUTO-GENERATED by scripts/generate-legacy-pi-bundled-registry.ts.
|
|
2
|
+
// Do not edit by hand — run `bun scripts/generate-legacy-pi-bundled-registry.ts --generate`.
|
|
3
|
+
/**
|
|
4
|
+
* Canonical keys served by the `omp-legacy-pi-bundled:` virtual namespace.
|
|
5
|
+
* Mirrors `Object.keys(BUNDLED_PI_REGISTRY)` from
|
|
6
|
+
* `legacy-pi-bundled-keys.ts`'s sibling registry file. `legacy-pi-compat.ts`
|
|
7
|
+
* statically imports this set to seed `LEGACY_PI_PACKAGE_ROOT_OVERRIDES` in
|
|
8
|
+
* compiled-binary mode without dragging the heavy registry's transitive
|
|
9
|
+
* graph into dev/test runs (the registry itself stays behind a dynamic
|
|
10
|
+
* import — see `ensureBundledRegistryLoaded` in `legacy-pi-compat.ts`).
|
|
11
|
+
*/
|
|
12
|
+
export const BUNDLED_PI_REGISTRY_KEYS: ReadonlySet<string> = new Set([
|
|
13
|
+
"@oh-my-pi/pi-agent-core",
|
|
14
|
+
"@oh-my-pi/pi-agent-core/compaction",
|
|
15
|
+
"@oh-my-pi/pi-agent-core/compaction/branch-summarization",
|
|
16
|
+
"@oh-my-pi/pi-agent-core/compaction/compaction",
|
|
17
|
+
"@oh-my-pi/pi-agent-core/compaction/entries",
|
|
18
|
+
"@oh-my-pi/pi-agent-core/compaction/errors",
|
|
19
|
+
"@oh-my-pi/pi-agent-core/compaction/messages",
|
|
20
|
+
"@oh-my-pi/pi-agent-core/compaction/openai",
|
|
21
|
+
"@oh-my-pi/pi-agent-core/compaction/pruning",
|
|
22
|
+
"@oh-my-pi/pi-agent-core/compaction/shake",
|
|
23
|
+
"@oh-my-pi/pi-agent-core/compaction/tool-protection",
|
|
24
|
+
"@oh-my-pi/pi-agent-core/compaction/utils",
|
|
25
|
+
"@oh-my-pi/pi-ai",
|
|
26
|
+
"@oh-my-pi/pi-ai/auth-broker",
|
|
27
|
+
"@oh-my-pi/pi-ai/auth-gateway",
|
|
28
|
+
"@oh-my-pi/pi-ai/utils/harmony-leak",
|
|
29
|
+
"@oh-my-pi/pi-ai/dialect",
|
|
30
|
+
"@oh-my-pi/pi-ai/oauth",
|
|
31
|
+
"@oh-my-pi/pi-ai/registry",
|
|
32
|
+
"@oh-my-pi/pi-ai/registry/oauth",
|
|
33
|
+
"@oh-my-pi/pi-ai/utils/schema",
|
|
34
|
+
"@oh-my-pi/pi-ai/auth-broker/client",
|
|
35
|
+
"@oh-my-pi/pi-ai/auth-broker/discover",
|
|
36
|
+
"@oh-my-pi/pi-ai/auth-broker/refresher",
|
|
37
|
+
"@oh-my-pi/pi-ai/auth-broker/remote-store",
|
|
38
|
+
"@oh-my-pi/pi-ai/auth-broker/server",
|
|
39
|
+
"@oh-my-pi/pi-ai/auth-broker/snapshot-cache",
|
|
40
|
+
"@oh-my-pi/pi-ai/auth-broker/types",
|
|
41
|
+
"@oh-my-pi/pi-ai/auth-broker/wire-schemas",
|
|
42
|
+
"@oh-my-pi/pi-ai/auth-gateway/http",
|
|
43
|
+
"@oh-my-pi/pi-ai/auth-gateway/server",
|
|
44
|
+
"@oh-my-pi/pi-ai/auth-gateway/types",
|
|
45
|
+
"@oh-my-pi/pi-ai/providers/amazon-bedrock",
|
|
46
|
+
"@oh-my-pi/pi-ai/providers/anthropic-client",
|
|
47
|
+
"@oh-my-pi/pi-ai/providers/anthropic-messages-server-schema",
|
|
48
|
+
"@oh-my-pi/pi-ai/providers/anthropic-messages-server",
|
|
49
|
+
"@oh-my-pi/pi-ai/providers/anthropic-wire",
|
|
50
|
+
"@oh-my-pi/pi-ai/providers/anthropic",
|
|
51
|
+
"@oh-my-pi/pi-ai/providers/aws-credentials",
|
|
52
|
+
"@oh-my-pi/pi-ai/providers/aws-eventstream",
|
|
53
|
+
"@oh-my-pi/pi-ai/providers/aws-sigv4",
|
|
54
|
+
"@oh-my-pi/pi-ai/providers/azure-openai-responses",
|
|
55
|
+
"@oh-my-pi/pi-ai/providers/cursor",
|
|
56
|
+
"@oh-my-pi/pi-ai/providers/devin",
|
|
57
|
+
"@oh-my-pi/pi-ai/providers/error-message",
|
|
58
|
+
"@oh-my-pi/pi-ai/providers/github-copilot-headers",
|
|
59
|
+
"@oh-my-pi/pi-ai/providers/gitlab-duo",
|
|
60
|
+
"@oh-my-pi/pi-ai/providers/google-auth",
|
|
61
|
+
"@oh-my-pi/pi-ai/providers/google-gemini-cli",
|
|
62
|
+
"@oh-my-pi/pi-ai/providers/google-shared",
|
|
63
|
+
"@oh-my-pi/pi-ai/providers/google-types",
|
|
64
|
+
"@oh-my-pi/pi-ai/providers/google-vertex",
|
|
65
|
+
"@oh-my-pi/pi-ai/providers/google",
|
|
66
|
+
"@oh-my-pi/pi-ai/providers/grammar",
|
|
67
|
+
"@oh-my-pi/pi-ai/providers/kimi",
|
|
68
|
+
"@oh-my-pi/pi-ai/providers/mock",
|
|
69
|
+
"@oh-my-pi/pi-ai/providers/ollama",
|
|
70
|
+
"@oh-my-pi/pi-ai/providers/openai-anthropic-shim",
|
|
71
|
+
"@oh-my-pi/pi-ai/providers/openai-chat-server-schema",
|
|
72
|
+
"@oh-my-pi/pi-ai/providers/openai-chat-server",
|
|
73
|
+
"@oh-my-pi/pi-ai/providers/openai-chat-wire",
|
|
74
|
+
"@oh-my-pi/pi-ai/providers/openai-codex-responses",
|
|
75
|
+
"@oh-my-pi/pi-ai/providers/openai-completions",
|
|
76
|
+
"@oh-my-pi/pi-ai/providers/openai-reasoning-fallback",
|
|
77
|
+
"@oh-my-pi/pi-ai/providers/openai-responses-server-schema",
|
|
78
|
+
"@oh-my-pi/pi-ai/providers/openai-responses-server",
|
|
79
|
+
"@oh-my-pi/pi-ai/providers/openai-responses-wire",
|
|
80
|
+
"@oh-my-pi/pi-ai/providers/openai-responses",
|
|
81
|
+
"@oh-my-pi/pi-ai/providers/openai-shared",
|
|
82
|
+
"@oh-my-pi/pi-ai/providers/pi-native-client",
|
|
83
|
+
"@oh-my-pi/pi-ai/providers/pi-native-server",
|
|
84
|
+
"@oh-my-pi/pi-ai/providers/register-builtins",
|
|
85
|
+
"@oh-my-pi/pi-ai/providers/synthetic",
|
|
86
|
+
"@oh-my-pi/pi-ai/providers/transform-messages",
|
|
87
|
+
"@oh-my-pi/pi-ai/providers/vision-guard",
|
|
88
|
+
"@oh-my-pi/pi-ai/providers/openai-codex/request-transformer",
|
|
89
|
+
"@oh-my-pi/pi-ai/providers/openai-codex/response-handler",
|
|
90
|
+
"@oh-my-pi/pi-ai/usage/claude",
|
|
91
|
+
"@oh-my-pi/pi-ai/usage/gemini",
|
|
92
|
+
"@oh-my-pi/pi-ai/usage/github-copilot",
|
|
93
|
+
"@oh-my-pi/pi-ai/usage/google-antigravity",
|
|
94
|
+
"@oh-my-pi/pi-ai/usage/kimi",
|
|
95
|
+
"@oh-my-pi/pi-ai/usage/minimax-code",
|
|
96
|
+
"@oh-my-pi/pi-ai/usage/openai-codex-reset",
|
|
97
|
+
"@oh-my-pi/pi-ai/usage/openai-codex",
|
|
98
|
+
"@oh-my-pi/pi-ai/usage/opencode-go",
|
|
99
|
+
"@oh-my-pi/pi-ai/usage/shared",
|
|
100
|
+
"@oh-my-pi/pi-ai/usage/zai",
|
|
101
|
+
"@oh-my-pi/pi-ai/utils/abort",
|
|
102
|
+
"@oh-my-pi/pi-ai/utils/anthropic-auth",
|
|
103
|
+
"@oh-my-pi/pi-ai/utils/deterministic-id",
|
|
104
|
+
"@oh-my-pi/pi-ai/utils/empty-completion-retry",
|
|
105
|
+
"@oh-my-pi/pi-ai/utils/event-stream",
|
|
106
|
+
"@oh-my-pi/pi-ai/utils/foundry",
|
|
107
|
+
"@oh-my-pi/pi-ai/utils/google-validation",
|
|
108
|
+
"@oh-my-pi/pi-ai/utils/http-inspector",
|
|
109
|
+
"@oh-my-pi/pi-ai/utils/idle-iterator",
|
|
110
|
+
"@oh-my-pi/pi-ai/utils/json-parse",
|
|
111
|
+
"@oh-my-pi/pi-ai/utils/openai-http",
|
|
112
|
+
"@oh-my-pi/pi-ai/utils/openrouter-headers",
|
|
113
|
+
"@oh-my-pi/pi-ai/utils/overflow",
|
|
114
|
+
"@oh-my-pi/pi-ai/utils/parse-bind",
|
|
115
|
+
"@oh-my-pi/pi-ai/utils/provider-response",
|
|
116
|
+
"@oh-my-pi/pi-ai/utils/proxy",
|
|
117
|
+
"@oh-my-pi/pi-ai/utils/request-debug",
|
|
118
|
+
"@oh-my-pi/pi-ai/utils/retry-after",
|
|
119
|
+
"@oh-my-pi/pi-ai/utils/retry",
|
|
120
|
+
"@oh-my-pi/pi-ai/utils/sdk-stream-timeout",
|
|
121
|
+
"@oh-my-pi/pi-ai/utils/sse-debug",
|
|
122
|
+
"@oh-my-pi/pi-ai/utils/stream-markup-healing",
|
|
123
|
+
"@oh-my-pi/pi-ai/utils/thinking-loop",
|
|
124
|
+
"@oh-my-pi/pi-ai/utils/tool-choice",
|
|
125
|
+
"@oh-my-pi/pi-ai/utils/validation",
|
|
126
|
+
"@oh-my-pi/pi-ai/oauth/anthropic",
|
|
127
|
+
"@oh-my-pi/pi-ai/oauth/callback-server",
|
|
128
|
+
"@oh-my-pi/pi-ai/oauth/cursor",
|
|
129
|
+
"@oh-my-pi/pi-ai/oauth/devin",
|
|
130
|
+
"@oh-my-pi/pi-ai/oauth/github-copilot",
|
|
131
|
+
"@oh-my-pi/pi-ai/oauth/gitlab-duo",
|
|
132
|
+
"@oh-my-pi/pi-ai/oauth/google-antigravity",
|
|
133
|
+
"@oh-my-pi/pi-ai/oauth/google-gemini-cli",
|
|
134
|
+
"@oh-my-pi/pi-ai/oauth/google-oauth-shared",
|
|
135
|
+
"@oh-my-pi/pi-ai/oauth/kimi",
|
|
136
|
+
"@oh-my-pi/pi-ai/oauth/minimax-code",
|
|
137
|
+
"@oh-my-pi/pi-ai/oauth/openai-codex",
|
|
138
|
+
"@oh-my-pi/pi-ai/oauth/opencode",
|
|
139
|
+
"@oh-my-pi/pi-ai/oauth/perplexity",
|
|
140
|
+
"@oh-my-pi/pi-ai/oauth/pkce",
|
|
141
|
+
"@oh-my-pi/pi-ai/oauth/types",
|
|
142
|
+
"@oh-my-pi/pi-ai/oauth/wafer",
|
|
143
|
+
"@oh-my-pi/pi-ai/oauth/xai-oauth",
|
|
144
|
+
"@oh-my-pi/pi-ai/oauth/xiaomi",
|
|
145
|
+
"@oh-my-pi/pi-ai/utils/schema/adapt",
|
|
146
|
+
"@oh-my-pi/pi-ai/utils/schema/compatibility",
|
|
147
|
+
"@oh-my-pi/pi-ai/utils/schema/dereference",
|
|
148
|
+
"@oh-my-pi/pi-ai/utils/schema/draft",
|
|
149
|
+
"@oh-my-pi/pi-ai/utils/schema/equality",
|
|
150
|
+
"@oh-my-pi/pi-ai/utils/schema/fields",
|
|
151
|
+
"@oh-my-pi/pi-ai/utils/schema/json-schema-validator",
|
|
152
|
+
"@oh-my-pi/pi-ai/utils/schema/meta-validator",
|
|
153
|
+
"@oh-my-pi/pi-ai/utils/schema/normalize",
|
|
154
|
+
"@oh-my-pi/pi-ai/utils/schema/spill",
|
|
155
|
+
"@oh-my-pi/pi-ai/utils/schema/stamps",
|
|
156
|
+
"@oh-my-pi/pi-ai/utils/schema/strict-tool-validation",
|
|
157
|
+
"@oh-my-pi/pi-ai/utils/schema/types",
|
|
158
|
+
"@oh-my-pi/pi-ai/utils/schema/typescript",
|
|
159
|
+
"@oh-my-pi/pi-ai/utils/schema/wire",
|
|
160
|
+
"@oh-my-pi/pi-ai/utils/schema/zod-decontaminate",
|
|
161
|
+
"@oh-my-pi/pi-coding-agent",
|
|
162
|
+
"@oh-my-pi/pi-coding-agent/async",
|
|
163
|
+
"@oh-my-pi/pi-coding-agent/autoresearch",
|
|
164
|
+
"@oh-my-pi/pi-coding-agent/capability",
|
|
165
|
+
"@oh-my-pi/pi-coding-agent/cli/gallery-fixtures",
|
|
166
|
+
"@oh-my-pi/pi-coding-agent/commit",
|
|
167
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic",
|
|
168
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic/tools",
|
|
169
|
+
"@oh-my-pi/pi-coding-agent/commit/analysis",
|
|
170
|
+
"@oh-my-pi/pi-coding-agent/commit/changelog",
|
|
171
|
+
"@oh-my-pi/pi-coding-agent/commit/map-reduce",
|
|
172
|
+
"@oh-my-pi/pi-coding-agent/dap",
|
|
173
|
+
"@oh-my-pi/pi-coding-agent/debug",
|
|
174
|
+
"@oh-my-pi/pi-coding-agent/discovery",
|
|
175
|
+
"@oh-my-pi/pi-coding-agent/edit",
|
|
176
|
+
"@oh-my-pi/pi-coding-agent/exa",
|
|
177
|
+
"@oh-my-pi/pi-coding-agent/export/html",
|
|
178
|
+
"@oh-my-pi/pi-coding-agent/extensibility/custom-commands",
|
|
179
|
+
"@oh-my-pi/pi-coding-agent/extensibility/custom-commands/bundled/ci-green",
|
|
180
|
+
"@oh-my-pi/pi-coding-agent/extensibility/custom-commands/bundled/review",
|
|
181
|
+
"@oh-my-pi/pi-coding-agent/extensibility/custom-tools",
|
|
182
|
+
"@oh-my-pi/pi-coding-agent/extensibility/extensions",
|
|
183
|
+
"@oh-my-pi/pi-coding-agent/extensibility/hooks",
|
|
184
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins",
|
|
185
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/marketplace",
|
|
186
|
+
"@oh-my-pi/pi-coding-agent/internal-urls",
|
|
187
|
+
"@oh-my-pi/pi-coding-agent/eval",
|
|
188
|
+
"@oh-my-pi/pi-coding-agent/lsp",
|
|
189
|
+
"@oh-my-pi/pi-coding-agent/lsp/clients",
|
|
190
|
+
"@oh-my-pi/pi-coding-agent/mcp",
|
|
191
|
+
"@oh-my-pi/pi-coding-agent/mcp/transports",
|
|
192
|
+
"@oh-my-pi/pi-coding-agent/memories",
|
|
193
|
+
"@oh-my-pi/pi-coding-agent/memory-backend",
|
|
194
|
+
"@oh-my-pi/pi-coding-agent/hindsight",
|
|
195
|
+
"@oh-my-pi/pi-coding-agent/modes",
|
|
196
|
+
"@oh-my-pi/pi-coding-agent/modes/acp",
|
|
197
|
+
"@oh-my-pi/pi-coding-agent/modes/components",
|
|
198
|
+
"@oh-my-pi/pi-coding-agent/modes/components/extensions",
|
|
199
|
+
"@oh-my-pi/pi-coding-agent/modes/components/status-line",
|
|
200
|
+
"@oh-my-pi/pi-coding-agent/modes/setup-wizard",
|
|
201
|
+
"@oh-my-pi/pi-coding-agent/modes/theme/defaults",
|
|
202
|
+
"@oh-my-pi/pi-coding-agent/secrets",
|
|
203
|
+
"@oh-my-pi/pi-coding-agent/stt",
|
|
204
|
+
"@oh-my-pi/pi-coding-agent/task",
|
|
205
|
+
"@oh-my-pi/pi-coding-agent/tools",
|
|
206
|
+
"@oh-my-pi/pi-coding-agent/tui",
|
|
207
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers",
|
|
208
|
+
"@oh-my-pi/pi-coding-agent/web/search",
|
|
209
|
+
"@oh-my-pi/pi-coding-agent/async/job-manager",
|
|
210
|
+
"@oh-my-pi/pi-coding-agent/autoresearch/dashboard",
|
|
211
|
+
"@oh-my-pi/pi-coding-agent/autoresearch/git",
|
|
212
|
+
"@oh-my-pi/pi-coding-agent/autoresearch/helpers",
|
|
213
|
+
"@oh-my-pi/pi-coding-agent/autoresearch/state",
|
|
214
|
+
"@oh-my-pi/pi-coding-agent/autoresearch/storage",
|
|
215
|
+
"@oh-my-pi/pi-coding-agent/autoresearch/types",
|
|
216
|
+
"@oh-my-pi/pi-coding-agent/autoresearch/tools/init-experiment",
|
|
217
|
+
"@oh-my-pi/pi-coding-agent/autoresearch/tools/log-experiment",
|
|
218
|
+
"@oh-my-pi/pi-coding-agent/autoresearch/tools/run-experiment",
|
|
219
|
+
"@oh-my-pi/pi-coding-agent/autoresearch/tools/update-notes",
|
|
220
|
+
"@oh-my-pi/pi-coding-agent/capability/context-file",
|
|
221
|
+
"@oh-my-pi/pi-coding-agent/capability/extension-module",
|
|
222
|
+
"@oh-my-pi/pi-coding-agent/capability/extension",
|
|
223
|
+
"@oh-my-pi/pi-coding-agent/capability/fs",
|
|
224
|
+
"@oh-my-pi/pi-coding-agent/capability/hook",
|
|
225
|
+
"@oh-my-pi/pi-coding-agent/capability/instruction",
|
|
226
|
+
"@oh-my-pi/pi-coding-agent/capability/mcp",
|
|
227
|
+
"@oh-my-pi/pi-coding-agent/capability/prompt",
|
|
228
|
+
"@oh-my-pi/pi-coding-agent/capability/rule-buckets",
|
|
229
|
+
"@oh-my-pi/pi-coding-agent/capability/rule",
|
|
230
|
+
"@oh-my-pi/pi-coding-agent/capability/settings",
|
|
231
|
+
"@oh-my-pi/pi-coding-agent/capability/skill",
|
|
232
|
+
"@oh-my-pi/pi-coding-agent/capability/slash-command",
|
|
233
|
+
"@oh-my-pi/pi-coding-agent/capability/ssh",
|
|
234
|
+
"@oh-my-pi/pi-coding-agent/capability/system-prompt",
|
|
235
|
+
"@oh-my-pi/pi-coding-agent/capability/tool",
|
|
236
|
+
"@oh-my-pi/pi-coding-agent/capability/types",
|
|
237
|
+
"@oh-my-pi/pi-coding-agent/cli/agents-cli",
|
|
238
|
+
"@oh-my-pi/pi-coding-agent/cli/args",
|
|
239
|
+
"@oh-my-pi/pi-coding-agent/cli/auth-broker-cli",
|
|
240
|
+
"@oh-my-pi/pi-coding-agent/cli/auth-gateway-cli",
|
|
241
|
+
"@oh-my-pi/pi-coding-agent/cli/bench-cli",
|
|
242
|
+
"@oh-my-pi/pi-coding-agent/cli/classify-install-target",
|
|
243
|
+
"@oh-my-pi/pi-coding-agent/cli/claude-trace-cli",
|
|
244
|
+
"@oh-my-pi/pi-coding-agent/cli/completion-gen",
|
|
245
|
+
"@oh-my-pi/pi-coding-agent/cli/config-cli",
|
|
246
|
+
"@oh-my-pi/pi-coding-agent/cli/dry-balance-cli",
|
|
247
|
+
"@oh-my-pi/pi-coding-agent/cli/extension-flags",
|
|
248
|
+
"@oh-my-pi/pi-coding-agent/cli/file-processor",
|
|
249
|
+
"@oh-my-pi/pi-coding-agent/cli/flag-tables",
|
|
250
|
+
"@oh-my-pi/pi-coding-agent/cli/gallery-cli",
|
|
251
|
+
"@oh-my-pi/pi-coding-agent/cli/gallery-screenshot",
|
|
252
|
+
"@oh-my-pi/pi-coding-agent/cli/grep-cli",
|
|
253
|
+
"@oh-my-pi/pi-coding-agent/cli/grievances-cli",
|
|
254
|
+
"@oh-my-pi/pi-coding-agent/cli/initial-message",
|
|
255
|
+
"@oh-my-pi/pi-coding-agent/cli/models-cli",
|
|
256
|
+
"@oh-my-pi/pi-coding-agent/cli/plugin-cli",
|
|
257
|
+
"@oh-my-pi/pi-coding-agent/cli/profile-alias",
|
|
258
|
+
"@oh-my-pi/pi-coding-agent/cli/profile-bootstrap",
|
|
259
|
+
"@oh-my-pi/pi-coding-agent/cli/read-cli",
|
|
260
|
+
"@oh-my-pi/pi-coding-agent/cli/session-picker",
|
|
261
|
+
"@oh-my-pi/pi-coding-agent/cli/setup-cli",
|
|
262
|
+
"@oh-my-pi/pi-coding-agent/cli/setup-model-picker",
|
|
263
|
+
"@oh-my-pi/pi-coding-agent/cli/shell-cli",
|
|
264
|
+
"@oh-my-pi/pi-coding-agent/cli/ssh-cli",
|
|
265
|
+
"@oh-my-pi/pi-coding-agent/cli/startup-cwd",
|
|
266
|
+
"@oh-my-pi/pi-coding-agent/cli/stats-cli",
|
|
267
|
+
"@oh-my-pi/pi-coding-agent/cli/tiny-models-cli",
|
|
268
|
+
"@oh-my-pi/pi-coding-agent/cli/ttsr-cli",
|
|
269
|
+
"@oh-my-pi/pi-coding-agent/cli/update-cli",
|
|
270
|
+
"@oh-my-pi/pi-coding-agent/cli/usage-cli",
|
|
271
|
+
"@oh-my-pi/pi-coding-agent/cli/web-search-cli",
|
|
272
|
+
"@oh-my-pi/pi-coding-agent/cli/worktree-cli",
|
|
273
|
+
"@oh-my-pi/pi-coding-agent/cli/gallery-fixtures/agentic",
|
|
274
|
+
"@oh-my-pi/pi-coding-agent/cli/gallery-fixtures/codeintel",
|
|
275
|
+
"@oh-my-pi/pi-coding-agent/cli/gallery-fixtures/edit",
|
|
276
|
+
"@oh-my-pi/pi-coding-agent/cli/gallery-fixtures/fs",
|
|
277
|
+
"@oh-my-pi/pi-coding-agent/cli/gallery-fixtures/interaction",
|
|
278
|
+
"@oh-my-pi/pi-coding-agent/cli/gallery-fixtures/memory",
|
|
279
|
+
"@oh-my-pi/pi-coding-agent/cli/gallery-fixtures/misc",
|
|
280
|
+
"@oh-my-pi/pi-coding-agent/cli/gallery-fixtures/search",
|
|
281
|
+
"@oh-my-pi/pi-coding-agent/cli/gallery-fixtures/shell",
|
|
282
|
+
"@oh-my-pi/pi-coding-agent/cli/gallery-fixtures/types",
|
|
283
|
+
"@oh-my-pi/pi-coding-agent/cli/gallery-fixtures/web",
|
|
284
|
+
"@oh-my-pi/pi-coding-agent/cli/commands/init-xdg",
|
|
285
|
+
"@oh-my-pi/pi-coding-agent/commands/acp",
|
|
286
|
+
"@oh-my-pi/pi-coding-agent/commands/agents",
|
|
287
|
+
"@oh-my-pi/pi-coding-agent/commands/auth-broker",
|
|
288
|
+
"@oh-my-pi/pi-coding-agent/commands/auth-gateway",
|
|
289
|
+
"@oh-my-pi/pi-coding-agent/commands/bench",
|
|
290
|
+
"@oh-my-pi/pi-coding-agent/commands/commit",
|
|
291
|
+
"@oh-my-pi/pi-coding-agent/commands/complete",
|
|
292
|
+
"@oh-my-pi/pi-coding-agent/commands/completions",
|
|
293
|
+
"@oh-my-pi/pi-coding-agent/commands/config",
|
|
294
|
+
"@oh-my-pi/pi-coding-agent/commands/dry-balance",
|
|
295
|
+
"@oh-my-pi/pi-coding-agent/commands/gallery",
|
|
296
|
+
"@oh-my-pi/pi-coding-agent/commands/grep",
|
|
297
|
+
"@oh-my-pi/pi-coding-agent/commands/grievances",
|
|
298
|
+
"@oh-my-pi/pi-coding-agent/commands/install",
|
|
299
|
+
"@oh-my-pi/pi-coding-agent/commands/join",
|
|
300
|
+
"@oh-my-pi/pi-coding-agent/commands/launch",
|
|
301
|
+
"@oh-my-pi/pi-coding-agent/commands/models",
|
|
302
|
+
"@oh-my-pi/pi-coding-agent/commands/plugin",
|
|
303
|
+
"@oh-my-pi/pi-coding-agent/commands/read",
|
|
304
|
+
"@oh-my-pi/pi-coding-agent/commands/say",
|
|
305
|
+
"@oh-my-pi/pi-coding-agent/commands/setup",
|
|
306
|
+
"@oh-my-pi/pi-coding-agent/commands/shell",
|
|
307
|
+
"@oh-my-pi/pi-coding-agent/commands/ssh",
|
|
308
|
+
"@oh-my-pi/pi-coding-agent/commands/stats",
|
|
309
|
+
"@oh-my-pi/pi-coding-agent/commands/tiny-models",
|
|
310
|
+
"@oh-my-pi/pi-coding-agent/commands/token",
|
|
311
|
+
"@oh-my-pi/pi-coding-agent/commands/ttsr",
|
|
312
|
+
"@oh-my-pi/pi-coding-agent/commands/update",
|
|
313
|
+
"@oh-my-pi/pi-coding-agent/commands/usage",
|
|
314
|
+
"@oh-my-pi/pi-coding-agent/commands/web-search",
|
|
315
|
+
"@oh-my-pi/pi-coding-agent/commands/worktree",
|
|
316
|
+
"@oh-my-pi/pi-coding-agent/commit/cli",
|
|
317
|
+
"@oh-my-pi/pi-coding-agent/commit/message",
|
|
318
|
+
"@oh-my-pi/pi-coding-agent/commit/model-selection",
|
|
319
|
+
"@oh-my-pi/pi-coding-agent/commit/pipeline",
|
|
320
|
+
"@oh-my-pi/pi-coding-agent/commit/shared-llm",
|
|
321
|
+
"@oh-my-pi/pi-coding-agent/commit/types",
|
|
322
|
+
"@oh-my-pi/pi-coding-agent/commit/utils",
|
|
323
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic/agent",
|
|
324
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic/fallback",
|
|
325
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic/state",
|
|
326
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic/topo-sort",
|
|
327
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic/trivial",
|
|
328
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic/validation",
|
|
329
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic/tools/analyze-file",
|
|
330
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic/tools/git-file-diff",
|
|
331
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic/tools/git-hunk",
|
|
332
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic/tools/git-overview",
|
|
333
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic/tools/propose-changelog",
|
|
334
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic/tools/propose-commit",
|
|
335
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic/tools/recent-commits",
|
|
336
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic/tools/schemas",
|
|
337
|
+
"@oh-my-pi/pi-coding-agent/commit/agentic/tools/split-commit",
|
|
338
|
+
"@oh-my-pi/pi-coding-agent/commit/analysis/conventional",
|
|
339
|
+
"@oh-my-pi/pi-coding-agent/commit/analysis/scope",
|
|
340
|
+
"@oh-my-pi/pi-coding-agent/commit/analysis/summary",
|
|
341
|
+
"@oh-my-pi/pi-coding-agent/commit/analysis/validation",
|
|
342
|
+
"@oh-my-pi/pi-coding-agent/commit/changelog/detect",
|
|
343
|
+
"@oh-my-pi/pi-coding-agent/commit/changelog/generate",
|
|
344
|
+
"@oh-my-pi/pi-coding-agent/commit/changelog/parse",
|
|
345
|
+
"@oh-my-pi/pi-coding-agent/commit/git/diff",
|
|
346
|
+
"@oh-my-pi/pi-coding-agent/commit/map-reduce/map-phase",
|
|
347
|
+
"@oh-my-pi/pi-coding-agent/commit/map-reduce/reduce-phase",
|
|
348
|
+
"@oh-my-pi/pi-coding-agent/commit/map-reduce/utils",
|
|
349
|
+
"@oh-my-pi/pi-coding-agent/commit/utils/exclusions",
|
|
350
|
+
"@oh-my-pi/pi-coding-agent/config/api-key-resolver",
|
|
351
|
+
"@oh-my-pi/pi-coding-agent/config/append-only-context-mode",
|
|
352
|
+
"@oh-my-pi/pi-coding-agent/config/config-file",
|
|
353
|
+
"@oh-my-pi/pi-coding-agent/config/file-lock",
|
|
354
|
+
"@oh-my-pi/pi-coding-agent/config/keybindings",
|
|
355
|
+
"@oh-my-pi/pi-coding-agent/config/model-discovery",
|
|
356
|
+
"@oh-my-pi/pi-coding-agent/config/model-registry",
|
|
357
|
+
"@oh-my-pi/pi-coding-agent/config/model-resolver",
|
|
358
|
+
"@oh-my-pi/pi-coding-agent/config/model-roles",
|
|
359
|
+
"@oh-my-pi/pi-coding-agent/config/models-config-schema",
|
|
360
|
+
"@oh-my-pi/pi-coding-agent/config/models-config",
|
|
361
|
+
"@oh-my-pi/pi-coding-agent/config/prompt-templates",
|
|
362
|
+
"@oh-my-pi/pi-coding-agent/config/resolve-config-value",
|
|
363
|
+
"@oh-my-pi/pi-coding-agent/config/settings-schema",
|
|
364
|
+
"@oh-my-pi/pi-coding-agent/config/settings",
|
|
365
|
+
"@oh-my-pi/pi-coding-agent/dap/client",
|
|
366
|
+
"@oh-my-pi/pi-coding-agent/dap/config",
|
|
367
|
+
"@oh-my-pi/pi-coding-agent/dap/session",
|
|
368
|
+
"@oh-my-pi/pi-coding-agent/dap/types",
|
|
369
|
+
"@oh-my-pi/pi-coding-agent/debug/log-formatting",
|
|
370
|
+
"@oh-my-pi/pi-coding-agent/debug/log-viewer",
|
|
371
|
+
"@oh-my-pi/pi-coding-agent/debug/profiler",
|
|
372
|
+
"@oh-my-pi/pi-coding-agent/debug/protocol-probe",
|
|
373
|
+
"@oh-my-pi/pi-coding-agent/debug/raw-sse-buffer",
|
|
374
|
+
"@oh-my-pi/pi-coding-agent/debug/raw-sse",
|
|
375
|
+
"@oh-my-pi/pi-coding-agent/debug/remote-debugger",
|
|
376
|
+
"@oh-my-pi/pi-coding-agent/debug/report-bundle",
|
|
377
|
+
"@oh-my-pi/pi-coding-agent/debug/system-info",
|
|
378
|
+
"@oh-my-pi/pi-coding-agent/debug/terminal-info",
|
|
379
|
+
"@oh-my-pi/pi-coding-agent/discovery/agents-md",
|
|
380
|
+
"@oh-my-pi/pi-coding-agent/discovery/agents",
|
|
381
|
+
"@oh-my-pi/pi-coding-agent/discovery/at-imports",
|
|
382
|
+
"@oh-my-pi/pi-coding-agent/discovery/builtin-defaults",
|
|
383
|
+
"@oh-my-pi/pi-coding-agent/discovery/builtin",
|
|
384
|
+
"@oh-my-pi/pi-coding-agent/discovery/claude-plugins",
|
|
385
|
+
"@oh-my-pi/pi-coding-agent/discovery/claude",
|
|
386
|
+
"@oh-my-pi/pi-coding-agent/discovery/cline",
|
|
387
|
+
"@oh-my-pi/pi-coding-agent/discovery/codex",
|
|
388
|
+
"@oh-my-pi/pi-coding-agent/discovery/cursor",
|
|
389
|
+
"@oh-my-pi/pi-coding-agent/discovery/gemini",
|
|
390
|
+
"@oh-my-pi/pi-coding-agent/discovery/github",
|
|
391
|
+
"@oh-my-pi/pi-coding-agent/discovery/helpers",
|
|
392
|
+
"@oh-my-pi/pi-coding-agent/discovery/mcp-json",
|
|
393
|
+
"@oh-my-pi/pi-coding-agent/discovery/omp-extension-roots",
|
|
394
|
+
"@oh-my-pi/pi-coding-agent/discovery/omp-plugins",
|
|
395
|
+
"@oh-my-pi/pi-coding-agent/discovery/opencode",
|
|
396
|
+
"@oh-my-pi/pi-coding-agent/discovery/plugin-dir-roots",
|
|
397
|
+
"@oh-my-pi/pi-coding-agent/discovery/ssh",
|
|
398
|
+
"@oh-my-pi/pi-coding-agent/discovery/substitute-plugin-root",
|
|
399
|
+
"@oh-my-pi/pi-coding-agent/discovery/vscode",
|
|
400
|
+
"@oh-my-pi/pi-coding-agent/discovery/windsurf",
|
|
401
|
+
"@oh-my-pi/pi-coding-agent/edit/diff",
|
|
402
|
+
"@oh-my-pi/pi-coding-agent/edit/file-snapshot-store",
|
|
403
|
+
"@oh-my-pi/pi-coding-agent/edit/normalize",
|
|
404
|
+
"@oh-my-pi/pi-coding-agent/edit/notebook",
|
|
405
|
+
"@oh-my-pi/pi-coding-agent/edit/read-file",
|
|
406
|
+
"@oh-my-pi/pi-coding-agent/edit/renderer",
|
|
407
|
+
"@oh-my-pi/pi-coding-agent/edit/streaming",
|
|
408
|
+
"@oh-my-pi/pi-coding-agent/edit/modes/apply-patch",
|
|
409
|
+
"@oh-my-pi/pi-coding-agent/edit/modes/patch",
|
|
410
|
+
"@oh-my-pi/pi-coding-agent/edit/modes/replace",
|
|
411
|
+
"@oh-my-pi/pi-coding-agent/exa/mcp-client",
|
|
412
|
+
"@oh-my-pi/pi-coding-agent/exa/types",
|
|
413
|
+
"@oh-my-pi/pi-coding-agent/exec/bash-executor",
|
|
414
|
+
"@oh-my-pi/pi-coding-agent/exec/exec",
|
|
415
|
+
"@oh-my-pi/pi-coding-agent/exec/non-interactive-env",
|
|
416
|
+
"@oh-my-pi/pi-coding-agent/export/custom-share",
|
|
417
|
+
"@oh-my-pi/pi-coding-agent/export/share",
|
|
418
|
+
"@oh-my-pi/pi-coding-agent/export/ttsr",
|
|
419
|
+
"@oh-my-pi/pi-coding-agent/export/html/web-palette",
|
|
420
|
+
"@oh-my-pi/pi-coding-agent/extensibility/legacy-pi-ai-shim",
|
|
421
|
+
"@oh-my-pi/pi-coding-agent/extensibility/legacy-pi-coding-agent-shim",
|
|
422
|
+
"@oh-my-pi/pi-coding-agent/extensibility/session-handler-types",
|
|
423
|
+
"@oh-my-pi/pi-coding-agent/extensibility/shared-events",
|
|
424
|
+
"@oh-my-pi/pi-coding-agent/extensibility/skills",
|
|
425
|
+
"@oh-my-pi/pi-coding-agent/extensibility/slash-commands",
|
|
426
|
+
"@oh-my-pi/pi-coding-agent/extensibility/tool-event-input",
|
|
427
|
+
"@oh-my-pi/pi-coding-agent/extensibility/tool-proxy",
|
|
428
|
+
"@oh-my-pi/pi-coding-agent/extensibility/typebox",
|
|
429
|
+
"@oh-my-pi/pi-coding-agent/extensibility/utils",
|
|
430
|
+
"@oh-my-pi/pi-coding-agent/extensibility/custom-commands/loader",
|
|
431
|
+
"@oh-my-pi/pi-coding-agent/extensibility/custom-commands/types",
|
|
432
|
+
"@oh-my-pi/pi-coding-agent/extensibility/custom-tools/loader",
|
|
433
|
+
"@oh-my-pi/pi-coding-agent/extensibility/custom-tools/types",
|
|
434
|
+
"@oh-my-pi/pi-coding-agent/extensibility/custom-tools/wrapper",
|
|
435
|
+
"@oh-my-pi/pi-coding-agent/extensibility/extensions/compact-handler",
|
|
436
|
+
"@oh-my-pi/pi-coding-agent/extensibility/extensions/get-commands-handler",
|
|
437
|
+
"@oh-my-pi/pi-coding-agent/extensibility/extensions/loader",
|
|
438
|
+
"@oh-my-pi/pi-coding-agent/extensibility/extensions/model-api",
|
|
439
|
+
"@oh-my-pi/pi-coding-agent/extensibility/extensions/runner",
|
|
440
|
+
"@oh-my-pi/pi-coding-agent/extensibility/extensions/types",
|
|
441
|
+
"@oh-my-pi/pi-coding-agent/extensibility/extensions/wrapper",
|
|
442
|
+
"@oh-my-pi/pi-coding-agent/extensibility/hooks/loader",
|
|
443
|
+
"@oh-my-pi/pi-coding-agent/extensibility/hooks/runner",
|
|
444
|
+
"@oh-my-pi/pi-coding-agent/extensibility/hooks/tool-wrapper",
|
|
445
|
+
"@oh-my-pi/pi-coding-agent/extensibility/hooks/types",
|
|
446
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/doctor",
|
|
447
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/git-url",
|
|
448
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/installer",
|
|
449
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/legacy-pi-bundled-keys",
|
|
450
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/legacy-pi-bundled-registry",
|
|
451
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/legacy-pi-compat",
|
|
452
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/loader",
|
|
453
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/manager",
|
|
454
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/marketplace-auto-update",
|
|
455
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/parser",
|
|
456
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/runtime-config",
|
|
457
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/types",
|
|
458
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/marketplace/cache",
|
|
459
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/marketplace/fetcher",
|
|
460
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/marketplace/manager",
|
|
461
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/marketplace/registry",
|
|
462
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/marketplace/source-resolver",
|
|
463
|
+
"@oh-my-pi/pi-coding-agent/extensibility/plugins/marketplace/types",
|
|
464
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/agent-protocol",
|
|
465
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/artifact-protocol",
|
|
466
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/docs-index",
|
|
467
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/filesystem-resource",
|
|
468
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/history-protocol",
|
|
469
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/issue-pr-protocol",
|
|
470
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/json-query",
|
|
471
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/local-protocol",
|
|
472
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/mcp-protocol",
|
|
473
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/memory-protocol",
|
|
474
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/omp-protocol",
|
|
475
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/parse",
|
|
476
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/registry-helpers",
|
|
477
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/router",
|
|
478
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/rule-protocol",
|
|
479
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/skill-protocol",
|
|
480
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/types",
|
|
481
|
+
"@oh-my-pi/pi-coding-agent/internal-urls/vault-protocol",
|
|
482
|
+
"@oh-my-pi/pi-coding-agent/eval/js/context-manager",
|
|
483
|
+
"@oh-my-pi/pi-coding-agent/eval/js/executor",
|
|
484
|
+
"@oh-my-pi/pi-coding-agent/eval/js/tool-bridge",
|
|
485
|
+
"@oh-my-pi/pi-coding-agent/eval/js/worker-core",
|
|
486
|
+
"@oh-my-pi/pi-coding-agent/eval/js/worker-entry",
|
|
487
|
+
"@oh-my-pi/pi-coding-agent/eval/js/worker-protocol",
|
|
488
|
+
"@oh-my-pi/pi-coding-agent/eval/py/display",
|
|
489
|
+
"@oh-my-pi/pi-coding-agent/eval/py/executor",
|
|
490
|
+
"@oh-my-pi/pi-coding-agent/eval/py/kernel",
|
|
491
|
+
"@oh-my-pi/pi-coding-agent/eval/py/prelude",
|
|
492
|
+
"@oh-my-pi/pi-coding-agent/eval/py/runtime",
|
|
493
|
+
"@oh-my-pi/pi-coding-agent/eval/py/spawn-options",
|
|
494
|
+
"@oh-my-pi/pi-coding-agent/eval/py/tool-bridge",
|
|
495
|
+
"@oh-my-pi/pi-coding-agent/lsp/client",
|
|
496
|
+
"@oh-my-pi/pi-coding-agent/lsp/config",
|
|
497
|
+
"@oh-my-pi/pi-coding-agent/lsp/diagnostics-ledger",
|
|
498
|
+
"@oh-my-pi/pi-coding-agent/lsp/edits",
|
|
499
|
+
"@oh-my-pi/pi-coding-agent/lsp/format-options",
|
|
500
|
+
"@oh-my-pi/pi-coding-agent/lsp/lspmux",
|
|
501
|
+
"@oh-my-pi/pi-coding-agent/lsp/render",
|
|
502
|
+
"@oh-my-pi/pi-coding-agent/lsp/startup-events",
|
|
503
|
+
"@oh-my-pi/pi-coding-agent/lsp/types",
|
|
504
|
+
"@oh-my-pi/pi-coding-agent/lsp/utils",
|
|
505
|
+
"@oh-my-pi/pi-coding-agent/lsp/clients/biome-client",
|
|
506
|
+
"@oh-my-pi/pi-coding-agent/lsp/clients/lsp-linter-client",
|
|
507
|
+
"@oh-my-pi/pi-coding-agent/lsp/clients/swiftlint-client",
|
|
508
|
+
"@oh-my-pi/pi-coding-agent/mcp/client",
|
|
509
|
+
"@oh-my-pi/pi-coding-agent/mcp/config-writer",
|
|
510
|
+
"@oh-my-pi/pi-coding-agent/mcp/config",
|
|
511
|
+
"@oh-my-pi/pi-coding-agent/mcp/json-rpc",
|
|
512
|
+
"@oh-my-pi/pi-coding-agent/mcp/loader",
|
|
513
|
+
"@oh-my-pi/pi-coding-agent/mcp/manager",
|
|
514
|
+
"@oh-my-pi/pi-coding-agent/mcp/oauth-credentials",
|
|
515
|
+
"@oh-my-pi/pi-coding-agent/mcp/oauth-discovery",
|
|
516
|
+
"@oh-my-pi/pi-coding-agent/mcp/oauth-flow",
|
|
517
|
+
"@oh-my-pi/pi-coding-agent/mcp/render",
|
|
518
|
+
"@oh-my-pi/pi-coding-agent/mcp/smithery-auth",
|
|
519
|
+
"@oh-my-pi/pi-coding-agent/mcp/smithery-connect",
|
|
520
|
+
"@oh-my-pi/pi-coding-agent/mcp/smithery-registry",
|
|
521
|
+
"@oh-my-pi/pi-coding-agent/mcp/startup-events",
|
|
522
|
+
"@oh-my-pi/pi-coding-agent/mcp/timeout",
|
|
523
|
+
"@oh-my-pi/pi-coding-agent/mcp/tool-bridge",
|
|
524
|
+
"@oh-my-pi/pi-coding-agent/mcp/tool-cache",
|
|
525
|
+
"@oh-my-pi/pi-coding-agent/mcp/types",
|
|
526
|
+
"@oh-my-pi/pi-coding-agent/mcp/transports/http",
|
|
527
|
+
"@oh-my-pi/pi-coding-agent/mcp/transports/stdio",
|
|
528
|
+
"@oh-my-pi/pi-coding-agent/memories/storage",
|
|
529
|
+
"@oh-my-pi/pi-coding-agent/memory-backend/local-backend",
|
|
530
|
+
"@oh-my-pi/pi-coding-agent/memory-backend/off-backend",
|
|
531
|
+
"@oh-my-pi/pi-coding-agent/memory-backend/resolve",
|
|
532
|
+
"@oh-my-pi/pi-coding-agent/memory-backend/runtime",
|
|
533
|
+
"@oh-my-pi/pi-coding-agent/memory-backend/types",
|
|
534
|
+
"@oh-my-pi/pi-coding-agent/hindsight/backend",
|
|
535
|
+
"@oh-my-pi/pi-coding-agent/hindsight/bank",
|
|
536
|
+
"@oh-my-pi/pi-coding-agent/hindsight/client",
|
|
537
|
+
"@oh-my-pi/pi-coding-agent/hindsight/config",
|
|
538
|
+
"@oh-my-pi/pi-coding-agent/hindsight/content",
|
|
539
|
+
"@oh-my-pi/pi-coding-agent/hindsight/mental-models",
|
|
540
|
+
"@oh-my-pi/pi-coding-agent/hindsight/state",
|
|
541
|
+
"@oh-my-pi/pi-coding-agent/hindsight/transcript",
|
|
542
|
+
"@oh-my-pi/pi-coding-agent/modes/emoji-autocomplete",
|
|
543
|
+
"@oh-my-pi/pi-coding-agent/modes/gradient-highlight",
|
|
544
|
+
"@oh-my-pi/pi-coding-agent/modes/image-references",
|
|
545
|
+
"@oh-my-pi/pi-coding-agent/modes/interactive-mode",
|
|
546
|
+
"@oh-my-pi/pi-coding-agent/modes/internal-url-autocomplete",
|
|
547
|
+
"@oh-my-pi/pi-coding-agent/modes/loop-limit",
|
|
548
|
+
"@oh-my-pi/pi-coding-agent/modes/magic-keywords",
|
|
549
|
+
"@oh-my-pi/pi-coding-agent/modes/markdown-prose",
|
|
550
|
+
"@oh-my-pi/pi-coding-agent/modes/oauth-manual-input",
|
|
551
|
+
"@oh-my-pi/pi-coding-agent/modes/orchestrate",
|
|
552
|
+
"@oh-my-pi/pi-coding-agent/modes/print-mode",
|
|
553
|
+
"@oh-my-pi/pi-coding-agent/modes/prompt-action-autocomplete",
|
|
554
|
+
"@oh-my-pi/pi-coding-agent/modes/runtime-init",
|
|
555
|
+
"@oh-my-pi/pi-coding-agent/modes/session-observer-registry",
|
|
556
|
+
"@oh-my-pi/pi-coding-agent/modes/setup-version",
|
|
557
|
+
"@oh-my-pi/pi-coding-agent/modes/shared",
|
|
558
|
+
"@oh-my-pi/pi-coding-agent/modes/turn-budget",
|
|
559
|
+
"@oh-my-pi/pi-coding-agent/modes/types",
|
|
560
|
+
"@oh-my-pi/pi-coding-agent/modes/ultrathink",
|
|
561
|
+
"@oh-my-pi/pi-coding-agent/modes/workflow",
|
|
562
|
+
"@oh-my-pi/pi-coding-agent/modes/acp/acp-agent",
|
|
563
|
+
"@oh-my-pi/pi-coding-agent/modes/acp/acp-client-bridge",
|
|
564
|
+
"@oh-my-pi/pi-coding-agent/modes/acp/acp-event-mapper",
|
|
565
|
+
"@oh-my-pi/pi-coding-agent/modes/acp/acp-mode",
|
|
566
|
+
"@oh-my-pi/pi-coding-agent/modes/acp/terminal-auth",
|
|
567
|
+
"@oh-my-pi/pi-coding-agent/modes/components/advisor-message",
|
|
568
|
+
"@oh-my-pi/pi-coding-agent/modes/components/agent-dashboard",
|
|
569
|
+
"@oh-my-pi/pi-coding-agent/modes/components/agent-hub",
|
|
570
|
+
"@oh-my-pi/pi-coding-agent/modes/components/agent-transcript-viewer",
|
|
571
|
+
"@oh-my-pi/pi-coding-agent/modes/components/assistant-message",
|
|
572
|
+
"@oh-my-pi/pi-coding-agent/modes/components/background-tan-message",
|
|
573
|
+
"@oh-my-pi/pi-coding-agent/modes/components/bash-execution",
|
|
574
|
+
"@oh-my-pi/pi-coding-agent/modes/components/bordered-loader",
|
|
575
|
+
"@oh-my-pi/pi-coding-agent/modes/components/btw-panel",
|
|
576
|
+
"@oh-my-pi/pi-coding-agent/modes/components/cache-invalidation-marker",
|
|
577
|
+
"@oh-my-pi/pi-coding-agent/modes/components/chat-block",
|
|
578
|
+
"@oh-my-pi/pi-coding-agent/modes/components/chat-transcript-builder",
|
|
579
|
+
"@oh-my-pi/pi-coding-agent/modes/components/collab-prompt-message",
|
|
580
|
+
"@oh-my-pi/pi-coding-agent/modes/components/compaction-summary-message",
|
|
581
|
+
"@oh-my-pi/pi-coding-agent/modes/components/copy-selector",
|
|
582
|
+
"@oh-my-pi/pi-coding-agent/modes/components/countdown-timer",
|
|
583
|
+
"@oh-my-pi/pi-coding-agent/modes/components/custom-editor",
|
|
584
|
+
"@oh-my-pi/pi-coding-agent/modes/components/custom-message",
|
|
585
|
+
"@oh-my-pi/pi-coding-agent/modes/components/diff",
|
|
586
|
+
"@oh-my-pi/pi-coding-agent/modes/components/dynamic-border",
|
|
587
|
+
"@oh-my-pi/pi-coding-agent/modes/components/error-banner",
|
|
588
|
+
"@oh-my-pi/pi-coding-agent/modes/components/eval-execution",
|
|
589
|
+
"@oh-my-pi/pi-coding-agent/modes/components/execution-shared",
|
|
590
|
+
"@oh-my-pi/pi-coding-agent/modes/components/footer",
|
|
591
|
+
"@oh-my-pi/pi-coding-agent/modes/components/history-search",
|
|
592
|
+
"@oh-my-pi/pi-coding-agent/modes/components/hook-editor",
|
|
593
|
+
"@oh-my-pi/pi-coding-agent/modes/components/hook-input",
|
|
594
|
+
"@oh-my-pi/pi-coding-agent/modes/components/hook-message",
|
|
595
|
+
"@oh-my-pi/pi-coding-agent/modes/components/hook-selector",
|
|
596
|
+
"@oh-my-pi/pi-coding-agent/modes/components/keybinding-hints",
|
|
597
|
+
"@oh-my-pi/pi-coding-agent/modes/components/late-diagnostics-message",
|
|
598
|
+
"@oh-my-pi/pi-coding-agent/modes/components/login-dialog",
|
|
599
|
+
"@oh-my-pi/pi-coding-agent/modes/components/logout-account-selector",
|
|
600
|
+
"@oh-my-pi/pi-coding-agent/modes/components/mcp-add-wizard",
|
|
601
|
+
"@oh-my-pi/pi-coding-agent/modes/components/message-frame",
|
|
602
|
+
"@oh-my-pi/pi-coding-agent/modes/components/model-selector",
|
|
603
|
+
"@oh-my-pi/pi-coding-agent/modes/components/oauth-selector",
|
|
604
|
+
"@oh-my-pi/pi-coding-agent/modes/components/omfg-panel",
|
|
605
|
+
"@oh-my-pi/pi-coding-agent/modes/components/overlay-box",
|
|
606
|
+
"@oh-my-pi/pi-coding-agent/modes/components/plan-review-overlay",
|
|
607
|
+
"@oh-my-pi/pi-coding-agent/modes/components/plan-toc",
|
|
608
|
+
"@oh-my-pi/pi-coding-agent/modes/components/plugin-selector",
|
|
609
|
+
"@oh-my-pi/pi-coding-agent/modes/components/plugin-settings",
|
|
610
|
+
"@oh-my-pi/pi-coding-agent/modes/components/queue-mode-selector",
|
|
611
|
+
"@oh-my-pi/pi-coding-agent/modes/components/read-tool-group",
|
|
612
|
+
"@oh-my-pi/pi-coding-agent/modes/components/reset-usage-selector",
|
|
613
|
+
"@oh-my-pi/pi-coding-agent/modes/components/segment-track",
|
|
614
|
+
"@oh-my-pi/pi-coding-agent/modes/components/selector-helpers",
|
|
615
|
+
"@oh-my-pi/pi-coding-agent/modes/components/session-selector",
|
|
616
|
+
"@oh-my-pi/pi-coding-agent/modes/components/settings-defs",
|
|
617
|
+
"@oh-my-pi/pi-coding-agent/modes/components/settings-selector",
|
|
618
|
+
"@oh-my-pi/pi-coding-agent/modes/components/show-images-selector",
|
|
619
|
+
"@oh-my-pi/pi-coding-agent/modes/components/skill-message",
|
|
620
|
+
"@oh-my-pi/pi-coding-agent/modes/components/snapcompact-shape-preview",
|
|
621
|
+
"@oh-my-pi/pi-coding-agent/modes/components/theme-selector",
|
|
622
|
+
"@oh-my-pi/pi-coding-agent/modes/components/thinking-selector",
|
|
623
|
+
"@oh-my-pi/pi-coding-agent/modes/components/tiny-title-download-progress",
|
|
624
|
+
"@oh-my-pi/pi-coding-agent/modes/components/todo-reminder",
|
|
625
|
+
"@oh-my-pi/pi-coding-agent/modes/components/tool-execution",
|
|
626
|
+
"@oh-my-pi/pi-coding-agent/modes/components/transcript-container",
|
|
627
|
+
"@oh-my-pi/pi-coding-agent/modes/components/tree-selector",
|
|
628
|
+
"@oh-my-pi/pi-coding-agent/modes/components/ttsr-notification",
|
|
629
|
+
"@oh-my-pi/pi-coding-agent/modes/components/usage-row",
|
|
630
|
+
"@oh-my-pi/pi-coding-agent/modes/components/user-message-selector",
|
|
631
|
+
"@oh-my-pi/pi-coding-agent/modes/components/user-message",
|
|
632
|
+
"@oh-my-pi/pi-coding-agent/modes/components/visual-truncate",
|
|
633
|
+
"@oh-my-pi/pi-coding-agent/modes/components/welcome",
|
|
634
|
+
"@oh-my-pi/pi-coding-agent/modes/components/extensions/extension-dashboard",
|
|
635
|
+
"@oh-my-pi/pi-coding-agent/modes/components/extensions/extension-list",
|
|
636
|
+
"@oh-my-pi/pi-coding-agent/modes/components/extensions/inspector-panel",
|
|
637
|
+
"@oh-my-pi/pi-coding-agent/modes/components/extensions/state-manager",
|
|
638
|
+
"@oh-my-pi/pi-coding-agent/modes/components/extensions/types",
|
|
639
|
+
"@oh-my-pi/pi-coding-agent/modes/components/status-line/component",
|
|
640
|
+
"@oh-my-pi/pi-coding-agent/modes/components/status-line/context-thresholds",
|
|
641
|
+
"@oh-my-pi/pi-coding-agent/modes/components/status-line/git-utils",
|
|
642
|
+
"@oh-my-pi/pi-coding-agent/modes/components/status-line/presets",
|
|
643
|
+
"@oh-my-pi/pi-coding-agent/modes/components/status-line/segments",
|
|
644
|
+
"@oh-my-pi/pi-coding-agent/modes/components/status-line/separators",
|
|
645
|
+
"@oh-my-pi/pi-coding-agent/modes/components/status-line/token-rate",
|
|
646
|
+
"@oh-my-pi/pi-coding-agent/modes/components/status-line/types",
|
|
647
|
+
"@oh-my-pi/pi-coding-agent/modes/controllers/btw-controller",
|
|
648
|
+
"@oh-my-pi/pi-coding-agent/modes/controllers/command-controller-shared",
|
|
649
|
+
"@oh-my-pi/pi-coding-agent/modes/controllers/command-controller",
|
|
650
|
+
"@oh-my-pi/pi-coding-agent/modes/controllers/event-controller",
|
|
651
|
+
"@oh-my-pi/pi-coding-agent/modes/controllers/extension-ui-controller",
|
|
652
|
+
"@oh-my-pi/pi-coding-agent/modes/controllers/input-controller",
|
|
653
|
+
"@oh-my-pi/pi-coding-agent/modes/controllers/mcp-command-controller",
|
|
654
|
+
"@oh-my-pi/pi-coding-agent/modes/controllers/omfg-controller",
|
|
655
|
+
"@oh-my-pi/pi-coding-agent/modes/controllers/omfg-rule",
|
|
656
|
+
"@oh-my-pi/pi-coding-agent/modes/controllers/selector-controller",
|
|
657
|
+
"@oh-my-pi/pi-coding-agent/modes/controllers/session-focus-controller",
|
|
658
|
+
"@oh-my-pi/pi-coding-agent/modes/controllers/ssh-command-controller",
|
|
659
|
+
"@oh-my-pi/pi-coding-agent/modes/controllers/streaming-reveal",
|
|
660
|
+
"@oh-my-pi/pi-coding-agent/modes/controllers/tan-command-controller",
|
|
661
|
+
"@oh-my-pi/pi-coding-agent/modes/controllers/todo-command-controller",
|
|
662
|
+
"@oh-my-pi/pi-coding-agent/modes/controllers/tool-args-reveal",
|
|
663
|
+
"@oh-my-pi/pi-coding-agent/modes/setup-wizard/lazy",
|
|
664
|
+
"@oh-my-pi/pi-coding-agent/modes/setup-wizard/startup-splash",
|
|
665
|
+
"@oh-my-pi/pi-coding-agent/modes/setup-wizard/wizard-overlay",
|
|
666
|
+
"@oh-my-pi/pi-coding-agent/modes/rpc/host-tools",
|
|
667
|
+
"@oh-my-pi/pi-coding-agent/modes/rpc/host-uris",
|
|
668
|
+
"@oh-my-pi/pi-coding-agent/modes/rpc/rpc-client",
|
|
669
|
+
"@oh-my-pi/pi-coding-agent/modes/rpc/rpc-mode",
|
|
670
|
+
"@oh-my-pi/pi-coding-agent/modes/rpc/rpc-subagents",
|
|
671
|
+
"@oh-my-pi/pi-coding-agent/modes/rpc/rpc-types",
|
|
672
|
+
"@oh-my-pi/pi-coding-agent/modes/theme/mermaid-cache",
|
|
673
|
+
"@oh-my-pi/pi-coding-agent/modes/theme/shimmer",
|
|
674
|
+
"@oh-my-pi/pi-coding-agent/modes/theme/theme",
|
|
675
|
+
"@oh-my-pi/pi-coding-agent/modes/utils/context-usage",
|
|
676
|
+
"@oh-my-pi/pi-coding-agent/modes/utils/copy-targets",
|
|
677
|
+
"@oh-my-pi/pi-coding-agent/modes/utils/hotkeys-markdown",
|
|
678
|
+
"@oh-my-pi/pi-coding-agent/modes/utils/interactive-context-helpers",
|
|
679
|
+
"@oh-my-pi/pi-coding-agent/modes/utils/keybinding-matchers",
|
|
680
|
+
"@oh-my-pi/pi-coding-agent/modes/utils/tools-markdown",
|
|
681
|
+
"@oh-my-pi/pi-coding-agent/modes/utils/transcript-render-helpers",
|
|
682
|
+
"@oh-my-pi/pi-coding-agent/modes/utils/ui-helpers",
|
|
683
|
+
"@oh-my-pi/pi-coding-agent/plan-mode/approved-plan",
|
|
684
|
+
"@oh-my-pi/pi-coding-agent/plan-mode/plan-handoff",
|
|
685
|
+
"@oh-my-pi/pi-coding-agent/plan-mode/plan-protection",
|
|
686
|
+
"@oh-my-pi/pi-coding-agent/plan-mode/state",
|
|
687
|
+
"@oh-my-pi/pi-coding-agent/secrets/obfuscator",
|
|
688
|
+
"@oh-my-pi/pi-coding-agent/secrets/regex",
|
|
689
|
+
"@oh-my-pi/pi-coding-agent/session/agent-session",
|
|
690
|
+
"@oh-my-pi/pi-coding-agent/session/agent-storage",
|
|
691
|
+
"@oh-my-pi/pi-coding-agent/session/artifacts",
|
|
692
|
+
"@oh-my-pi/pi-coding-agent/session/auth-broker-config",
|
|
693
|
+
"@oh-my-pi/pi-coding-agent/session/auth-storage",
|
|
694
|
+
"@oh-my-pi/pi-coding-agent/session/blob-store",
|
|
695
|
+
"@oh-my-pi/pi-coding-agent/session/client-bridge",
|
|
696
|
+
"@oh-my-pi/pi-coding-agent/session/codex-auto-reset",
|
|
697
|
+
"@oh-my-pi/pi-coding-agent/session/compact-modes",
|
|
698
|
+
"@oh-my-pi/pi-coding-agent/session/history-storage",
|
|
699
|
+
"@oh-my-pi/pi-coding-agent/session/indexed-session-storage",
|
|
700
|
+
"@oh-my-pi/pi-coding-agent/session/messages",
|
|
701
|
+
"@oh-my-pi/pi-coding-agent/session/provider-image-budget",
|
|
702
|
+
"@oh-my-pi/pi-coding-agent/session/redis-session-storage",
|
|
703
|
+
"@oh-my-pi/pi-coding-agent/session/session-context",
|
|
704
|
+
"@oh-my-pi/pi-coding-agent/session/session-dump-format",
|
|
705
|
+
"@oh-my-pi/pi-coding-agent/session/session-entries",
|
|
706
|
+
"@oh-my-pi/pi-coding-agent/session/session-history-format",
|
|
707
|
+
"@oh-my-pi/pi-coding-agent/session/session-listing",
|
|
708
|
+
"@oh-my-pi/pi-coding-agent/session/session-loader",
|
|
709
|
+
"@oh-my-pi/pi-coding-agent/session/session-manager",
|
|
710
|
+
"@oh-my-pi/pi-coding-agent/session/session-migrations",
|
|
711
|
+
"@oh-my-pi/pi-coding-agent/session/session-paths",
|
|
712
|
+
"@oh-my-pi/pi-coding-agent/session/session-persistence",
|
|
713
|
+
"@oh-my-pi/pi-coding-agent/session/session-storage",
|
|
714
|
+
"@oh-my-pi/pi-coding-agent/session/shake-types",
|
|
715
|
+
"@oh-my-pi/pi-coding-agent/session/snapcompact-inline",
|
|
716
|
+
"@oh-my-pi/pi-coding-agent/session/snapcompact-savings-journal",
|
|
717
|
+
"@oh-my-pi/pi-coding-agent/session/sql-session-storage",
|
|
718
|
+
"@oh-my-pi/pi-coding-agent/session/streaming-output",
|
|
719
|
+
"@oh-my-pi/pi-coding-agent/session/tool-choice-queue",
|
|
720
|
+
"@oh-my-pi/pi-coding-agent/session/unexpected-stop-classifier",
|
|
721
|
+
"@oh-my-pi/pi-coding-agent/session/yield-queue",
|
|
722
|
+
"@oh-my-pi/pi-coding-agent/slash-commands/acp-builtins",
|
|
723
|
+
"@oh-my-pi/pi-coding-agent/slash-commands/available-commands",
|
|
724
|
+
"@oh-my-pi/pi-coding-agent/slash-commands/builtin-registry",
|
|
725
|
+
"@oh-my-pi/pi-coding-agent/slash-commands/marketplace-install-parser",
|
|
726
|
+
"@oh-my-pi/pi-coding-agent/slash-commands/types",
|
|
727
|
+
"@oh-my-pi/pi-coding-agent/ssh/config-writer",
|
|
728
|
+
"@oh-my-pi/pi-coding-agent/ssh/connection-manager",
|
|
729
|
+
"@oh-my-pi/pi-coding-agent/ssh/ssh-executor",
|
|
730
|
+
"@oh-my-pi/pi-coding-agent/ssh/sshfs-mount",
|
|
731
|
+
"@oh-my-pi/pi-coding-agent/ssh/utils",
|
|
732
|
+
"@oh-my-pi/pi-coding-agent/stt/asr-client",
|
|
733
|
+
"@oh-my-pi/pi-coding-agent/stt/asr-protocol",
|
|
734
|
+
"@oh-my-pi/pi-coding-agent/stt/asr-worker",
|
|
735
|
+
"@oh-my-pi/pi-coding-agent/stt/downloader",
|
|
736
|
+
"@oh-my-pi/pi-coding-agent/stt/endpointer",
|
|
737
|
+
"@oh-my-pi/pi-coding-agent/stt/models",
|
|
738
|
+
"@oh-my-pi/pi-coding-agent/stt/recorder",
|
|
739
|
+
"@oh-my-pi/pi-coding-agent/stt/stt-controller",
|
|
740
|
+
"@oh-my-pi/pi-coding-agent/stt/transcriber",
|
|
741
|
+
"@oh-my-pi/pi-coding-agent/stt/wav",
|
|
742
|
+
"@oh-my-pi/pi-coding-agent/task/agents",
|
|
743
|
+
"@oh-my-pi/pi-coding-agent/task/commands",
|
|
744
|
+
"@oh-my-pi/pi-coding-agent/task/discovery",
|
|
745
|
+
"@oh-my-pi/pi-coding-agent/task/executor",
|
|
746
|
+
"@oh-my-pi/pi-coding-agent/task/isolation-runner",
|
|
747
|
+
"@oh-my-pi/pi-coding-agent/task/name-generator",
|
|
748
|
+
"@oh-my-pi/pi-coding-agent/task/omp-command",
|
|
749
|
+
"@oh-my-pi/pi-coding-agent/task/output-manager",
|
|
750
|
+
"@oh-my-pi/pi-coding-agent/task/parallel",
|
|
751
|
+
"@oh-my-pi/pi-coding-agent/task/persisted-revive",
|
|
752
|
+
"@oh-my-pi/pi-coding-agent/task/render",
|
|
753
|
+
"@oh-my-pi/pi-coding-agent/task/repair-args",
|
|
754
|
+
"@oh-my-pi/pi-coding-agent/task/subprocess-tool-registry",
|
|
755
|
+
"@oh-my-pi/pi-coding-agent/task/types",
|
|
756
|
+
"@oh-my-pi/pi-coding-agent/task/worktree",
|
|
757
|
+
"@oh-my-pi/pi-coding-agent/tool-discovery/mode",
|
|
758
|
+
"@oh-my-pi/pi-coding-agent/tool-discovery/tool-index",
|
|
759
|
+
"@oh-my-pi/pi-coding-agent/tools/acp-bridge",
|
|
760
|
+
"@oh-my-pi/pi-coding-agent/tools/approval",
|
|
761
|
+
"@oh-my-pi/pi-coding-agent/tools/ask",
|
|
762
|
+
"@oh-my-pi/pi-coding-agent/tools/ast-edit",
|
|
763
|
+
"@oh-my-pi/pi-coding-agent/tools/ast-grep",
|
|
764
|
+
"@oh-my-pi/pi-coding-agent/tools/auto-generated-guard",
|
|
765
|
+
"@oh-my-pi/pi-coding-agent/tools/bash-command-fixup",
|
|
766
|
+
"@oh-my-pi/pi-coding-agent/tools/bash-interactive",
|
|
767
|
+
"@oh-my-pi/pi-coding-agent/tools/bash-interceptor",
|
|
768
|
+
"@oh-my-pi/pi-coding-agent/tools/bash-pty-selection",
|
|
769
|
+
"@oh-my-pi/pi-coding-agent/tools/bash-skill-urls",
|
|
770
|
+
"@oh-my-pi/pi-coding-agent/tools/bash",
|
|
771
|
+
"@oh-my-pi/pi-coding-agent/tools/browser",
|
|
772
|
+
"@oh-my-pi/pi-coding-agent/tools/builtin-names",
|
|
773
|
+
"@oh-my-pi/pi-coding-agent/tools/checkpoint",
|
|
774
|
+
"@oh-my-pi/pi-coding-agent/tools/conflict-detect",
|
|
775
|
+
"@oh-my-pi/pi-coding-agent/tools/context",
|
|
776
|
+
"@oh-my-pi/pi-coding-agent/tools/debug",
|
|
777
|
+
"@oh-my-pi/pi-coding-agent/tools/eval-backends",
|
|
778
|
+
"@oh-my-pi/pi-coding-agent/tools/eval-render",
|
|
779
|
+
"@oh-my-pi/pi-coding-agent/tools/eval",
|
|
780
|
+
"@oh-my-pi/pi-coding-agent/tools/fetch",
|
|
781
|
+
"@oh-my-pi/pi-coding-agent/tools/file-recorder",
|
|
782
|
+
"@oh-my-pi/pi-coding-agent/tools/find",
|
|
783
|
+
"@oh-my-pi/pi-coding-agent/tools/fs-cache-invalidation",
|
|
784
|
+
"@oh-my-pi/pi-coding-agent/tools/gh-cache-invalidation",
|
|
785
|
+
"@oh-my-pi/pi-coding-agent/tools/gh-format",
|
|
786
|
+
"@oh-my-pi/pi-coding-agent/tools/gh-renderer",
|
|
787
|
+
"@oh-my-pi/pi-coding-agent/tools/gh",
|
|
788
|
+
"@oh-my-pi/pi-coding-agent/tools/github-cache",
|
|
789
|
+
"@oh-my-pi/pi-coding-agent/tools/grouped-file-output",
|
|
790
|
+
"@oh-my-pi/pi-coding-agent/tools/image-gen",
|
|
791
|
+
"@oh-my-pi/pi-coding-agent/tools/inspect-image-renderer",
|
|
792
|
+
"@oh-my-pi/pi-coding-agent/tools/inspect-image",
|
|
793
|
+
"@oh-my-pi/pi-coding-agent/tools/irc",
|
|
794
|
+
"@oh-my-pi/pi-coding-agent/tools/job",
|
|
795
|
+
"@oh-my-pi/pi-coding-agent/tools/json-tree",
|
|
796
|
+
"@oh-my-pi/pi-coding-agent/tools/jtd-to-json-schema",
|
|
797
|
+
"@oh-my-pi/pi-coding-agent/tools/jtd-to-typescript",
|
|
798
|
+
"@oh-my-pi/pi-coding-agent/tools/jtd-utils",
|
|
799
|
+
"@oh-my-pi/pi-coding-agent/tools/learn",
|
|
800
|
+
"@oh-my-pi/pi-coding-agent/tools/list-limit",
|
|
801
|
+
"@oh-my-pi/pi-coding-agent/tools/manage-skill",
|
|
802
|
+
"@oh-my-pi/pi-coding-agent/tools/match-line-format",
|
|
803
|
+
"@oh-my-pi/pi-coding-agent/tools/memory-edit",
|
|
804
|
+
"@oh-my-pi/pi-coding-agent/tools/memory-recall",
|
|
805
|
+
"@oh-my-pi/pi-coding-agent/tools/memory-reflect",
|
|
806
|
+
"@oh-my-pi/pi-coding-agent/tools/memory-render",
|
|
807
|
+
"@oh-my-pi/pi-coding-agent/tools/memory-retain",
|
|
808
|
+
"@oh-my-pi/pi-coding-agent/tools/output-meta",
|
|
809
|
+
"@oh-my-pi/pi-coding-agent/tools/output-schema-validator",
|
|
810
|
+
"@oh-my-pi/pi-coding-agent/tools/path-utils",
|
|
811
|
+
"@oh-my-pi/pi-coding-agent/tools/plan-mode-guard",
|
|
812
|
+
"@oh-my-pi/pi-coding-agent/tools/read",
|
|
813
|
+
"@oh-my-pi/pi-coding-agent/tools/render-utils",
|
|
814
|
+
"@oh-my-pi/pi-coding-agent/tools/renderers",
|
|
815
|
+
"@oh-my-pi/pi-coding-agent/tools/report-tool-issue",
|
|
816
|
+
"@oh-my-pi/pi-coding-agent/tools/resolve",
|
|
817
|
+
"@oh-my-pi/pi-coding-agent/tools/review",
|
|
818
|
+
"@oh-my-pi/pi-coding-agent/tools/search-tool-bm25",
|
|
819
|
+
"@oh-my-pi/pi-coding-agent/tools/search",
|
|
820
|
+
"@oh-my-pi/pi-coding-agent/tools/sqlite-reader",
|
|
821
|
+
"@oh-my-pi/pi-coding-agent/tools/ssh",
|
|
822
|
+
"@oh-my-pi/pi-coding-agent/tools/todo",
|
|
823
|
+
"@oh-my-pi/pi-coding-agent/tools/tool-errors",
|
|
824
|
+
"@oh-my-pi/pi-coding-agent/tools/tool-result",
|
|
825
|
+
"@oh-my-pi/pi-coding-agent/tools/tool-timeouts",
|
|
826
|
+
"@oh-my-pi/pi-coding-agent/tools/tts",
|
|
827
|
+
"@oh-my-pi/pi-coding-agent/tools/write",
|
|
828
|
+
"@oh-my-pi/pi-coding-agent/tools/yield",
|
|
829
|
+
"@oh-my-pi/pi-coding-agent/tui/code-cell",
|
|
830
|
+
"@oh-my-pi/pi-coding-agent/tui/file-list",
|
|
831
|
+
"@oh-my-pi/pi-coding-agent/tui/hyperlink",
|
|
832
|
+
"@oh-my-pi/pi-coding-agent/tui/output-block",
|
|
833
|
+
"@oh-my-pi/pi-coding-agent/tui/status-line",
|
|
834
|
+
"@oh-my-pi/pi-coding-agent/tui/tree-list",
|
|
835
|
+
"@oh-my-pi/pi-coding-agent/tui/types",
|
|
836
|
+
"@oh-my-pi/pi-coding-agent/tui/utils",
|
|
837
|
+
"@oh-my-pi/pi-coding-agent/tui/width-aware-text",
|
|
838
|
+
"@oh-my-pi/pi-coding-agent/utils/block-context",
|
|
839
|
+
"@oh-my-pi/pi-coding-agent/utils/changelog",
|
|
840
|
+
"@oh-my-pi/pi-coding-agent/utils/clipboard",
|
|
841
|
+
"@oh-my-pi/pi-coding-agent/utils/command-args",
|
|
842
|
+
"@oh-my-pi/pi-coding-agent/utils/commit-message-generator",
|
|
843
|
+
"@oh-my-pi/pi-coding-agent/utils/edit-mode",
|
|
844
|
+
"@oh-my-pi/pi-coding-agent/utils/enhanced-paste",
|
|
845
|
+
"@oh-my-pi/pi-coding-agent/utils/event-bus",
|
|
846
|
+
"@oh-my-pi/pi-coding-agent/utils/external-editor",
|
|
847
|
+
"@oh-my-pi/pi-coding-agent/utils/file-display-mode",
|
|
848
|
+
"@oh-my-pi/pi-coding-agent/utils/file-mentions",
|
|
849
|
+
"@oh-my-pi/pi-coding-agent/utils/git",
|
|
850
|
+
"@oh-my-pi/pi-coding-agent/utils/image-loading",
|
|
851
|
+
"@oh-my-pi/pi-coding-agent/utils/image-resize",
|
|
852
|
+
"@oh-my-pi/pi-coding-agent/utils/image-vision-fallback",
|
|
853
|
+
"@oh-my-pi/pi-coding-agent/utils/ipc",
|
|
854
|
+
"@oh-my-pi/pi-coding-agent/utils/jj",
|
|
855
|
+
"@oh-my-pi/pi-coding-agent/utils/lang-from-path",
|
|
856
|
+
"@oh-my-pi/pi-coding-agent/utils/markit",
|
|
857
|
+
"@oh-my-pi/pi-coding-agent/utils/mupdf-wasm-embed",
|
|
858
|
+
"@oh-my-pi/pi-coding-agent/utils/open",
|
|
859
|
+
"@oh-my-pi/pi-coding-agent/utils/qrcode",
|
|
860
|
+
"@oh-my-pi/pi-coding-agent/utils/session-color",
|
|
861
|
+
"@oh-my-pi/pi-coding-agent/utils/shell-snapshot",
|
|
862
|
+
"@oh-my-pi/pi-coding-agent/utils/sixel",
|
|
863
|
+
"@oh-my-pi/pi-coding-agent/utils/thinking-display",
|
|
864
|
+
"@oh-my-pi/pi-coding-agent/utils/title-generator",
|
|
865
|
+
"@oh-my-pi/pi-coding-agent/utils/tool-choice",
|
|
866
|
+
"@oh-my-pi/pi-coding-agent/utils/tools-manager",
|
|
867
|
+
"@oh-my-pi/pi-coding-agent/utils/turndown",
|
|
868
|
+
"@oh-my-pi/pi-coding-agent/utils/zip",
|
|
869
|
+
"@oh-my-pi/pi-coding-agent/web/kagi",
|
|
870
|
+
"@oh-my-pi/pi-coding-agent/web/parallel",
|
|
871
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/artifacthub",
|
|
872
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/arxiv",
|
|
873
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/aur",
|
|
874
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/biorxiv",
|
|
875
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/bluesky",
|
|
876
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/brew",
|
|
877
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/cheatsh",
|
|
878
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/chocolatey",
|
|
879
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/choosealicense",
|
|
880
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/cisa-kev",
|
|
881
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/clojars",
|
|
882
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/coingecko",
|
|
883
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/crates-io",
|
|
884
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/crossref",
|
|
885
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/devto",
|
|
886
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/discogs",
|
|
887
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/discourse",
|
|
888
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/dockerhub",
|
|
889
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/docs-rs",
|
|
890
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/fdroid",
|
|
891
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/firefox-addons",
|
|
892
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/flathub",
|
|
893
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/github-gist",
|
|
894
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/github",
|
|
895
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/gitlab",
|
|
896
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/go-pkg",
|
|
897
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/hackage",
|
|
898
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/hackernews",
|
|
899
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/hex",
|
|
900
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/huggingface",
|
|
901
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/iacr",
|
|
902
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/jetbrains-marketplace",
|
|
903
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/lemmy",
|
|
904
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/lobsters",
|
|
905
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/mastodon",
|
|
906
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/maven",
|
|
907
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/mdn",
|
|
908
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/metacpan",
|
|
909
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/musicbrainz",
|
|
910
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/npm",
|
|
911
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/nuget",
|
|
912
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/nvd",
|
|
913
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/ollama",
|
|
914
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/open-vsx",
|
|
915
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/opencorporates",
|
|
916
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/openlibrary",
|
|
917
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/orcid",
|
|
918
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/osv",
|
|
919
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/packagist",
|
|
920
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/pub-dev",
|
|
921
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/pubmed",
|
|
922
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/pypi",
|
|
923
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/rawg",
|
|
924
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/readthedocs",
|
|
925
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/reddit",
|
|
926
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/repology",
|
|
927
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/rfc",
|
|
928
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/rubygems",
|
|
929
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/searchcode",
|
|
930
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/sec-edgar",
|
|
931
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/semantic-scholar",
|
|
932
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/snapcraft",
|
|
933
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/sourcegraph",
|
|
934
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/spdx",
|
|
935
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/spotify",
|
|
936
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/stackoverflow",
|
|
937
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/terraform",
|
|
938
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/tldr",
|
|
939
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/twitter",
|
|
940
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/types",
|
|
941
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/utils",
|
|
942
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/vimeo",
|
|
943
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/vscode-marketplace",
|
|
944
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/w3c",
|
|
945
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/wikidata",
|
|
946
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/wikipedia",
|
|
947
|
+
"@oh-my-pi/pi-coding-agent/web/scrapers/youtube",
|
|
948
|
+
"@oh-my-pi/pi-coding-agent/web/search/provider",
|
|
949
|
+
"@oh-my-pi/pi-coding-agent/web/search/render",
|
|
950
|
+
"@oh-my-pi/pi-coding-agent/web/search/types",
|
|
951
|
+
"@oh-my-pi/pi-coding-agent/web/search/utils",
|
|
952
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/anthropic",
|
|
953
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/base",
|
|
954
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/brave",
|
|
955
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/codex",
|
|
956
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/exa",
|
|
957
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/gemini",
|
|
958
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/jina",
|
|
959
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/kagi",
|
|
960
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/kimi",
|
|
961
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/parallel",
|
|
962
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/perplexity-auth",
|
|
963
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/perplexity",
|
|
964
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/searxng",
|
|
965
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/synthetic",
|
|
966
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/tavily",
|
|
967
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/utils",
|
|
968
|
+
"@oh-my-pi/pi-coding-agent/web/search/providers/zai",
|
|
969
|
+
"@oh-my-pi/pi-natives",
|
|
970
|
+
"@oh-my-pi/pi-tui",
|
|
971
|
+
"@oh-my-pi/pi-tui/components/box",
|
|
972
|
+
"@oh-my-pi/pi-tui/components/cancellable-loader",
|
|
973
|
+
"@oh-my-pi/pi-tui/components/editor",
|
|
974
|
+
"@oh-my-pi/pi-tui/components/image",
|
|
975
|
+
"@oh-my-pi/pi-tui/components/input",
|
|
976
|
+
"@oh-my-pi/pi-tui/components/loader",
|
|
977
|
+
"@oh-my-pi/pi-tui/components/markdown",
|
|
978
|
+
"@oh-my-pi/pi-tui/components/scroll-view",
|
|
979
|
+
"@oh-my-pi/pi-tui/components/select-list",
|
|
980
|
+
"@oh-my-pi/pi-tui/components/settings-list",
|
|
981
|
+
"@oh-my-pi/pi-tui/components/spacer",
|
|
982
|
+
"@oh-my-pi/pi-tui/components/tab-bar",
|
|
983
|
+
"@oh-my-pi/pi-tui/components/text",
|
|
984
|
+
"@oh-my-pi/pi-tui/components/truncated-text",
|
|
985
|
+
"@oh-my-pi/pi-utils",
|
|
986
|
+
"typebox",
|
|
987
|
+
]);
|