Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
148 commits
Select commit Hold shift + click to select a range
fbadfda
Merge tag '0.18.2' into develop
intitni Jun 14, 2023
2ecf72f
Tweak Python integration
intitni Jun 13, 2023
5229f34
Suppressing the header not included warning
intitni Jun 14, 2023
9f6f7f4
Update DEVELOPMENT.md
intitni Jun 14, 2023
1708830
Merge branch 'feature/python-as-spm' into develop
intitni Jun 14, 2023
a78d9d7
Add ChatGPTConfiguration
intitni Jun 14, 2023
c009a90
Move memory of ChatGPTService to ChatGPTMemory
intitni Jun 15, 2023
d47b4cf
Cleanup
intitni Jun 15, 2023
99ce70f
Update API to support function calls
intitni Jun 17, 2023
6349fa4
Add function call support
intitni Jun 17, 2023
a2bf1bc
Adjust overriding configuration interface
intitni Jun 17, 2023
8a3a275
Fix stop responding was not calling on errors
intitni Jun 19, 2023
324b918
Support function call
intitni Jun 19, 2023
2e88f83
Count functions tokens
intitni Jun 19, 2023
beba1ef
Merge branch 'feature/chatgpt-function-call' into develop
intitni Jun 19, 2023
ed5955d
Update bing search to support more parameters
intitni Jun 19, 2023
959cd37
Fix dependency
intitni Jun 19, 2023
050aeb7
Add ChatFunctionProvider
intitni Jun 19, 2023
6a52b24
Update chat context collector to handle multiple scopes and control f…
intitni Jun 19, 2023
1224ccd
Add WebChatContextCollector
intitni Jun 19, 2023
c1f5976
Update UI to support function call
intitni Jun 19, 2023
013fc9e
Fix typo
intitni Jun 19, 2023
81cae6b
Merge branch 'feature/chat-service-to-support-new-api' into develop
intitni Jun 19, 2023
c5113d2
Disable Python integration
intitni Jun 20, 2023
ce9ec00
Merge branch 'feature/detach-python' into develop
intitni Jun 20, 2023
fd06f15
Fix trigger command to correctly throw error
intitni Jun 20, 2023
59ff559
Update accept suggestion to automatically fallback to Accessibility A…
intitni Jun 20, 2023
f26c64f
Remove acceptSuggestionWithAccessibilityAPI
intitni Jun 20, 2023
0e06566
Merge branch 'feature/accept-suggestion-auto-fallback' into develop
intitni Jun 20, 2023
8a3f073
Merge tag '0.18.3' into develop
intitni Jun 24, 2023
05ed533
Merge tag '0.19.1' into develop
intitni Jun 24, 2023
3cb5a6b
Merge tag '0.19.2' into develop
intitni Jun 26, 2023
1acdf98
Disable library validation
intitni Jun 21, 2023
c322eb9
Update Python dependencies
intitni Jun 21, 2023
da8d776
Setup Python
intitni Jun 21, 2023
3631140
Add DocumentLoader
intitni Jun 21, 2023
02568e9
Add DocumentTransformer
intitni Jun 21, 2023
5d749ca
Add Python base RecursiveCharacterTextSplitter
intitni Jun 21, 2023
22cb0ef
Add Embedding
intitni Jun 21, 2023
2f60ada
Update dependencies
intitni Jun 21, 2023
8ff7696
Add WebLoader
intitni Jun 22, 2023
ae689e0
Update WebChatContextCollector
intitni Jun 23, 2023
d1d8fac
Update TextLoader
intitni Jun 23, 2023
7c75599
Update WebLoader to support strategies
intitni Jun 28, 2023
6060104
Update WebChatContextCollector to detect links from memory
intitni Jun 28, 2023
55c35a9
Update tokenizer
intitni Jun 28, 2023
6856dbc
Support embedding
intitni Jun 28, 2023
2c5df2c
Update embedding to support unsafe embedding
intitni Jun 29, 2023
3f4706e
Add TemporaryUSearch for vector searching
intitni Jun 29, 2023
d1d205e
Add native implementation of RecursiveCharacterTextSplitter
intitni Jun 29, 2023
413b235
Remove unused Python import
intitni Jun 29, 2023
cd153f5
Fix function call implemetation
intitni Jun 30, 2023
507efb0
Fix embedding configuration
intitni Jun 30, 2023
52f50c0
Update Bing search service to check empty subscription key
intitni Jun 30, 2023
49c8a14
Update text splitter
intitni Jun 30, 2023
7fdf923
Rename folder
intitni Jun 30, 2023
4315827
Update ChatService to remove unhandled function call request
intitni Jun 30, 2023
3680d2f
Fix dependency
intitni Jun 30, 2023
b42cc2e
Remove useless code
intitni Jun 30, 2023
bdd9d6f
Fix typo
intitni Jun 30, 2023
29f00a6
Add VectorStore protocol
intitni Jun 30, 2023
75d3f26
Update WebChatContextCollector to detect links from the sending message
intitni Jun 30, 2023
0de4dae
New method to report function progress
intitni Jun 30, 2023
cf610af
Add tests for USearch (it's failing because of a bug in USearch)
intitni Jun 30, 2023
aa226ce
Update WebLoader to use WKWebView to scrape page content
intitni Jun 30, 2023
a50ab68
Update preferences
intitni Jul 1, 2023
ad0641f
Update documentation
intitni Jul 1, 2023
fc301b8
Update type of Document's metadata
intitni Jul 1, 2023
f80a964
Merge branch 'feature/web-access-for-bot' into develop
intitni Jul 1, 2023
449c9db
Remove unused variable
intitni Jul 1, 2023
9e1dd6f
Adjust file location
intitni Jul 1, 2023
6bbc444
Migrate widget to composable architecture
intitni Jul 2, 2023
892a041
Rename variables
intitni Jul 2, 2023
c40e46b
Tweak suggestion presentation
intitni Jul 2, 2023
be51d40
Better transition
intitni Jul 2, 2023
8848280
Merge branch 'feature/migrate-to-composible-architecture' into develop
intitni Jul 2, 2023
b23d0fc
Detach Python, again
intitni Jul 2, 2023
458b4eb
Temporarily disable query website function
intitni Jul 2, 2023
a583915
Fix invalidating suggestion
intitni Jul 3, 2023
8f8909d
Fix that chat panel can't be displayed by open commands after being h…
intitni Jul 3, 2023
252efb2
WIP
intitni Jul 3, 2023
a7bbe6d
Temporarily remove USearch because it's breaking SwiftUI preview
intitni Jul 5, 2023
0a5260b
Fix dependency
intitni Jul 5, 2023
7b463fe
Move chat tab management to GUIController
intitni Jul 5, 2023
d2659f1
Move providers to their specific folder
intitni Jul 5, 2023
32e169b
Remove nonisolated from SuggestionWidgetController
intitni Jul 5, 2023
e142fef
Update dependencies
intitni Jul 5, 2023
3bf4958
Move ChatProvider to ChatTab
intitni Jul 5, 2023
ed252e6
Update ChatTab to better handle tab titles
intitni Jul 5, 2023
ef106f9
Update ChatWindowView to support tab management
intitni Jul 5, 2023
51f5cb9
Handle custom chat commands directly in ChatService
intitni Jul 5, 2023
d4fe170
Fix hiding chat panel
intitni Jul 5, 2023
fde659e
Adjust chat panel title bar height
intitni Jul 5, 2023
83ee69e
Fix that an action was not sent from main thread
intitni Jul 5, 2023
2e03404
Support closing tab with Command+W
intitni Jul 5, 2023
47464b9
Update tab bar style to match Xcode
intitni Jul 5, 2023
aebdaca
Adjust chatgpt tab title
intitni Jul 6, 2023
fad5fae
Merge branch 'feature/multiple-chat-tab' into develop
intitni Jul 6, 2023
61500a9
Rename custom command open chat to send message
intitni Jul 6, 2023
12dbf3c
Add new custom command one-time dialog
intitni Jul 6, 2023
23c638d
Add custom command type description
intitni Jul 6, 2023
c183d9f
Fix issues in custom command settings
intitni Jul 6, 2023
b76ca97
Rename to Single Round Dialog
intitni Jul 6, 2023
46a91ee
Update single round dialog to support template
intitni Jul 6, 2023
8cdfcb1
Disable smart dash and quote
intitni Jul 6, 2023
9c38bc9
Update README.md
intitni Jul 6, 2023
da20352
Merge branch 'feature/custom-command-one-time-conversation' into develop
intitni Jul 6, 2023
134926d
Add comments
intitni Jul 6, 2023
91e426b
Make nearbyTextCursor the default suggestion presentation
intitni Jul 7, 2023
ea72ac6
Fix tests
intitni Jul 8, 2023
f0c1517
Move real-time suggestion generation to PseudoCommandHandler
intitni Jul 8, 2023
9e55656
Adjust suggestion invalidation logic
intitni Jul 8, 2023
3632ead
Add FilespaceSuggestionInvalidationTests
intitni Jul 8, 2023
2eab928
Fix index out of scope
intitni Jul 8, 2023
250ea2f
Merge branch 'feature/improve-real-time-suggestion-invalidation' into…
intitni Jul 9, 2023
0ecd3f8
Update USearchIndex to work correctly
intitni Jul 7, 2023
c6ecaa0
WIP
intitni Jul 8, 2023
2c5ada0
Remove python site-packages
intitni Jul 9, 2023
265c3c7
Fix LanguageClient version for now
intitni Jul 9, 2023
ecd2b9f
Embed the project in a workspace so the playground can work properly
intitni Jul 9, 2023
42016e3
Allow disabling auto function calling handling
intitni Jul 9, 2023
7a37f6c
Reimplement CallbackManager to be more easily extensible
intitni Jul 9, 2023
dec8584
Make VectorStore public
intitni Jul 9, 2023
de7c2fb
Add block base initializer for EmbeddingConfiguration overrides
intitni Jul 9, 2023
821a2d2
Add initial implementation of RetrievalQAChain
intitni Jul 9, 2023
8560aee
Move CallbackEvents to the right places
intitni Jul 9, 2023
59ae064
Update QA and WebScrapper to work properly
intitni Jul 9, 2023
1b39b67
Update DEVELOPMENT.md
intitni Jul 9, 2023
c844b1b
Update QueryWebsiteFunction to use RetrievalQAChain
intitni Jul 10, 2023
d4dca03
Merge branch 'feature/finishing-query-web' into develop
intitni Jul 10, 2023
7c3e584
Bump GitHub Copilot to 1.9.1
intitni Jul 10, 2023
d96e234
Support ignoring trailing new lines
intitni Jul 10, 2023
876c6be
Handling featureFlagsNotification
intitni Jul 10, 2023
a6830bf
Merge branch 'feature/github-copilot-1.9.1' into develop
intitni Jul 10, 2023
a8eefe5
Fix a thread safe issue
intitni Jul 10, 2023
bd33799
Bump version to 0.20.0
intitni Jul 10, 2023
c8748cc
Fix that custom command send message is run twice
intitni Jul 10, 2023
d704e5a
Fix that chat panel is not opened immediately after custom command run
intitni Jul 10, 2023
09d10b7
Fix that empty chat panel can't be hidden by clicking circular widget
intitni Jul 10, 2023
6294653
Fix that chat is not created when running command open chat
intitni Jul 10, 2023
40b03a3
Fix window not ordered front when switching spaces
intitni Jul 10, 2023
4993a5f
Update appcast.xml
intitni Jul 11, 2023
343a66f
Update suggestion invalidation
intitni Jul 11, 2023
04109d5
Update to also remove trailing whitespaces
intitni Jul 11, 2023
32ca3f0
Adjust web search function
intitni Jul 11, 2023
94f23a5
Fix that clicking accept in suggestion hides completion panel and cau…
intitni Jul 11, 2023
a615719
Update appcast.xml
intitni Jul 11, 2023
746e6d5
Merge branch 'release/0.20.0'
intitni Jul 11, 2023
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
Handling featureFlagsNotification
  • Loading branch information
intitni committed Jul 10, 2023
commit 876c6beae8a5681c81dcece0eaed3d3c9ba5e834
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,13 @@ extension CustomJSONRPCLanguageServer {
}
block(nil)
return true
case "featureFlagsNotification":
if UserDefaults.shared.value(for: \.gitHubCopilotVerboseLog) {
Logger.gitHubCopilot
.info("\(anyNotification.method): \(anyNotification.params.debugDescription)")
}
block(nil)
return true
default:
return false
}
Expand Down