Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
ffc3da7
Add extension point
intitni Dec 5, 2023
14f4463
Update
intitni Dec 10, 2023
1b57767
Update
intitni Dec 12, 2023
f9b673b
Update the interface of CodeSuggestion
intitni Dec 17, 2023
147ee41
Rename SuggestionFeatureProvider to BuiltInXXX
intitni Dec 18, 2023
bf2ae6e
Update
intitni Dec 18, 2023
99993a2
Add logger for app extension
intitni Dec 20, 2023
683d0b6
Update
intitni Dec 20, 2023
870dc52
Fix GitHubCopilotService parsing response
intitni Dec 23, 2023
9a34b89
Break SuggestionService into SuggestionProvider and SuggestionService…
intitni Dec 23, 2023
bdf562c
Make the task more structured
intitni Dec 24, 2023
8cfe9cb
Remove warnings
intitni Dec 24, 2023
bc458cb
Remove some warnings
intitni Dec 24, 2023
ad1816c
Add new suggestionFeatureProvider key
intitni Dec 25, 2023
5f80e5c
Remove warning
intitni Dec 25, 2023
8593273
Fix a crash
intitni Dec 25, 2023
af9c688
Add a Toast Reducer
intitni Dec 25, 2023
f2e7888
Add Toast to WidgetFeature
intitni Dec 27, 2023
c641ed0
Support toast in widgets
intitni Dec 27, 2023
2e7caa6
Update XPCService
intitni Dec 27, 2023
b878b13
Handle requests from XPCService
intitni Dec 28, 2023
1dd35c1
Fix request handle
intitni Dec 28, 2023
078c258
Fix that continuations in XPC connection may leak
intitni Dec 28, 2023
4b5b996
Support opening extension manager
intitni Dec 28, 2023
f81b88f
Print errors
intitni Dec 28, 2023
f0689e9
Fix tests
intitni Dec 28, 2023
7f49657
Fix suggestion validation
intitni Dec 28, 2023
9aece43
Fix that extension configuration scene can't display
intitni Dec 29, 2023
0de5b6a
Support selecting suggestion provider from extensions
intitni Dec 29, 2023
5210da8
Update UI
intitni Dec 30, 2023
1adcffe
Remove unused type
intitni Dec 30, 2023
8cfaca8
Fix suggestion validation
intitni Dec 30, 2023
4a69aac
Fix suggestion provider observation
intitni Dec 30, 2023
128d040
Fix suggestion provider picker
intitni Dec 30, 2023
18b8344
Bump version to 0.28.4
intitni Dec 30, 2023
81c3ba9
Merge branch 'feature/suggestion-extension' into develop
intitni Dec 30, 2023
5b4d29c
Replace separator: "\n" with whereSeparator: \.isNewline
intitni Jan 3, 2024
7a9b65c
Merge branch 'feature/support-various-line-endings' into develop
intitni Jan 3, 2024
1c8ad4c
Remove ExpandFocusRangeFunction
intitni Jan 3, 2024
ccd8ef6
Remove MoveToFocusedCodeFunction
intitni Jan 3, 2024
bfc748a
Update MoveToCodeAroundLineFunction to get the code directly instead
intitni Jan 4, 2024
fbc2144
Recover line endings
intitni Jan 4, 2024
b654bed
Merge branch 'feature/improve-active-document-context-collector-funct…
intitni Jan 4, 2024
69b1b31
Recover line ending when possible
intitni Jan 4, 2024
8e8c09e
Merge branch 'feature/recover-line-endings' into develop
intitni Jan 4, 2024
84d5d65
Update
intitni Jan 4, 2024
f4f813b
Fix that cursor position is not correctly computed when /r/n is the l…
intitni Jan 4, 2024
a3858b7
Update extra system prompt of active document context collector
intitni Jan 4, 2024
109f016
Move files to folder API
intitni Jan 4, 2024
efe34a9
Rename files to use OpenAI prefix
intitni Jan 4, 2024
8efcd70
Add GoogleGenerativeAI as dependency
intitni Jan 4, 2024
3aa860e
Add protocol TokenCounter
intitni Jan 4, 2024
3c4dd15
Fix regex
intitni Jan 5, 2024
77dcc76
Update
intitni Jan 5, 2024
f1eeffd
Make count token async
intitni Jan 5, 2024
7604e87
Update AutoManagedChatGPTMemory to support strategies
intitni Jan 6, 2024
bb330b7
Handle new chat model format case
intitni Jan 6, 2024
d7987be
Add GoogleAITokenCounter
intitni Jan 6, 2024
93e2592
Update api builder to switch according to model format
intitni Jan 6, 2024
4f00c12
Add gemini support
intitni Jan 6, 2024
8a99568
Add gemini support in UI
intitni Jan 6, 2024
65aa3c2
Fix model name and error handling
intitni Jan 6, 2024
3e4d4ee
Format file
intitni Jan 6, 2024
aff7de2
Use tiktoken for faster token count
intitni Jan 6, 2024
2500225
Merge branch 'feature/google-gemini-support' into develop
intitni Jan 6, 2024
5109e7f
Update
intitni Jan 6, 2024
369e627
Fix that the widget won't align to the editor when user checking symb…
intitni Jan 7, 2024
e192ecd
Fix a crash
intitni Jan 7, 2024
9faf7b0
Update README
intitni Jan 8, 2024
ce3f412
Make system prompt more obvious to Gemini
intitni Jan 8, 2024
874a137
Update README.md
intitni Jan 8, 2024
bc26b6b
Fix that chat tab settings is not updated at launch
intitni Jan 8, 2024
1eebba0
Bump version to 0.29.0
intitni Jan 8, 2024
fdf4467
Mark google AI models as function calling unsupported
intitni Jan 8, 2024
f64f6b1
Move the check to ChatModel.init(state:)
intitni Jan 8, 2024
92be6d9
Update appcast.xml
intitni Jan 9, 2024
3b4c241
Merge branch 'release/0.29.0'
intitni Jan 9, 2024
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
Prev Previous commit
Next Next commit
Update README
  • Loading branch information
intitni committed Jan 8, 2024
commit 9faf7b0de5e1d4dc37d976593c19c637e442476a
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@ These features are included in another repo, and are not open sourced.

The currently available Plus features include:

- `@project` scope in chat.
- Suggestion Cheatsheet that provides relevant content to the suggestion service.
- `@sense` scope in chat and prompt to code.
- `@project` scope in chat to include project information in conversations. (experiment)
- Suggestion Cheatsheet that provides relevant content to the suggestion service. (experiment)
- `@sense` scope in chat and prompt to code to include relevant information of the focusing code.
- Terminal tab in chat panel.
- Unlimited chat/embedding models.
- Tab to accept suggestions.
Expand Down