You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abel533
c5440a2b4c
feat: enhance system prompt and tool descriptions to match TS version
Phase 1A implementation:
SystemPromptBuilder.java (142 lines -> ~290 lines):
- Add CyberRisk security boundary instruction
- Add System section (permission modes, prompt injection defense)
- Add Doing Tasks section (coding style, security, collaboration)
- Add Actions section (operation risk management, dangerous ops protection)
- Add Tone & Style section (emoji control, concise output, code references)
- Add Output Efficiency section (direct communication)
- Add Language preference support
- Restructure into modular section builder methods matching TS architecture
Tool description enhancements (8 tools):
- BashTool: add security boundaries, git best practices, no-substitute rule
- FileWriteTool: add must-Read-first rule, prefer-Edit guidance
- GrepTool: add never-use-Bash-grep rule, search guidance
- AgentTool: add when-to-use/not-use guidance, sub-prompt enhanced
- FileEditTool: add indentation preservation, prefer-edit-existing rule
- TodoWriteTool: add proactive usage guidance, state machine rules
- TaskUpdateTool: add status workflow documentation
- ConfigTool: add available settings list
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
1 month ago |
| .. |
|
cli
|
feat: add jink TUI framework integration
|
1 month ago |
|
command
|
feat: 压缩和权限gap功能增强 - PTL gap解析, 时间感知微压缩, token估算安全系数, PLAN模式, 拒绝追踪
|
1 month ago |
|
config
|
feat: add jink TUI framework integration
|
1 month ago |
|
console
|
feat: 多层上下文压缩 + 多级权限管理系统
|
1 month ago |
|
context
|
feat: enhance system prompt and tool descriptions to match TS version
|
1 month ago |
|
core
|
feat: 工具执行流式输出预览
|
1 month ago |
|
mcp
|
i18n: 全部用户可见字符串统一为英文(46个文件)
|
1 month ago |
|
permission
|
feat: 压缩和权限gap功能增强 - PTL gap解析, 时间感知微压缩, token估算安全系数, PLAN模式, 拒绝追踪
|
1 month ago |
|
plugin
|
i18n: 全部用户可见字符串统一为英文(46个文件)
|
1 month ago |
|
repl
|
feat: 多层上下文压缩 + 多级权限管理系统
|
1 month ago |
|
tool
|
feat: enhance system prompt and tool descriptions to match TS version
|
1 month ago |
|
tui
|
feat: cursor movement in input field
|
1 month ago |
|
ClaudeCodeApplication.java
|
feat: Phase1 项目骨架 - Maven项目结构、核心AgentLoop、6个工具、命令系统、控制台渲染、REPL会话
|
1 month ago |