Vincent Koc
|
d43bf6de0a
|
docs: batch sentence-case headings across high-Title-Case offenders
- pi.md: 9 H2 + 14 H3 (Package Dependencies, File Structure, Tool Pipeline, etc.)
- cli/hooks.md: 6 H2 (List All Hooks, Get Hook Information, etc.)
- plugins/message-presentation.md: 8 H2 (Producer Examples, Renderer Contract, etc.)
- plan/ui-channels.md: 7 H2 (Non Goals, Target Model, Refactor Steps, etc.)
- install/ansible.md: 6 H2 + 1 H3 (What You Get, Quick Start, etc.)
Mintlify anchor generation prefers sentence case for predictable URLs.
|
2026-04-26 23:52:28 -07:00 |
|
Vincent Koc
|
5c3e2a6b44
|
docs: batch fix filler openings across providers, platforms, install, tools, and pi
- platforms/mac/dev-setup: sentence-case heading and direct opener
- tools/browser-wsl2-windows-remote-cdp-troubleshooting: collapse three-bullet split-host setup into one direct sentence
- install/migrating-matrix: drop 'this page covers' filler
- providers/perplexity-provider: rephrase Note opener
- pi: drop 'this document describes' filler
|
2026-04-26 22:07:47 -07:00 |
|
Vincent Koc
|
1cf79803d7
|
docs: normalize Title Case H2 headings to sentence case in recent files
|
2026-04-24 09:17:47 -07:00 |
|
lsdsjy
|
7d1891e6e6
|
feat(deepseek): support v4 models
Add DeepSeek V4 Flash/Pro support, update Pi packages to 0.70.2, and handle disabled thinking/None by stripping replayed reasoning content.
|
2026-04-24 16:09:36 +01:00 |
|
Vincent Koc
|
2fb9c7e3e5
|
docs: add Related sections to remaining platform, reference template, and misc pages
|
2026-04-23 20:40:15 -07:00 |
|
Vincent Koc
|
c5c163d078
|
docs: standardize frontmatter field order (summary before title)
|
2026-04-23 13:18:17 -07:00 |
|
Vincent Koc
|
2777b089b5
|
docs: normalize frontmatter titles to sentence case
|
2026-04-23 13:15:17 -07:00 |
|
Vincent Koc
|
4a2cd533ac
|
docs: remove duplicate H1 where frontmatter title already sets it
|
2026-04-23 13:11:14 -07:00 |
|
Peter Steinberger
|
0f4dc42767
|
build: update pi packages to 0.68.1
|
2026-04-22 03:35:15 +01:00 |
|
Kris Wu
|
0a761a9eac
|
fix(agents): rename auto_compaction_start/end to compaction_start/end [AI] (#67713)
Merged via squash.
Prepared head SHA: 03e0c69038
Co-authored-by: mpz4life <32388289+mpz4life@users.noreply.github.com>
Co-authored-by: jalehman <550978+jalehman@users.noreply.github.com>
Reviewed-by: @jalehman
|
2026-04-20 11:35:40 -07:00 |
|
Peter Steinberger
|
ce1cd26fbc
|
refactor: align agent tool params with upstream pi
|
2026-04-05 20:36:47 +01:00 |
|
Peter Steinberger
|
e336300e60
|
docs: refresh failover and compaction pattern refs
|
2026-04-04 20:43:58 +01:00 |
|
Peter Steinberger
|
36fe4800d2
|
docs: refresh pi development docs
|
2026-04-04 10:21:30 +01:00 |
|
Josh Lehman
|
799c6f40aa
|
refactor: move provider replay runtime ownership into plugins (#60126)
* refactor: move provider replay runtime ownership into plugins
* fix(provider-runtime): address review followups
---------
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
|
2026-04-03 23:14:37 +09:00 |
|
Peter Steinberger
|
341e617c84
|
docs(plugins): refresh bundled plugin runtime docs
|
2026-03-29 09:10:39 +01:00 |
|
Jacob Tomlinson
|
2e2f7c844f
|
docs: update pi package versions to 0.61.1
|
2026-03-22 22:39:55 +00:00 |
|
Gustavo Madeira Santana
|
b5c38b1095
|
Docs: point message runtime docs and tests at plugin-owned code
|
2026-03-18 02:08:08 +00:00 |
|
Peter Steinberger
|
c81e9866ff
|
fix(pi): stop history image reinjection token blowup
|
2026-02-26 16:38:20 +01:00 |
|
Peter Steinberger
|
acfbe158c6
|
docs: point pi extension paths to real source files
|
2026-02-22 21:32:28 +01:00 |
|
Peter Steinberger
|
c73837d269
|
docs: replace stale pi test file list with maintained patterns
|
2026-02-22 21:21:08 +01:00 |
|
Peter Steinberger
|
e0d4194869
|
docs: add missing summary/read_when metadata
|
2026-02-22 20:45:09 +01:00 |
|
Peter Steinberger
|
aa2eb48b9c
|
fix: align pi-coding-agent typings and docs
|
2026-02-01 16:08:01 -08:00 |
|
Seb Slight
|
abcaa8c7a9
|
Docs: add nav titles across docs (#5689)
|
2026-01-31 15:04:03 -06:00 |
|
Josh Palmer
|
7a6c40872d
|
Agents: add system prompt safety guardrails (#5445)
* 🤖 agents: add system prompt safety guardrails
What:
- add safety guardrails to system prompt
- update system prompt docs
- update prompt tests
Why:
- discourage power-seeking or self-modification behavior
- clarify safety/oversight priority when conflicts arise
Tests:
- pnpm lint (pass)
- pnpm build (fails: DefaultResourceLoader missing in pi-coding-agent)
- pnpm test (not run; build failed)
* 🤖 agents: tighten safety wording for prompt guardrails
What:
- scope safety wording to system prompts/safety/tool policy changes
- document Safety inclusion in minimal prompt mode
- update safety prompt tests
Why:
- avoid blocking normal code changes or PR workflows
- keep prompt mode docs consistent with implementation
Tests:
- pnpm lint (pass)
- pnpm build (fails: DefaultResourceLoader missing in pi-coding-agent)
- pnpm test (not run; build failed)
* 🤖 docs: note safety guardrails are soft
What:
- document system prompt safety guardrails as advisory
- add security note on prompt guardrails vs hard controls
Why:
- clarify threat model and operator expectations
- avoid implying prompt text is an enforcement layer
Tests:
- pnpm lint (pass)
- pnpm build (fails: DefaultResourceLoader missing in pi-coding-agent)
- pnpm test (not run; build failed)
|
2026-01-31 15:50:15 +01:00 |
|
cpojer
|
8cab78abbc
|
chore: Run pnpm format:fix.
|
2026-01-31 21:13:13 +09:00 |
|
Mario Zechner
|
9cb5e22861
|
docs: add pi and pi-dev documentation
|
2026-01-31 04:20:12 +01:00 |
|