Commit 01b9936
Dev (#182)
* chore(hidden features): add defaults to initail state.
* feat(knowledge): add workspace to initial state and event handler for changing workspace.
* chore(hcat-js): bump to `v2.0.6-alpha.0` for knowledge.
* chore(chat): version "~v2.0.6-alpha.1, type export fixes
* chore(new patches): remove code no longer used by chat
* feat: handle tool edit results from chat.
* refactor(patch actions): remove `ideCreateNewFile.match(e)`.
* fix(chat): thread type update.
* chore: bump chat to `v2.0.8-alpha.2` for new patch actions.
* Version bump 190225 (#189)
* 6.1.1
* 6.1.2
* 6.1.3
* fix workflow for refact repo
* readme update
* sublist
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update package.json
* Update README.md
* Update README.md
* Update package.json
* version bump 6.1.4 & [email protected]
---------
Co-authored-by: Kirill Starkov <[email protected]>
Co-authored-by: oxyplay <[email protected]>
* chore: version bump 6.1.5
* Apply accept reject (#191)
* feat(chat): send events back to chat when accepting changes in the ide.
* fix(chat ide tool call): pass chatId ide back to chat when done.
* refactor(tool edit): remove chat id from the payload.
* Revert "refactor(tool edit): remove chat id from the payload."
This reverts commit 8defbcf.
Changes to be committed:
modified: src/sidebar.ts
* diff: save on accept.
* [email protected] version bump
---------
Co-authored-by: alashchev17 <[email protected]>
Co-authored-by: Andrii Lashchov <[email protected]>
* 6.1.6
* 6.1.7
* 6.1.8
* 6.1.9
* fix gh release flow
* cicd: use refact repo chat artifacts instead npm
* 6.1.10
* 6.1.11
* 6.1.12
* 6.1.13
* 6.1.14
* 6.1.15
* Version bump/6.1.16 (#197)
* version bump 6.1.16
* 6.1.17
* 6.1.18
* 6.1.19
* 6.1.20
* feat: keep indent for selected snippet.
* chore: remove console.log.
* remove knowledge flag.
* 6.2.1
* 6.2.2
* 6.2.3 version bump
* feat: knowledge option
* chore: version bump 6.2.4
* chore: version bump 6.2.5
* 6.2.6
* chore: version bump 6.2.7
* chore: version bump 6.2.8
* chore: version bump 6.3.0
---------
Co-authored-by: Andrii Lashchov <[email protected]>
Co-authored-by: Kirill Starkov <[email protected]>
Co-authored-by: oxyplay <[email protected]>
Co-authored-by: alashchev17 <[email protected]>
Co-authored-by: Oleg Klimov <[email protected]>1 parent 3a0ea2d commit 01b9936
File tree
6 files changed
+155
-125
lines changed- .github/workflows
- src
6 files changed
+155
-125
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
60 | | - | |
61 | | - | |
| 63 | + | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
70 | 92 | | |
71 | 93 | | |
| 94 | + | |
72 | 95 | | |
73 | | - | |
| 96 | + | |
74 | 97 | | |
| 98 | + | |
75 | 99 | | |
76 | | - | |
| 100 | + | |
77 | 101 | | |
78 | 102 | | |
79 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 62 | + | |
| 63 | + | |
66 | 64 | | |
67 | 65 | | |
68 | 66 | | |
| |||
71 | 69 | | |
72 | 70 | | |
73 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
74 | 98 | | |
75 | 99 | | |
76 | 100 | | |
| |||
97 | 121 | | |
98 | 122 | | |
99 | 123 | | |
| 124 | + | |
100 | 125 | | |
101 | 126 | | |
102 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
| 592 | + | |
| 593 | + | |
592 | 594 | | |
593 | 595 | | |
594 | 596 | | |
| |||
0 commit comments