Commit 33883c6
Fix link display, strip citation artifacts, improve prompt clarity
- Fix dark blue links: remove ChatMessage override that replaced custom
renderLink with unstyled <a> tags — all links now consistently cyan #66d9ff
- Strip OpenAI Responses API citation artifacts (citeturn*, PUA-bracketed
citations U+E200-E2FF, 【...】 brackets) in linkifyVfbTerms
- Auto-linkify FBrf IDs to FlyBase (alongside existing VFB_/FBbt_ linking)
- Simplify DISPLAYING RESULTS prompt to avoid LLM outputting literal template
text like "Thumbnail:" or "link to VFB page"
- Update CITATIONS prompt: use author/year as link text for FBrf references,
markdown links for DOI and PubMed — never show bare reference IDs
- Bump version to 3.0.4
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 73e2be4 commit 33883c6
3 files changed
Lines changed: 24 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
695 | 695 | | |
696 | 696 | | |
697 | 697 | | |
698 | | - | |
699 | | - | |
700 | | - | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
701 | 702 | | |
702 | 703 | | |
703 | 704 | | |
| |||
737 | 738 | | |
738 | 739 | | |
739 | 740 | | |
740 | | - | |
741 | | - | |
742 | | - | |
743 | | - | |
744 | | - | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
745 | 746 | | |
746 | 747 | | |
747 | 748 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 41 | + | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
| |||
95 | 92 | | |
96 | 93 | | |
97 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
98 | 105 | | |
99 | 106 | | |
100 | | - | |
| 107 | + | |
101 | 108 | | |
102 | 109 | | |
103 | 110 | | |
104 | 111 | | |
105 | 112 | | |
| 113 | + | |
106 | 114 | | |
| 115 | + | |
107 | 116 | | |
108 | 117 | | |
109 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments