pi-mono/packages/coding-agent/test
2026-05-13 12:19:45 +02:00
..
fixtures fix(coding-agent,tui): drop typebox compiler shim and fix progress 2026-04-22 21:12:20 +02:00
session-manager fix: align OpenAI cache affinity and use uuidv7 session ids 2026-04-14 23:20:13 +02:00
suite chore(deps): Kill small dependencies (#4467) 2026-05-13 10:44:56 +02:00
agent-session-auto-compaction-queue.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
agent-session-branching.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
agent-session-compaction.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
agent-session-concurrent.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
agent-session-dynamic-provider.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
agent-session-dynamic-tools.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
agent-session-retry.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
agent-session-runtime-events.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
agent-session-stats.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
agent-session-tree-navigation.test.ts fix(coding-agent): queue messages during branch summarization (#1803) 2026-03-04 08:55:30 +01:00
ansi-utils.test.ts chore(deps): Kill small dependencies (#4467) 2026-05-13 10:44:56 +02:00
args.test.ts fix(coding-agent): handle frontmatter prompts in print mode 2026-05-04 22:37:38 +02:00
assistant-message.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
auth-storage.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
bash-close-hang-windows.test.ts fix(coding-agent): remove process-cwd tool singletons and use tool-name allowlists 2026-04-20 22:05:28 +02:00
bash-execution-width.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
block-images.test.ts Add blockImages setting to prevent images from being sent to LLM providers 2026-01-06 11:59:09 +01:00
clipboard-image-bmp-conversion.test.ts fix(coding-agent): convert clipboard BMP images to PNG on paste 2026-01-31 23:24:10 +01:00
clipboard-image.test.ts fix(coding-agent): fix WSL clipboard image paste 2026-04-30 23:08:51 +02:00
clipboard.test.ts test(ai,coding-agent): stabilize env-sensitive test cases (#4119) 2026-05-03 12:55:23 +02:00
compaction-extensions-example.test.ts fix(coding-agent): resolve models.json auth per request closes #1835 2026-03-27 00:47:40 +01:00
compaction-extensions.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
compaction-serialization.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
compaction-summary-reasoning.test.ts fix(compaction): clamp summary output tokens 2026-05-11 16:36:27 +02:00
compaction.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
config.test.ts chore: migrate packages to earendil works scope 2026-05-07 17:13:48 +02:00
edit-tool-legacy-input.test.ts fix(coding-agent): coerce stringified JSON edits in edit tool (#3370) 2026-04-18 18:29:23 +02:00
edit-tool-no-full-redraw.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
export-html-skill-block.test.ts fix(coding-agent): strip skill wrapper XML from HTML export user messages (#4234) 2026-05-06 18:06:37 +02:00
export-html-whitespace.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
export-html-xss.test.ts fix(coding-agent): escape exported session metadata (#3883) 2026-04-28 11:46:42 +02:00
extensions-discovery.test.ts fix(typebox): migrate to v1 with extension compat (#3474) 2026-04-22 19:59:33 +02:00
extensions-input-event.test.ts feat(ai,coding-agent): add faux provider and ModelRegistry factories 2026-03-29 21:08:50 +02:00
extensions-runner.test.ts fix(typebox): migrate to v1 with extension compat (#3474) 2026-04-22 19:59:33 +02:00
file-mutation-queue.test.ts fix(coding-agent): simplify edit tool input closes #2639 2026-03-28 22:10:34 +01:00
footer-data-provider.test.ts fix(coding-agent,mom): retry fs watchers on async errors closes #3564 2026-04-22 23:03:19 +02:00
footer-width.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
frontmatter.test.ts Centralize frontmatter parsing + parse frontmatter with yaml library (#728) 2026-01-16 00:31:53 +01:00
git-ssh-url.test.ts fix(coding-agent): tighten git source parsing and local path normalization (fixes #1426) 2026-02-12 21:28:06 +01:00
git-update.test.ts test(coding-agent): stabilize git update branch setup 2026-03-25 22:15:19 +01:00
image-processing.test.ts fix(coding-agent): enforce safe auto-resized image limits closes #2055 2026-03-22 21:48:34 +01:00
image-resize-callers.test.ts fix(coding-agent): enforce safe auto-resized image limits closes #2055 2026-03-22 21:48:34 +01:00
initial-message.test.ts refactor(coding-agent): replace AgentSessionRuntimeHost with closure-based AgentSessionRuntime 2026-04-03 20:14:12 +02:00
interactive-mode-anthropic-warning.test.ts feat(coding-agent): add warnings.anthropicExtraUsage opt-out 2026-04-27 20:36:00 +02:00
interactive-mode-clone-command.test.ts test(coding-agent): update stale mocks and fix /clone expectation (#3608) 2026-04-23 20:52:03 +02:00
interactive-mode-compaction.test.ts test(coding-agent): update stale mocks and fix /clone expectation (#3608) 2026-04-23 20:52:03 +02:00
interactive-mode-import-command.test.ts fix(coding-agent): parse quoted import paths and missing files 2026-04-17 00:02:14 +02:00
interactive-mode-status.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
interactive-mode-suspend.test.ts fix(coding-agent): handle ctrl+z on windows closes #3191 2026-04-16 12:33:47 +02:00
keybindings-migration.test.ts refactor(coding-agent): replace AgentSessionRuntimeHost with closure-based AgentSessionRuntime 2026-04-03 20:14:12 +02:00
model-registry.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
model-resolver.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
oauth-selector.test.ts chore(deps): Kill small dependencies (#4467) 2026-05-13 10:44:56 +02:00
package-command-paths.test.ts fix(coding-agent): detect renamed npm self updates 2026-05-07 20:59:49 +02:00
package-manager-ssh.test.ts fix(coding-agent): tighten git source parsing and local path normalization (fixes #1426) 2026-02-12 21:28:06 +01:00
package-manager.test.ts fix(coding-agent): preserve .agents provenance in skill metadata 2026-05-06 09:40:37 +02:00
path-utils.test.ts handle lower case am/pm in macos screenshot names (#3194) 2026-04-15 12:00:46 +02:00
paths.test.ts fix(coding-agent): disambiguate resource paths 2026-05-08 00:16:28 +02:00
pi-user-agent.test.ts feat: Update check against pi.dev (#3877) 2026-04-28 12:48:27 +02:00
plan-mode-utils.test.ts feat(plan-mode): enhanced plan mode with explicit step tracking (#694) 2026-01-13 17:53:11 +01:00
print-mode.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
prompt-templates.test.ts fix(coding-agent): remove process-cwd tool singletons and use tool-name allowlists 2026-04-20 22:05:28 +02:00
resource-loader.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
restore-sandbox-env.test.ts fix(coding-agent,ai): fallback to /proc/self/environ in Bun sandbox (#3801) 2026-04-27 18:36:53 +02:00
rpc-client-clone.test.ts fix(coding-agent): split /clone from /fork UX 2026-04-20 14:33:32 +02:00
rpc-example.ts Update RPC example to use RpcClient 2025-12-09 14:44:13 +01:00
rpc-jsonl.test.ts fix(coding-agent): use strict JSONL framing fixes #1911 2026-03-07 14:34:27 +01:00
rpc-prompt-response-semantics.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
rpc.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
sdk-codex-cache-probe-tool-loop.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
sdk-openrouter-attribution.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
sdk-session-manager.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
sdk-skills.test.ts fix(coding-agent): unify source provenance, closes #1734 2026-03-23 02:02:42 +01:00
session-cwd.test.ts fix(coding-agent): handle missing session cwd 2026-04-05 21:24:32 +02:00
session-info-modified-timestamp.test.ts fix(coding-agent,tui): stabilize windows shell/path handling 2026-03-14 05:36:21 +01:00
session-selector-path-delete.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
session-selector-rename.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
session-selector-search.test.ts feat(coding-agent): add named-only filter toggle to /resume picker (#1128) 2026-02-01 19:03:38 +01:00
settings-manager-bug.test.ts refactor(coding-agent): improve settings storage semantics and error handling 2026-02-17 00:08:32 +01:00
settings-manager.test.ts fix(coding-agent): expand ~ in sessionDir 2026-04-22 00:21:57 +02:00
skills.test.ts fix(coding-agent): remove process-cwd tool singletons and use tool-name allowlists 2026-04-20 22:05:28 +02:00
stdout-cleanliness.test.ts fix(typebox): migrate to v1 with extension compat (#3474) 2026-04-22 19:59:33 +02:00
streaming-render-debug.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
syntax-highlight.test.ts chore(deps): replace cli-highlight (#4468) 2026-05-13 12:19:45 +02:00
system-prompt.test.ts fix(coding-agent): remove process-cwd tool singletons and use tool-name allowlists 2026-04-20 22:05:28 +02:00
test-harness.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
test-harness.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
test-theme-colors.ts Improve light theme color contrast for WCAG compliance (#682) 2026-01-13 13:03:04 +01:00
theme-export.test.ts fix(coding-agent): resolve theme export variables closes #2707 2026-03-31 14:41:50 +02:00
tool-execution-component.test.ts chore(deps): Kill small dependencies (#4467) 2026-05-13 10:44:56 +02:00
tools.test.ts fix(coding-agent): stream bash output incrementally (#4165) 2026-05-04 19:06:07 +02:00
tree-selector.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
trigger-compact-extension.test.ts fix: expose abort signal to extensions closes #2660 2026-03-28 22:25:06 +01:00
truncate-to-width.test.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
user-message.test.ts fix(coding-agent): stabilize user message OSC 133 padding closes #3090 2026-04-17 00:22:39 +02:00
utilities.ts chore: migrate pi packages to earendil works scope 2026-05-07 15:59:42 +02:00
version-check.test.ts feat(coding-agent): support renamed self-update package 2026-05-07 16:11:18 +02:00