0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. oh-my-pi
  2. /
  3. packages
  4. /
  5. coding-agent
  6. /
  7. src
  8. /
  9. modes
  10. /
  11. data
Ccan1357feat(coding-agent): added emoji shortcode autocomplete and inline replace
42d86254创建于 15 天前历史提交
文件最后提交记录最后更新时间
emojis.json
feat(coding-agent): added emoji shortcode autocomplete and inline replace - Added bucketed emoji dataset with prefix-indexed lookup for O(log n) suggestions. - Implemented :name: inline replace that fires on closing colon without popup. - Wired emoji suggestions and completions into PromptActionAutocompleteProvider. - Extended AutocompleteProvider interface with trySyncInlineReplace hook. 15 天前