Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
58cb76a
docs: 📝 add prompt injection refactoring design document
jorben Jun 5, 2026
f4ed219
docs(prompt): 📝 add comprehensive refactoring design for prompt injec…
jorben Jun 5, 2026
19a4d78
docs(prompt-injection-refactor): 📝 add sections on source exec model,…
jorben Jun 5, 2026
bf7fcf7
docs(prompt-refactor): 📝 update design with new sections and details
jorben Jun 5, 2026
ff34b4c
refactor(prompt): ♻️ overhaul prompt injection with modular layered a…
jorben Jun 5, 2026
599d58b
refactor(subagent): ♻️ replace legacy subagent body sources with temp…
jorben Jun 5, 2026
ff6197d
feat(prompt): ✨ migrate legacy section sources to template-backed imp…
jorben Jun 5, 2026
17fbfb4
refactor(prompt): ♻️ remove EmergencyFallback hardening and critical …
jorben Jun 5, 2026
492e795
refactor(prompt): ♻️ remove PromptFeatureSet module and all references
jorben Jun 5, 2026
f874f57
refactor(prompt): ♻️ remove legacy compat sources and dual-track migr…
jorben Jun 5, 2026
622d6d4
refactor(profile): ♻️ migrate profile instructions to template-backed…
jorben Jun 5, 2026
bf02fd6
refactor(prompt): ♻️ remove legacy prompt build modules and integrate…
jorben Jun 5, 2026
dab1482
refactor(prompt): ♻️ reorganize section sources into modular source d…
jorben Jun 5, 2026
173e446
feat(prompt): ✨ enable Anthropic prompt caching with arbiter
jorben Jun 6, 2026
94277f1
docs: 📝 update WeChat group QR code URL
jorben Jun 6, 2026
e9928d3
refactor: ♻️ externalize handoff prompts into templates and add snaps…
jorben Jun 6, 2026
345845c
refactor(prompt): ♻️ replace TemplateSource with dedicated source fil…
jorben Jun 6, 2026
7158a08
style(core): 🎨 format Rust imports
jorben Jun 6, 2026
bc026de
refactor(core): ♻️ relocate strip_front_matter and remove unused for_…
jorben Jun 6, 2026
ef70c26
test: ✅ add cross-platform snapshot normalization and subagent orches…
jorben Jun 6, 2026
d931a75
chore: 🔧 update @tauri-apps/api dependency and make snapshot tests pl…
jorben Jun 6, 2026
617c7a8
test(prompt): ✅ strip Skills section from snapshot tests
jorben Jun 6, 2026
7b61e4c
style(snapshot-tests): 🎨 remove unused mutable variable
jorben Jun 6, 2026
759edd8
refactor(prompt): ♻️ update snapshot tests to redact token counts and…
jorben Jun 6, 2026
be20da4
fix(prompt): 🐛 Fix extra blank line when stripping Skills section
jorben Jun 6, 2026
e45fc25
refactor(prompt): ♻️ remove deprecated grayscale rollout references a…
jorben Jun 6, 2026
f141543
docs(prompt): 📝 replace detailed refactoring plan with concise README
jorben Jun 6, 2026
59bb107
feat(prompt): ✨ add operating boundaries and restructure behavioral g…
jorben Jun 6, 2026
145688d
refactor(prompt): ♻️ refine prompt templates and drop shell var
jorben Jun 6, 2026
c81850c
test(agent): ✅ update prompt assertion strings to match revised prompts
jorben Jun 6, 2026
7bb82d6
test(agent): ✅ update system prompt assertions to match revised wording
jorben Jun 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ This project is licensed under the Apache License 2.0. See `LICENSE` for details
Join our WeChat group to connect with the author and other users!

<div align="center">
<img width="320" alt="WeChat Group" src="https://github.com/user-attachments/assets/a83d539f-28cb-407a-a4df-c131a59b1826" />
<img width="320" alt="WeChat Group" src="https://tiy.ai/images/wechat-qrcode.jpg" />
</div>

## Acknowledgements
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ npm run dev
使用微信扫描下方二维码加入用户群,与作者和用户共同交流!

<div align="center">
<img width="320" alt="WeChat Group" src="https://github.com/user-attachments/assets/a83d539f-28cb-407a-a4df-c131a59b1826" />
<img width="320" alt="WeChat Group" src="https://tiy.ai/images/wechat-qrcode.jpg" />
</div>

## 致敬
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@streamdown/code": "^1.1.0",
"@streamdown/math": "^1.0.2",
"@streamdown/mermaid": "^1.0.2",
"@tauri-apps/api": "^2",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-process": "^2.3.1",
Expand Down
Loading
Loading