Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rikouu/cortex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.1
Choose a base ref
...
head repository: rikouu/cortex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 13, 2026

  1. fix: preference regex supports adverbs (比较/很/特别/非常/etc)

    '我比较讨厌' '我很喜欢' '我特别不想' now correctly matched
    rikouu committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    0f650de View commit details
    Browse the repository at this point in the history
  2. refactor: comprehensive fast channel + prompt audit

    Fast channel fixes:
    - skill: 我会+verb now requires skill verbs (写/开发/部署...), rejects future tense (去/想/帮)
    - todo: 记得 excludes 吗/吧/呢 suffixes; 需要 excludes 注意的是/了解的是/说明的是
    - decision: requires first person 我 to avoid 你决定吧/让他决定
    - correction: 其实是 now requires correction context (不是/应该), added 我之前说错
    - question detection: added 吗/呢 sentence-ending particles
    - smalltalk: added emoji-only, 嗯嗯, 666, 晚安, 早安, 拜拜, 88, etc
    - preference: added 有点 adverb
    - identity: expanded role list (程序员/产品经理/创始人/研究员/架构师...)
    - relationship: expanded (室友/导师/客户/下属...)
    - Added design principles comment
    
    Prompt fixes:
    - Added double-negation example (不是说不喜欢 → do not extract)
    - Added infrastructure relation example (deployed_on, configured_with)
    - Added predicates: deployed_on, configured_with, runs_on
    - Made nothing_extracted field explicitly required
    - Added 4 few-shot examples to SMART_UPDATE prompt (conflict/merge/replace/keep)
    
    30/30 regression tests passing
    rikouu committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    4ed66f0 View commit details
    Browse the repository at this point in the history
  3. feat: broaden fast channel coverage for diverse users

    Identity:
    - Added non-tech professions: 护士/律师/会计/厨师/主妇/骑手/司机/销售/运营/编辑/记者/翻译/教授/博士/硕士
    - Added colloquial pattern: 我是做...的
    - Expanded EN roles: nurse/lawyer/chef/driver/writer/editor/translator/manager/consultant/artist/musician/photographer
    
    Skill:
    - Added life skills verbs: 弹/拉/吹/画/唱/跳/游/开/修/缝/织/煮/炒/烤/切/教/翻译/演/拍/剪
    - '我会弹钢琴', '我会做饭', '我会开车' now correctly detected
    
    Korean (한국어):
    - Preference: 좋아/싫어/선호/원해/원하지
    - Identity: 저는...입니다/이에요/예요, 제 이름은
    - Smalltalk: 안녕/감사/네/응/잘가/ㅋㅋ/ㅎㅎ/맞아/아니
    
    Smalltalk:
    - Fixed repeated chars (ㅋㅋㅋ/哈哈哈/hhhhh/666666) with + quantifier
    
    55/55 regression tests passing
    rikouu committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    d5242ed View commit details
    Browse the repository at this point in the history
  4. chore: release v0.9.2

    rikouu committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    e71edf7 View commit details
    Browse the repository at this point in the history
Loading