Commit 6198daa
Dev (#815)
* subchat model params and chat id fixes
* remove locks of at commands and at command params
* remove ast sled db lock
* fix: don't fully postprocess file for preview
* fix: remove binary fields from source file extensions, .db .sqlite .uasset and .mdf
* fix: only ask for definitions if file is supported by ast
* fix: remove unnecesary messages cloning
* update tree-sitter
* add how much did it take to build AST
* migrating to lmdb: step 1
* updating ast db to lmdb
* fix: windows warning import
* fix: keep temp dir in ast struct, so it can be cleaned up at drop
* new ast db usage fixes, tracing improvements and refactor usages
* fix: language typos
* fix: db env settings
* fix: rm mutex from at commands after conflict resolution
* fix: small fixes from review
* feat: better wording & animated confirmation card & workspace name matching mechanism
* tools improvements pack (#813)
* tools improvements pack
* diff in cloud
* fix: wording & workspaces get graphql schema update
* wip: refactored useIntegrations, got rid of formData handling
* refactor(tables): better data state management & prevention of endless re-renderings
* do not blacklist tools for agent mode (#818)
* do not blacklist tools for agent mode
* no locate
* feat: cleanup inactive shadow git repos
* feat: add cleanup of old objects in active repos
* fix: UI friendly error for restoring old checkpoint
* add test for git cleanup, so that it removes blob objects and does not break repo
* fix: remove shadow git repos in two steps, first rename, then remove
* fix: update mtime each time a checkpoint is created, so that we can check folder age to see if repo is inactive
* fix: add abort flag to git cleanup
* qwen thinking mode and some improvements on server side
* add qwen reasoning option
* missed enable thinking
* add concurrency setup in UI
* allowed nctx
* split thinking part
* less args
* repair invalid index and id for tool call stream
* prettier
* <think> remove if need to patch
* comment on logic change
* fix: remove multiple from mandatory toolcall.function.arguments properties
* Update README.md
* Update endpoint URLs to refact.ai in constants.rs
* Update GraphQL API URL to use new endpoint
* cloud with non-statc caps
* minor update: thinking models
* something is broken in latest flash attn
* up version
---------
Co-authored-by: mitya <dimitry.ageev@gmail.com>
Co-authored-by: Humberto Yusta <humbertoyusta02@gmail.com>
Co-authored-by: Max <max@oxyplay.com>
Co-authored-by: JegernOUTT <sergey.vakhreev@gmail.com>1 parent d73114a commit 6198daa
File tree
102 files changed
+2973
-2186
lines changed- refact-agent
- engine
- src
- ast
- treesitter
- parsers
- tests
- at_commands
- caps
- cloud
- git
- http/routers/v1
- integrations
- postprocessing
- scratchpads
- tools
- file_edit
- gui
- generated
- graphql
- src
- components
- IntegrationsView
- Confirmation
- Header
- IntegrationForm
- IntegrationsTable
- IntermediateIntegration
- hooks
- utils
- Sidebar/GroupTree
- ConfirmGroupSelection
- Tools
- features
- Chat/Thread
- Integrations
- services/refact
- utils
- refact-server
- refact_utils/third_party/utils
- refact_webgui/webgui
- static
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
102 files changed
+2973
-2186
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
53 | 57 | | |
54 | | - | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
87 | | - | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
158 | 161 | | |
159 | 162 | | |
160 | 163 | | |
| 164 | + | |
| 165 | + | |
161 | 166 | | |
162 | 167 | | |
163 | 168 | | |
| |||
168 | 173 | | |
169 | 174 | | |
170 | 175 | | |
171 | | - | |
172 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
72 | | - | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
0 commit comments