| .. |
|
fixtures
|
feat(coding-agent): support disable-model-invocation frontmatter for skills
|
2026-01-24 03:34:40 +01:00 |
|
session-manager
|
fix(coding-agent): prevent duplicate session headers when forking from pre-assistant entry
|
2026-02-27 22:18:26 +01:00 |
|
agent-session-auto-compaction-queue.test.ts
|
fix(coding-agent): stop overflow auto-compaction cascades
|
2026-03-03 17:19:42 +01:00 |
|
agent-session-branching.test.ts
|
refactor(coding-agent): move auth storage to backend abstraction
|
2026-02-17 19:57:21 +01:00 |
|
agent-session-compaction.test.ts
|
refactor(coding-agent): move auth storage to backend abstraction
|
2026-02-17 19:57:21 +01:00 |
|
agent-session-concurrent.test.ts
|
fix(coding-agent): serialize session event handling to preserve message order (fixes #1717)
|
2026-03-02 20:48:22 +01:00 |
|
agent-session-dynamic-tools.test.ts
|
fix(coding-agent): add tool promptGuidelines support fixes #1720
|
2026-03-02 22:50:08 +01:00 |
|
agent-session-retry.test.ts
|
fix(coding-agent): close retry wait race across queued events (from #1726)
|
2026-03-02 23:20:16 +01:00 |
|
agent-session-tree-navigation.test.ts
|
fix(coding-agent): queue messages during branch summarization (#1803)
|
2026-03-04 08:55:30 +01:00 |
|
args.test.ts
|
fix(coding-agent): add offline startup mode and network timeouts (#1631)
|
2026-02-25 19:44:49 +01:00 |
|
auth-storage.test.ts
|
fix(ai,coding-agent): make pi-ai browser-safe and move OAuth runtime exports
|
2026-03-04 20:21:25 +01: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): guard clipboard native load
|
2026-02-02 00:23:12 +01:00 |
|
compaction-extensions-example.test.ts
|
Merge hooks and custom-tools into unified extensions system (#454)
|
2026-01-05 01:43:35 +01:00 |
|
compaction-extensions.test.ts
|
refactor(coding-agent): move auth storage to backend abstraction
|
2026-02-17 19:57:21 +01:00 |
|
compaction-summary-reasoning.test.ts
|
fix(coding-agent): avoid compaction reasoning for non-reasoning models (#1793)
|
2026-03-04 08:53:33 +01:00 |
|
compaction-thinking-model.test.ts
|
fix(ai): use parametersJsonSchema for Google tool declarations, revert Antigravity opus model
|
2026-02-08 15:53:17 +01:00 |
|
compaction.test.ts
|
refactor(coding-agent): fix compaction for branched sessions, consolidate hook context types
|
2025-12-31 02:24:24 +01:00 |
|
extensions-discovery.test.ts
|
test(coding-agent): update settings and extension tests
|
2026-01-24 01:43:34 +01:00 |
|
extensions-input-event.test.ts
|
refactor(coding-agent): move auth storage to backend abstraction
|
2026-02-17 19:57:21 +01:00 |
|
extensions-runner.test.ts
|
fix(coding-agent): support dynamic tool registration and tool prompt snippets closes #1720
|
2026-03-02 22:32:07 +01: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
|
fix(coding-agent): fix git-update test using unparseable git source
|
2026-02-22 14:57:58 +01:00 |
|
image-processing.test.ts
|
build(coding-agent): replaced wasm-vips with @silvia-odwyer/photon-node for image processing (#710)
|
2026-01-14 02:46:49 +01:00 |
|
interactive-mode-status.test.ts
|
fix(coding-agent): sync extension theme changes to session settings (#1483)
|
2026-02-23 00:57:36 +01:00 |
|
model-registry.test.ts
|
fix(ai,coding-agent): make pi-ai browser-safe and move OAuth runtime exports
|
2026-03-04 20:21:25 +01:00 |
|
model-resolver.test.ts
|
fix(coding-agent): allow provider-scoped custom model ids (#1759)
|
2026-03-03 14:20:49 +01:00 |
|
package-command-paths.test.ts
|
fix(coding-agent): add package subcommand help and friendly errors (#1347)
|
2026-02-07 03:30:28 +01: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): add offline startup mode and network timeouts (#1631)
|
2026-02-25 19:44:49 +01:00 |
|
path-utils.test.ts
|
fix(coding-agent): handle macOS filenames with curly quotes and NFD Unicode
|
2026-01-29 22:58:22 +01: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 |
|
prompt-templates.test.ts
|
docs: document prompt template slicing
|
2026-01-16 12:08:57 +01:00 |
|
resource-loader.test.ts
|
feat(coding-agent): prioritize project resources over global
|
2026-02-24 23:50:55 +01:00 |
|
rpc-example.ts
|
Update RPC example to use RpcClient
|
2025-12-09 14:44:13 +01:00 |
|
rpc.test.ts
|
fix(coding-agent): rpc test needs prompt before checking session file
|
2026-02-04 13:27:54 +01:00 |
|
sdk-skills.test.ts
|
feat(coding-agent): add resources_discover hook
|
2026-02-01 02:20:35 +01:00 |
|
session-info-modified-timestamp.test.ts
|
Rename session from /resume session list (#863)
|
2026-01-25 19:42:34 +01:00 |
|
session-selector-path-delete.test.ts
|
feat(coding-agent): add named-only filter toggle to /resume picker (#1128)
|
2026-02-01 19:03:38 +01:00 |
|
session-selector-rename.test.ts
|
Rename session from /resume session list (#863)
|
2026-01-25 19:42:34 +01: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
|
Do not create empty .pi folder unconditionally (#1588)
|
2026-02-23 00:59:10 +01:00 |
|
skills.test.ts
|
fix(coding-agent): ignore unknown skill frontmatter fields
|
2026-02-04 14:20:24 +01:00 |
|
streaming-render-debug.ts
|
Fix syntax highlighting stderr spam with malformed markdown, fixes #274
|
2025-12-22 00:23:01 +01:00 |
|
system-prompt.test.ts
|
fix(coding-agent): add tool promptGuidelines support fixes #1720
|
2026-03-02 22:50:08 +01:00 |
|
test-theme-colors.ts
|
Improve light theme color contrast for WCAG compliance (#682)
|
2026-01-13 13:03:04 +01:00 |
|
tool-execution-component.test.ts
|
fix(coding-agent): allow suppressing custom tool transcript blocks
|
2026-03-02 10:22:41 -05:00 |
|
tools.test.ts
|
fix(coding-agent): update test expectations for trailing period in read tool messages
|
2026-01-25 19:08:52 +01:00 |
|
tree-selector.test.ts
|
Fix tree selector focus behavior (#1142)
|
2026-02-01 13:23:52 +01:00 |
|
truncate-to-width.test.ts
|
fix: TUI crash with Unicode characters in branch selector
|
2025-12-05 11:59:39 +01:00 |
|
utilities.ts
|
fix(ai,coding-agent): make pi-ai browser-safe and move OAuth runtime exports
|
2026-03-04 20:21:25 +01:00 |