Hayden Hargreaves
501d15e410
WIP: working on search execution
Run Test Suite / test (push) Failing after 29s
2026-04-09 15:17:07 -07:00
Hayden Hargreaves
514c77c1af
feat: added search actions and motions:
2026-04-09 14:36:18 -07:00
Hayden Hargreaves
1aa1954d35
feat: implemented the % motion! tested as well
Run Test Suite / test (push) Successful in 42s
2026-04-09 09:32:25 -07:00
Hayden Hargreaves
b808e75a38
doc: updated v0.1.md
2026-04-08 21:07:52 -07:00
Hayden Hargreaves
31629d1908
feat: implemented horizontal scroll, tested
...
Run Test Suite / test (push) Successful in 42s
Updated lots of pieces with this, but it looks good.
2026-04-08 21:06:27 -07:00
Hayden Hargreaves
9899d1af1f
doc: renamed it
Run Test Suite / test (push) Successful in 33s
2026-04-08 17:39:49 -07:00
Hayden Hargreaves
718e6022da
doc: updated V0.1.md
2026-04-08 17:39:27 -07:00
Hayden Hargreaves
9926252bf8
chore: removed old, testing file
Run Test Suite / test (push) Successful in 36s
2026-04-08 17:29:33 -07:00
Hayden Hargreaves
d270927ff7
chore: agents are primary now, I like this more
Run Test Suite / test (push) Successful in 36s
2026-04-08 17:28:47 -07:00
Hayden Hargreaves
e27c7560a2
fix: fixed issues the @janitor found
2026-04-08 17:28:01 -07:00
Hayden Hargreaves
64c448c639
test: updated tests and pulled theme into EditorSettings.
Run Test Suite / test (push) Successful in 37s
2026-04-08 17:19:32 -07:00
Hayden Hargreaves
2cfa17705b
feat: created some agents :)
2026-04-08 17:06:55 -07:00
Hayden Hargreaves
4d96c0a531
test: updated colorscheme related tests. tested loader
Run Test Suite / test (push) Successful in 35s
2026-04-08 12:57:33 -07:00
Hayden Hargreaves
197cc7681d
feat: last few themes for now
2026-04-08 12:33:24 -07:00
Hayden Hargreaves
b9b973925d
feat: tons of themes!
2026-04-08 12:25:20 -07:00
Hayden Hargreaves
273be90d42
feat: HUGE refactor of colorschemes, untested.
...
Now we can load them in via JSON files at launch time. They are embded
in the final exe though...
2026-04-08 11:59:49 -07:00
Hayden Hargreaves
be13f8838d
fix: remove the styles package, fixed tests
...
Run Test Suite / test (push) Successful in 31s
However, the colorscheme functions and tests do not work anymore, they
need to be rebuilt.
2026-04-07 22:43:00 -07:00
Hayden Hargreaves
1c2585b8d9
feat: Implemented syntax styles
...
Treesitter integration implemented! But tests are failing, need to
resolve that.
2026-04-07 22:34:42 -07:00
Hayden Hargreaves
77416bc0a4
feat: created theme module
...
This means we can finally create some themes! But the treesitter mapping
is not complete.
2026-04-07 21:44:34 -07:00
Hayden Hargreaves
760770c564
doc: cleaned up a bit.
2026-04-07 20:21:41 -07:00
Hayden Hargreaves
76f949a6b2
fix: fixed the html highlights
2026-04-07 19:37:27 -07:00
Hayden Hargreaves
6034e44364
feat: implemented more languages
...
Run Test Suite / test (push) Successful in 35s
HTML isnt great, but I guess there isnt much to color, or maybe its just
the styles. The next step is making the colorschemes.
2026-04-07 11:40:34 -07:00
Hayden Hargreaves
760b7dd15a
fix: this got left in
2026-04-07 11:08:24 -07:00
Hayden Hargreaves
624439a0cf
feat: implemented abstraction for the queries and regs
2026-04-07 11:01:07 -07:00
Hayden Hargreaves
7c15f41ab1
fix: removed chroma from project
2026-04-07 10:35:04 -07:00
Hayden Hargreaves
16d1318c22
feat: start TS impl
...
This is so vibe coded, but in the interest of time, its a bit
necessary. Plus this is a complex problem that I don't have the mental
bandwidth to invest right now.
2026-04-07 10:23:25 -07:00
Hayden Hargreaves
f96c1c1302
init: starting up the treesitter parsing
2026-04-06 22:31:40 -07:00
Hayden Hargreaves
bc08213f07
doc: updated doc status
2026-04-06 21:17:58 -07:00
Hayden Hargreaves
32fe3f1edd
fix: fixed replace action (r) in visual mode, tested
Run Test Suite / test (push) Successful in 18s
2026-04-06 21:14:56 -07:00
Hayden Hargreaves
7a7472fd12
feat: implemtned H, M, L screen actions, tested
Run Test Suite / test (push) Successful in 17s
2026-04-06 21:04:51 -07:00
Hayden Hargreaves
f17573edd2
feat: impl and tested J and gJ
2026-04-06 19:24:47 -07:00
Hayden Hargreaves
064f747b55
doc: V0.1.md created
Run Test Suite / test (push) Successful in 16s
2026-04-06 18:34:22 -07:00
d6323be62b
Merge pull request 'Implemented the replace (r and R) actions and replace mode' ( #5 ) from feature/replace into master
...
Run Test Suite / test (push) Successful in 16s
Reviewed-on: #5
2026-04-06 18:30:36 -07:00
Hayden Hargreaves
881a4d6d78
doc: documented trade off regarding last insert tracking
Run Test Suite / test (push) Successful in 17s
Run Test Suite / test (pull_request) Successful in 15s
2026-04-06 18:29:23 -07:00
Hayden Hargreaves
43b3992522
feat: implemented replace mode, tested!
...
Run Test Suite / test (push) Successful in 15s
Run Test Suite / test (pull_request) Successful in 15s
Looking great, maybe I will actually use this lol
2026-04-05 23:53:24 -07:00
Hayden Hargreaves
6033e58d0e
feat: implement the r action, tested
...
Run Test Suite / test (push) Successful in 17s
Began work on replace mode, but not complete.
2026-04-05 22:58:07 -07:00
Hayden Hargreaves
58082afdd2
fix: added gutter fix and basic scroll
...
Run Test Suite / test (push) Successful in 15s
Scrolling is pretty useless, but nice touch
2026-04-05 00:16:19 -07:00
Hayden Hargreaves
a5ff18e1de
doc: updated FEATURES.md
Run Test Suite / test (push) Successful in 15s
2026-04-05 00:03:17 -07:00
Hayden Hargreaves
0767ee0982
feat: added support for full page jumping
2026-04-05 00:00:40 -07:00
a9dd5c008f
Merge pull request 'feat: adding word actions, not done, and lots of failing tests' ( #4 ) from feature/word-motions into master
...
Run Test Suite / test (push) Successful in 15s
Reviewed-on: #4
2026-04-04 11:43:46 -07:00
Hayden Hargreaves
1166a67c64
fix: updated via using feedback from Qodo
Run Test Suite / test (push) Successful in 20s
Run Test Suite / test (pull_request) Successful in 15s
2026-04-04 11:38:19 -07:00
Hayden Hargreaves
b23072b43f
doc: updated FEATURES.md
Run Test Suite / test (push) Successful in 16s
Run Test Suite / test (pull_request) Successful in 15s
2026-04-04 11:09:53 -07:00
Hayden Hargreaves
8b7a479ecb
feat: finally got the tests passing.
...
Run Test Suite / test (push) Successful in 19s
Run Test Suite / test (pull_request) Successful in 16s
Most of the tests were just written poorly, the code was right. Though
the yank related questions were actually broken.
2026-04-04 11:08:33 -07:00
Hayden Hargreaves
7ba94eaeea
doc: added notes to qodo.md
Run Test Suite / test (push) Failing after 17s
Run Test Suite / test (pull_request) Failing after 14s
2026-04-03 15:20:47 -07:00
Hayden Hargreaves
5833f2312b
fix: removing action
Run Test Suite / test (push) Failing after 15s
Run Test Suite / test (pull_request) Failing after 14s
2026-04-03 14:38:08 -07:00
Hayden Hargreaves
194b848d6b
fix: added gitea to provider
Run Test Suite / test (push) Failing after 15s
Run Test Suite / test (pull_request) Failing after 14s
PR Agent (Gemini) / pr_agent_job (pull_request) Successful in 7s
2026-04-03 14:35:51 -07:00
Hayden Hargreaves
c58ec77dba
fix: forgot to add sync
Run Test Suite / test (push) Failing after 16s
Run Test Suite / test (pull_request) Failing after 15s
PR Agent (Gemini) / pr_agent_job (pull_request) Successful in 14s
2026-04-03 14:32:48 -07:00
Hayden Hargreaves
4a2c8895af
fix: copied from docs
Run Test Suite / test (push) Failing after 17s
Run Test Suite / test (pull_request) Failing after 16s
2026-04-03 14:30:39 -07:00
Hayden Hargreaves
47a867a537
fix: gemini pro attempt
Run Test Suite / test (push) Failing after 18s
Run Test Suite / test (pull_request) Failing after 17s
Qodo PR Agent (Gemini) / Run PR Agent (pull_request) Successful in 13s
2026-04-03 14:26:51 -07:00
Hayden Hargreaves
b9e9fb2f5f
fix: again dude wtf
Run Test Suite / test (push) Failing after 14s
Run Test Suite / test (pull_request) Failing after 15s
Qodo AI PR Reviewer / qodo_review (pull_request) Successful in 8s
2026-04-03 13:44:53 -07:00