@oh-my-pi/pi-coding-agent 15.11.1 → 15.11.2

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.
Files changed (59) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/dist/cli.js +629 -614
  3. package/dist/types/config/settings-schema.d.ts +36 -0
  4. package/dist/types/extensibility/custom-commands/types.d.ts +6 -3
  5. package/dist/types/extensibility/custom-tools/loader.d.ts +2 -1
  6. package/dist/types/extensibility/custom-tools/types.d.ts +8 -4
  7. package/dist/types/extensibility/extensions/types.d.ts +2 -2
  8. package/dist/types/extensibility/hooks/types.d.ts +8 -4
  9. package/dist/types/irc/bus.d.ts +15 -2
  10. package/dist/types/modes/components/plan-review-overlay.d.ts +2 -0
  11. package/dist/types/modes/rpc/rpc-client.d.ts +10 -1
  12. package/dist/types/modes/rpc/rpc-mode.d.ts +2 -0
  13. package/dist/types/modes/rpc/rpc-types.d.ts +30 -0
  14. package/dist/types/modes/theme/theme.d.ts +1 -1
  15. package/dist/types/session/agent-session.d.ts +17 -3
  16. package/dist/types/slash-commands/available-commands.d.ts +34 -0
  17. package/dist/types/tools/bash.d.ts +1 -1
  18. package/dist/types/tools/browser/attach.d.ts +4 -4
  19. package/dist/types/tools/browser/registry.d.ts +1 -0
  20. package/dist/types/tools/irc.d.ts +3 -2
  21. package/dist/types/tools/path-utils.d.ts +0 -4
  22. package/package.json +11 -11
  23. package/src/config/settings-schema.ts +40 -0
  24. package/src/exec/bash-executor.ts +21 -6
  25. package/src/extensibility/custom-commands/loader.ts +3 -1
  26. package/src/extensibility/custom-commands/types.ts +6 -3
  27. package/src/extensibility/custom-tools/loader.ts +4 -7
  28. package/src/extensibility/custom-tools/types.ts +8 -4
  29. package/src/extensibility/extensions/loader.ts +2 -1
  30. package/src/extensibility/extensions/types.ts +2 -2
  31. package/src/extensibility/hooks/loader.ts +3 -1
  32. package/src/extensibility/hooks/types.ts +8 -4
  33. package/src/internal-urls/docs-index.generated.ts +4 -4
  34. package/src/irc/bus.ts +14 -3
  35. package/src/lsp/defaults.json +6 -0
  36. package/src/lsp/render.ts +2 -28
  37. package/src/memories/index.ts +2 -0
  38. package/src/modes/acp/acp-agent.ts +4 -67
  39. package/src/modes/components/plan-review-overlay.ts +32 -3
  40. package/src/modes/controllers/streaming-reveal.ts +16 -8
  41. package/src/modes/interactive-mode.ts +32 -0
  42. package/src/modes/rpc/rpc-client.ts +32 -0
  43. package/src/modes/rpc/rpc-mode.ts +82 -7
  44. package/src/modes/rpc/rpc-types.ts +23 -0
  45. package/src/modes/theme/theme.ts +7 -7
  46. package/src/modes/utils/ui-helpers.ts +13 -4
  47. package/src/prompts/memories/consolidation_system.md +4 -0
  48. package/src/prompts/system/irc-autoreply.md +6 -0
  49. package/src/prompts/system/irc-incoming.md +1 -1
  50. package/src/prompts/tools/bash.md +1 -0
  51. package/src/prompts/tools/irc.md +1 -1
  52. package/src/session/agent-session.ts +95 -6
  53. package/src/slash-commands/available-commands.ts +105 -0
  54. package/src/tools/bash.ts +5 -1
  55. package/src/tools/browser/attach.ts +26 -7
  56. package/src/tools/browser/registry.ts +11 -1
  57. package/src/tools/irc.ts +16 -4
  58. package/src/tools/job.ts +7 -3
  59. package/src/tools/path-utils.ts +22 -15
package/CHANGELOG.md CHANGED
@@ -2,7 +2,33 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [15.11.2] - 2026-06-11
6
+
7
+ ### Added
8
+
9
+ - Added the Expert Elixir language server (`expert`, invoked as `expert --stdio`) to the built-in LSP server list, auto-detected for Mix projects (`mix.exs`/`mix.lock`). When both are installed, `elixir-ls` remains the primary navigation server (Expert is ordered after it).
10
+ - Added `magicKeywords.enabled` and per-keyword `magicKeywords.ultrathink`, `magicKeywords.orchestrate`, and `magicKeywords.workflow` settings to disable hidden magic-keyword notices and ultrathink auto-thinking escalation ([#1796](https://github.com/can1357/oh-my-pi/issues/1796)).
11
+ - Added external-editor support for Plan Review section annotations, preserving multiline feedback for Refine plan ([#2305](https://github.com/can1357/oh-my-pi/issues/2305)).
12
+ - Added plain-RPC slash command discovery with command source metadata and startup/update notifications ([#2261](https://github.com/can1357/oh-my-pi/issues/2261)).
13
+
14
+ ### Changed
15
+
16
+ - Bash tool calls in one assistant message now run in parallel instead of serializing the batch: non-pty `bash` is scheduled as a shared tool (`pty: true` stays exclusive), and overlapping calls on the same shell session key degrade to isolated one-shot shells so they cannot queue behind or abort each other
17
+
18
+ ### Fixed
19
+
20
+ - Fixed CDP attach target selection for Chromium/Edge endpoints that expose page targets through discovery before `browser.pages()` is populated, and improved `ws://` `app.cdp_url` diagnostics ([#2246](https://github.com/can1357/oh-my-pi/issues/2246)).
21
+ - Fixed local memory consolidation on Responses-style models that reject user-only requests by sending a dedicated stage-two system prompt.
22
+ - Fixed extension, custom-tool, custom-command, and hook loaders injecting `pi` through bare `@oh-my-pi/pi-coding-agent` self-imports, which could pull a different cached package version into global installs during plugin load and trigger mixed-runtime stack overflows.
23
+ - Marked unsmoothed assistant streaming renders as transient so streamed code blocks can avoid synchronous syntax highlighting until the message finalizes.
24
+ - Routed LSP hover code rendering through the shared cached highlighter instead of calling the native highlighter directly on each render.
25
+ - Kept smooth assistant streaming renders transient until `message_end` so catch-up frames do not synchronously re-highlight still-growing code blocks.
26
+ - Fixed the `job` tool's poll header repeating the running count ("waiting on 19 of 19 19 running"): the title now reads "waiting on N jobs" (or "waiting on N of M jobs" when some settled) and the dim meta lists only settled categories (done/failed/cancelled)
27
+ - Fixed `irc` `send await:true` to a busy peer stranding the sender until timeout when async execution is disabled: the recipient (e.g. Main blocked in a synchronous task spawn awaiting the sender's own batch) can never reach a step boundary to reply, so it now generates an ephemeral side-channel auto-reply from its context (the pre-mailbox `respondAsBackground` behavior), records it as an `irc:autoreply` aside in its own history, and delivers it back over the bus with `replyTo` threading
28
+ - Fixed Windows-style backslash paths and globs being parsed as literal POSIX path segments by search/find tools ([#2245](https://github.com/can1357/oh-my-pi/issues/2245)).
29
+
5
30
  ## [15.11.1] - 2026-06-11
31
+
6
32
  ### Added
7
33
 
8
34
  - Added the `statusLine.transparent` appearance setting (default off): when enabled, the status line skips the theme's `statusLineBg` fill and powerline end caps so the bar inherits the terminal's default background — useful in Ghostty and other terminals whose theme background does not match the theme's hardcoded status-line color ([#2306](https://github.com/can1357/oh-my-pi/issues/2306))
@@ -10057,4 +10083,4 @@ Initial public release.
10057
10083
  - Git branch display in footer
10058
10084
  - Message queueing during streaming responses
10059
10085
  - OAuth integration for Gmail and Google Calendar access
10060
- - HTML export with syntax highlighting and collapsible sections
10086
+ - HTML export with syntax highlighting and collapsible sections