Commit Graph

445 Commits (85c6301ac5d22128f564b7c04f94de3611600dbf)

Author SHA1 Message Date
Dax 90d6c4ab41
Part data model (#950) 2025-07-13 17:22:11 -04:00
John Henry Rudden f04a5e50ee
fix: deduplicate command suggestions (#934) 2025-07-13 14:47:26 -05:00
Aiden Cline 97a31ddffc
tweak: plan interactions should match web (TUI) (#895) 2025-07-11 18:03:22 -04:00
adamdotdevin 04769d8a26
fix(tui): help commands bg color 2025-07-11 06:03:21 -05:00
adamdotdevin 34b576d9b5
fix(tui): don't include /mode trigger 2025-07-11 06:01:51 -05:00
adamdotdevin 22b244f847
fix(tui): actually fix mouse ansi codes leaking 2025-07-11 06:00:20 -05:00
adamdotdevin 85805d2c38
fix(tui): handle SIGTERM, closes #319 2025-07-10 15:59:03 -05:00
Timo Clasen 982cb3e71a
fix(tui): center help dilaog (#853) 2025-07-10 15:56:19 -05:00
adamdotdevin 294d0e7ee3
fix(tui): mouse wheel ansi codes leaking into editor 2025-07-10 15:49:58 -05:00
Dax Raad c056b0add9 add step finish part 2025-07-10 16:25:38 -04:00
adamdotdevin 34b1754f25
docs: clipboard requirements on linux 2025-07-10 13:12:37 -05:00
adamdotdevin 54fe3504ba
feat(tui): accent editor border on leader key 2025-07-10 12:57:22 -05:00
Aiden Cline 8b2a909e1f
fix: encode & decode file paths (#843) 2025-07-10 11:19:54 -05:00
adamdottv 6603d9a9f0
feat: --mode flag passed to tui 2025-07-10 10:19:25 -05:00
adamdottv d3e5f3f3a8
feat(tui): add token and cost info to session header 2025-07-10 10:06:51 -05:00
adamdottv ce4cb820f7
feat(tui): modes 2025-07-10 10:06:51 -05:00
adamdottv f95c3f4177
fix(tui): fouc in textarea on app load 2025-07-10 08:20:17 -05:00
adamdottv d2b1307bff
fix(tui): textarea cursor sync issues with attachments 2025-07-10 07:49:36 -05:00
adamdottv b40ba32adc
fix(tui): textarea issues 2025-07-10 07:38:57 -05:00
Josh Medeski 6d393759e1
feat(tui): subsitute cwd home path on status bar (#808) 2025-07-10 06:12:19 -05:00
Adi Yeroslav a1701678cd
feat(tui): /editor - change the auto-send behavior to put content in input box instead (#827) 2025-07-10 05:57:52 -05:00
Timo Clasen c411a26d6f
feat(tui): hide cost if using subscription model (#828) 2025-07-10 05:56:36 -05:00
adamdottv 85dbfeb314
feat(tui): @symbol attachments 2025-07-10 05:53:00 -05:00
Timo Clasen f22021187d
feat(tui): treat pasted text file paths as file references (#809) 2025-07-09 18:37:39 -05:00
adamdottv 53f8e7850e
feat: configurable log levels 2025-07-09 10:00:03 -05:00
adamdottv ca8ce88354
feat(tui): move logging to server logs 2025-07-09 08:16:10 -05:00
adamdottv 37a86439c4
fix(tui): don't panic on missing linux clipboard tool 2025-07-09 06:51:58 -05:00
adamdottv 269b43f4de
fix(tui): markdown wrapping off sometimes 2025-07-09 06:41:53 -05:00
adamdottv 3f25e5bf86
chore: internal clipboard package 2025-07-09 04:55:24 -05:00
Aiden Cline 67765fa47c
tweak: keep completion options open when trigger is still present (#789) 2025-07-09 04:42:31 -05:00
adamdottv 58b1c58bc5
fix(tui): clear command priority 2025-07-08 19:26:50 -05:00
Yihui Khuu 7893b84614
Add debounce before exit when using non-leader exit command (#759) 2025-07-08 18:53:38 -05:00
Dax Raad cfc715bd48 wip: remove excess import 2025-07-08 19:51:09 -04:00
adamdottv 39bcba85a9
chore: vendor clipboard into go package 2025-07-08 18:48:40 -05:00
adamdottv da3df51316
chore: remove clipboard temp 2025-07-08 18:47:59 -05:00
adamdottv 12190e4efc
chore: vendor clipboard into go package 2025-07-08 18:46:42 -05:00
adamdottv aacadd8a8a
fix(tui): panic when reading/writing clipboard on linux 2025-07-08 18:29:45 -05:00
Timo Clasen 1e07384364
fix: make compact command interruptible (#691)
Co-authored-by: GitHub Action <action@github.com>
2025-07-08 15:37:25 -05:00
Robb Currall a2fa7ffa42
fix: support cancelled task state (#775) 2025-07-08 15:33:39 -05:00
adamdottv daa5fc916a
fix(tui): pasting causes panic on macos 2025-07-08 14:57:17 -05:00
adamdottv c659496b96
fix(tui): model/provider arg parsing 2025-07-08 14:11:57 -05:00
adamdottv f31cbf2744
fix: image reading 2025-07-08 13:02:13 -05:00
adamdottv 0da83ae67e
feat(tui): command aliases 2025-07-08 08:20:55 -05:00
adamdottv 662d022a48
feat(tui): paste images and pdfs 2025-07-08 08:09:01 -05:00
adamdottv ea96ead346
feat(tui): handle --model and --prompt flags 2025-07-08 05:50:18 -05:00
Dax Raad c7a59ee2b1 better handling of aborting sessions 2025-07-07 20:59:00 -04:00
Dax f884766445
v2 message format and upgrade to ai sdk v5 (#743)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Liang-Shih Lin <liangshihlin@proton.me>
Co-authored-by: Dominik Engelhardt <dominikengelhardt@ymail.com>
Co-authored-by: Jay V <air@live.ca>
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com>
2025-07-07 15:53:43 -04:00
Dax Raad ea6bfef21a use full filepath 2025-07-04 17:58:03 -04:00
Dax Raad 85214d7c59 fix input bar not rendering capital letters 2025-07-04 17:21:51 -04:00
Timo Clasen 997cb2d945
fix(tui): optimistic rendering (#692) 2025-07-04 16:06:57 -05:00
Dax Raad 45b139390c make file attachments work good like 2025-07-04 16:21:26 -04:00
adamdottv b8d276a049
fix(tui): full paths for attachments 2025-07-04 11:42:22 -05:00
Dax Raad ee01f01271 file attachments 2025-07-04 12:24:01 -04:00
adamdottv 32d5db4f0a
fix(tui): markdown wrapping off sometimes 2025-07-04 11:16:38 -05:00
adamdottv f6108b7be8
fix(tui): handle pdf and image @ files 2025-07-04 11:13:09 -05:00
adamdottv 94ef341c9d
feat(tui): render attachments 2025-07-04 10:55:02 -05:00
adamdottv f9abc7c84f
feat(tui): file attachments 2025-07-04 10:55:02 -05:00
adamdottv 891ed6ebc0
fix(tui): slower startup due to file.status 2025-07-04 10:55:01 -05:00
adamdottv fce59db94a
chore: simplify completions 2025-07-03 12:48:22 -05:00
adamdottv 5a0910ea79
chore: better local dev with stainless script 2025-07-03 11:49:15 -05:00
adamdottv 1dffabcfda
fix(tui): panic on completions failure 2025-07-03 10:53:43 -05:00
adamdottv c389e0ed43
fix(tui): redundant tool calls in each message in collapsed mode 2025-07-03 10:42:27 -05:00
adamdottv 6b73ffd1c1
fix(tui): include orphaned tool calls 2025-07-03 09:32:44 -05:00
adamdottv 0eadc50a33
fix(tui): selected message visuals 2025-07-03 09:03:04 -05:00
adamdottv 8825cd3811
feat(tui): unshare command 2025-07-03 07:09:09 -05:00
adamdottv 3d9a5d9970
fix(tui): always show status bar 2025-07-03 06:53:05 -05:00
adamdottv 1f9e195fa6
fix(tui): better highlight visuals 2025-07-03 06:49:37 -05:00
Craig Andrews 73c012c76c
fix: simplify parallel map using channels (#582) 2025-07-03 05:43:10 -05:00
Lev 2ace57404b
fix: properly handle utf-8 in diff highlighting (#585) 2025-07-03 05:42:40 -05:00
andrewxt 67aa7ce04d
fix mouse scroll events being interpreted as keyboard input (#628) 2025-07-02 23:26:09 -04:00
Dax Raad 2090bab537 fix(tui): change messages layout toggle keybinding from <leader>m to <leader>p
🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
2025-07-02 20:06:30 -04:00
adamdottv c82a060eca
feat(tui): file viewer, select messages 2025-07-02 16:08:11 -05:00
Timo Clasen 0d6fb68a88
fix(tui): no space between agent and user message (#598) 2025-07-02 05:12:49 -05:00
adamdottv 33b5fe236a
fix(tui): better message rendering performance 2025-07-01 07:57:45 -05:00
adamdottv 739a9f71c3
fix(tui): layout issues 2025-07-01 06:41:39 -05:00
Timo Clasen 8f3d7b4038
feat: better model dialog with sorting by release date (#563) 2025-07-01 05:28:32 -05:00
adamdottv ef73926db6
chore: include model release date 2025-06-30 15:46:18 -05:00
Dax Raad 9ebad68274 fix bash tool extra line 2025-06-30 15:31:30 -04:00
Dax Raad 03664ba588 fix formatting of bash tools 2025-06-30 15:28:59 -04:00
adamdottv 5a107b275c
fix(tui): layout issues 2025-06-30 14:04:56 -05:00
adamdottv 9f3ba03965
chore: rework layout primitives 2025-06-30 12:29:29 -05:00
Timo Clasen d090c08ef0
feat: update user and agent messages width and alignment (#515)
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com>
2025-06-30 11:57:56 -05:00
Dax Raad 3a9584a419 fix context display 2025-06-28 21:01:53 -04:00
adamdottv 196f42cbff
fix(tui): share command and error messages 2025-06-28 17:51:28 -05:00
Dax Raad 322385f6b1 patch for scroll dumping characters into input buffer 2025-06-28 11:56:47 -04:00
Gal Schlezinger f618e569ab
optimize edit-tool rendering (#463)
Co-authored-by: opencode <noreply@opencode.ai>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2025-06-28 06:01:10 -05:00
adamdottv 79bbf90b72
chore: rework openapi spec and use stainless sdk 2025-06-27 14:26:25 -05:00
adamdottv d2176064e1
fix(tui): min width on user messages 2025-06-27 06:31:13 -05:00
adamdottv 59b3268c64
ignore: more metadata in app info 2025-06-27 06:19:27 -05:00
Dax Raad 51bf193889 ignore: run prettier 2025-06-26 22:30:44 -04:00
adamdottv 5394b5188b
fix(tui): editor styles were off 2025-06-26 15:12:26 -05:00
adamdottv 8e680b3957
feat(tui): more themes 2025-06-26 15:03:30 -05:00
adamdottv 1b8cd796d6
feat(tui): more themes 2025-06-26 14:54:32 -05:00
adamdottv 35fba793d0
fix(tui): editor width issues 2025-06-26 12:57:11 -05:00
adamdottv 5358d43b74
feat(tui): show lsp diagnostics for edit and write tools 2025-06-26 12:47:17 -05:00
adamdottv f777347bac
fix(tui): chat editor aesthetics 2025-06-26 12:44:44 -05:00
adamdottv 17c8b914df
fix(tui): visual issue with modal selected items in system theme 2025-06-26 12:33:06 -05:00
adamdottv 43b467dd12
chore: tui agents.md 2025-06-26 12:28:29 -05:00
adamdottv 8edbb74352
fix(tui): editor spinner colors 2025-06-26 12:21:20 -05:00
adamdottv ccbc9e00f2
fix(tui): make opencode theme default 2025-06-26 11:32:25 -05:00
Adam 7d13baadc8
feat: default system theme (#419)
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com>
2025-06-26 10:16:07 -05:00
Aiden Cline 0b1a8ae699
fix: file completions replaced wrong text when paths overlap (#378) 2025-06-24 18:13:15 -05:00
Dax ec001ca02f
windows fixes (#374)
Co-authored-by: Matthew Glazar <strager.nds@gmail.com>
2025-06-24 18:05:04 -04:00
Adam 6f18475428
feat: delete sessions (#362)
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com>
2025-06-24 11:07:41 -05:00
Tom 6bc61cbc2d
feat(tui): add debounce logic to escape key interrupt (#169)
Co-authored-by: opencode <noreply@opencode.ai>
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com>
2025-06-24 06:31:02 -05:00
adamdottv 8d3b2fb821
feat(tui): optimistically render user messages 2025-06-23 12:30:20 -05:00
adamdottv 5e79e3d7a5
fix(tui): less incorrect escapingn of < and > 2025-06-23 11:32:32 -05:00
adamdottv 966015c9ae
fix: overlay border color issues 2025-06-23 11:21:49 -05:00
adamdottv 61f057337a
fix: markdown wrapping issue 2025-06-23 11:20:44 -05:00
adamdottv 5162361372
fix(tui): color contrast fixes for nord 2025-06-22 15:17:18 -05:00
adamdottv d271b9f75b
fix(tui): help dialog visuals 2025-06-22 14:28:16 -05:00
Márk Magyar 333569bed3
ignore: fix typos and formatting (#294) 2025-06-22 14:26:46 -04:00
Adam 37e0a7050f
fix(tui): mouse wheel escape codes leaking into input 2025-06-22 10:26:44 -05:00
adamdottv 774dcb6980
fix(tui): cleanup help dialog 2025-06-22 06:44:23 -05:00
phantomreactor 28bc49ad17
fix: invisible html tags and compact long delay (#304) 2025-06-22 06:29:04 -05:00
adamdottv dc1947838c
fix(tui): cleanup modal visuals 2025-06-22 06:09:23 -05:00
adamdottv 3ea2daaa4c
fix(tui): theme dialog visuals 2025-06-22 05:34:22 -05:00
tyrellshawn 8efbe497fd
Created a Theme inspired by the matrix (#285) 2025-06-21 07:29:49 -05:00
Thomas Meire 119d2d966c
Add error handling on the calls to the server to debug issue #132 (#137) 2025-06-21 07:24:39 -05:00
Dax Raad 194415e785 footer clarifies it's showing context usage, not input token usage 2025-06-20 22:52:51 -04:00
adamdottv 9081e17fcc
fix(tui): visual tweaks to themes 2025-06-20 15:49:51 -05:00
adamdottv 453d690c11
docs: new themes docs 2025-06-20 15:31:38 -05:00
adamdottv c45be6a645
feat(tui): one dark theme 2025-06-20 15:14:23 -05:00
adamdottv 7b9b177088
feat(tui): kanagawa theme 2025-06-20 15:14:23 -05:00
adamdottv 3cee5b0470
feat(tui): gruvbox theme 2025-06-20 15:14:23 -05:00
adamdottv 9246d1c901
feat(tui): catppuccin theme 2025-06-20 15:14:22 -05:00
adamdottv cc12abc83e
feat(tui): nord theme 2025-06-20 15:14:22 -05:00
adamdottv 4f7e4a9436
feat(tui): custom themes 2025-06-20 15:14:22 -05:00
Márk Magyar eee396f903
feat(tui): theme switcher with preview (#264) 2025-06-20 15:14:05 -05:00
adamdottv 8b73c52f00
chore(tui): rename theme colors 2025-06-20 13:00:31 -05:00
adamdottv 9ea0d71e8d
fix(tui): async load messages on theme/session switch 2025-06-20 11:25:21 -05:00
adamdottv b1a3599017
fix(tui): input latency optimization 2025-06-20 11:08:08 -05:00
adamdottv 7b0329f67f
fix(tui): fetch tool more defensive 2025-06-20 09:00:28 -05:00
adamdottv 311b9c74dd
fix(tui): typeahead open/close perf 2025-06-20 08:20:10 -05:00
adamdottv 40b1dd7ef2
fix(tui): insert newline correctly positioned 2025-06-20 07:42:04 -05:00
adamdottv 261e76e0a3
fix(tui): input feels laggy 2025-06-20 07:31:45 -05:00
Rohan Godha 6674c6083a
fix: phantom input bug on wsl (#200) 2025-06-19 20:08:56 -05:00
adamdottv 88211d8c5b
fix(tui): upgrade notification 2025-06-19 16:03:45 -05:00
adamdottv 3728a12bee
fix(tui): better help on home 2025-06-19 15:56:28 -05:00
adamdottv 15a8936806
fix(tui): better tool titles 2025-06-19 15:11:53 -05:00
adamdottv 4e4cff49c0
feat(tui): better task tool rendering 2025-06-19 15:02:13 -05:00
adamdottv 5540503bee
fix(tui): sorted tool arg maps 2025-06-19 14:07:33 -05:00
adamdottv 72108c0296
fix(tui): sorted tool arg maps 2025-06-19 13:56:09 -05:00
adamdottv 24c0ce6e53
fix(tui): vscode and mac terminal colors 2025-06-19 11:46:08 -05:00
adamdottv 4cdc86612c
fix(tui): overlay border backgrounds 2025-06-19 11:41:30 -05:00
adamdottv e78d3b54bf
chore: cleanup logs 2025-06-19 10:52:45 -05:00
adamdottv f8a7cd372d
fix(tui): toast placement and overlay rendering 2025-06-19 10:45:10 -05:00
adamdottv f48eac638d
feat(tui): more toast messages 2025-06-19 10:41:59 -05:00
adamdottv e1f12f93eb
feat(tui): toast messages 2025-06-19 10:12:29 -05:00
adamdottv 4b132656df
feat(tui): copy share url to clipboard 2025-06-19 09:06:25 -05:00
Dax Raad 26bab00dab remove opencode_ prefixes from tool names. unfortunately this will break
all old sessions and share links. we'll be more backwards compatible in
the future once we're more stable.
2025-06-19 09:59:44 -04:00
adamdottv 568c04753e
feat(tui): expand input to fit message 2025-06-19 08:45:27 -05:00
Josh bb6b56b72a
fix: incorrect command on main screen for exiting application (#201) 2025-06-18 23:19:43 -04:00
Dax Raad bd8c3cd0f1 BREAKING CONFIG CHANGE
We have changed the config format yet again - but this should be the
final time. You can see the readme for more details but the summary is

- got rid of global providers config
- got rid of global toml
- global config is now in `~/.config/opencode/config.json`
- it will be merged with any project level config
2025-06-18 23:01:19 -04:00
Dax Raad e5e9b3e3c0 rework config 2025-06-18 23:01:19 -04:00
adamdottv 183ca64ef9
feat(tui): show provider next to model 2025-06-18 16:09:49 -05:00
adamdottv 8c32cfe829
chore: tui style tweaks 2025-06-18 15:59:58 -05:00
adamdottv 87d1d3fb62
fix(tui): file completion quirks 2025-06-18 15:51:26 -05:00
adamdottv ac777b77cf
fix(tui): modal visuals 2025-06-18 15:12:24 -05:00
adamdottv fae97978a3
chore: cleanup logs 2025-06-18 14:18:46 -05:00
adamdottv 1d0bfc2b2a
fix(tui): help dialog sorting 2025-06-18 14:06:20 -05:00
adamdottv bd46cf0f86
feat(tui): configurable keybinds and mouse scroll 2025-06-18 13:56:51 -05:00
SBSTN 0dc71774ce
Add Everforest Theme (#170) 2025-06-18 05:55:38 -05:00
adamdottv 2d68814abc
feat: better collapsed tool call visuals 2025-06-17 08:35:18 -05:00
adamdottv a5da5127fa
chore: consolidate chat page into tui.go 2025-06-17 07:09:04 -05:00
adamdottv d6d45bdc63
feat: share and init commands 2025-06-16 15:58:52 -05:00
Dax Raad 13a83721b0 ci: fixed ci issue 2025-06-16 16:58:25 -04:00
Miles Till 0d23f2a7fd
fix: incorrect lipgloss version (#131) 2025-06-16 14:35:46 -05:00
adamdottv c7bb7ce4de
fix: include cached tokens in tui 2025-06-16 12:59:38 -05:00
adamdottv c8eb1b24c3
feat: believe it or not, even faster tui init 2025-06-16 12:34:34 -05:00
adamdottv b9f894f1e9
feat: even faster tui init 2025-06-16 12:24:18 -05:00
adamdottv 7c0d10a4ce
feat: faster tui init 2025-06-16 11:54:55 -05:00
adamdottv 2d15c683e0
fix: default provider and model 2025-06-16 10:51:01 -05:00
adamdottv 3c94d26570
chore: remove status service 2025-06-16 10:45:19 -05:00
adamdottv 3c4e966216
fix: spinner background color 2025-06-16 10:03:44 -05:00
Thomas Meire 9fc6734f32
ignore: remove log files and add them to gitignore (#138) 2025-06-16 09:30:07 -04:00
adamdottv 77a6b3bdd6
fix: background color rendering issues 2025-06-15 15:07:05 -05:00
adamdottv b8a89dab0f
fix: background color rendering issues 2025-06-15 05:57:15 -05:00
szymon 7351e12886
remove .DS_Store (#112) 2025-06-15 05:34:46 -05:00
Dax Raad c4ff8dd205 revert ctrl+d - conflicts with page down 2025-06-14 21:29:02 -04:00
nitishxyz bfd4269d7d
Add Ayu dark theme (#109) 2025-06-14 20:08:31 -04:00
Rohan Godha c9b4564d36
tui: fix help dialog background (#110) 2025-06-14 18:57:15 -04:00
Conor O'Brien d097c546db
nit: update commands displayed on home to match commands available (#108) 2025-06-14 18:56:44 -04:00
Gal Schlezinger adb54521b4
make ctrl+d quit too, just like shells (#105) 2025-06-14 18:56:34 -04:00
Gal Schlezinger fe109c921e
add focus tracking for tui so cursor will hide when not in focus (#103) 2025-06-14 14:53:43 -05:00
Mantena Rama Raju 27d3cec477
typo (#94) 2025-06-14 14:36:29 -04:00
Albert Ilagan 0239761f31
tui: remove quit dialog (#97) 2025-06-14 12:47:34 -05:00
adamdottv 67023bb007
wip: refactoring tui 2025-06-13 15:56:33 -05:00
adamdottv 10ddd654cf
wip: refactoring tui 2025-06-13 11:27:05 -05:00
adamdottv 61396b93ed
wip: refactoring tui 2025-06-13 11:18:46 -05:00
adamdottv 62b9a30a9c
wip: refactoring tui 2025-06-13 10:47:51 -05:00
adamdottv 5706c6ad3a
wip: refactoring tui 2025-06-13 09:57:54 -05:00
adamdottv e8e03c895a
wip: refactoring tui 2025-06-13 09:44:09 -05:00
adamdottv 38667682a7
wip: refactoring tui 2025-06-13 09:19:51 -05:00
adamdottv d7d5fc39fb
wip: refactoring tui 2025-06-13 08:30:57 -05:00
adamdottv 0caf25adee
wip: refactoring tui 2025-06-13 08:30:56 -05:00
adamdottv 4169f0c412
wip: refactoring tui 2025-06-13 07:01:26 -05:00
adamdottv b7f06bbc1f
wip: refactoring tui 2025-06-13 06:56:12 -05:00
adamdottv 1b8cfe9e99
wip: refactoring tui 2025-06-13 06:49:59 -05:00
adamdottv 97837d2d23
wip: refactoring tui 2025-06-13 06:23:12 -05:00
adamdottv 1031bceef7
wip: refactoring tui 2025-06-12 16:04:45 -05:00
adamdottv 653965ef59
wip: refactoring tui 2025-06-12 16:00:26 -05:00
adamdottv ca0ea3f94d
wip: refactoring tui 2025-06-12 16:00:25 -05:00
adamdottv 98bd5109c2
wip: refactoring tui 2025-06-12 16:00:25 -05:00
adamdottv 78f65e4789
wip: refactoring tui 2025-06-12 16:00:25 -05:00
adamdottv 75dd2f75aa
wip: refactoring tui 2025-06-12 16:00:25 -05:00
adamdottv fe86e58bbb
wip: refactoring tui 2025-06-12 16:00:24 -05:00
adamdottv ae339015fc
wip: refactoring tui 2025-06-12 16:00:24 -05:00
adamdottv cce2e4ad75
wip: refactoring tui 2025-06-12 16:00:24 -05:00
Dax Raad 2fa50190e5 skip nil values 2025-06-12 13:13:34 -04:00
adamdottv 3c82fb6818
wip: refactoring tui 2025-06-11 12:05:54 -05:00
adamdottv 8a2f370eda
wip: refactoring tui 2025-06-11 11:58:25 -05:00
adamdottv 95d5e1f231
wip: refactoring tui 2025-06-11 11:43:28 -05:00
Dax Raad 49110f7412 sync 2025-06-10 18:10:30 -04:00
Dax Raad 021fd3fcb5 sync 2025-06-09 14:01:11 -04:00
Dax Raad b34d5c959b add go version 2025-06-06 23:26:11 -04:00
Dax Raad 265f427d2a lsp progress 2025-06-05 23:42:04 -04:00
Dax Raad db2bb32bcf integrate with models.dev 2025-06-05 14:59:16 -04:00
adamdottv 167aea6aaf
wip: refactoring tui 2025-06-05 13:10:20 -05:00
adamdottv e3d5af2855
wip: refactoring tui 2025-06-05 12:38:25 -05:00
adamdottv b3555cda30
wip: refactoring tui 2025-06-05 10:46:07 -05:00
adamdottv 04bd98cf4d
wip: refactoring tui 2025-06-05 05:43:33 -05:00
adamdottv 093e64eb54
wip: refactoring tui 2025-06-04 13:52:23 -05:00
adamdottv f34a3b6f67
wip: refactoring tui 2025-06-04 12:57:17 -05:00
Dax Raad d13822d26e tool updates 2025-06-04 13:12:48 -04:00
adamdottv a890288900
wip: refactoring tui 2025-06-04 11:48:01 -05:00
adamdottv 31d6e303a6
wip: refactoring tui 2025-06-04 11:48:01 -05:00
adamdottv 01050a430f
wip: refactoring tui 2025-06-04 09:20:48 -05:00
Dax Raad 0b565b18c4 sync 2025-06-04 10:20:29 -04:00
Dax Raad 0791b077d7 fix tokens 2025-06-04 10:14:42 -04:00
adamdottv 0c6bda8255
wip: refactoring tui 2025-06-03 15:49:41 -05:00
Dax Raad 1e063e7937 fix port issue 2025-06-03 16:35:37 -04:00
Dax Raad caf9fdc893 initialized 2025-06-03 14:24:45 -04:00
adamdottv b00326a75a
wip: refactoring tui 2025-06-03 12:45:28 -05:00
Dax Raad 274c8baa34 added app 2025-06-03 12:02:21 -04:00
Dax Raad 8487346d3f check in generated files 2025-06-02 22:14:12 -04:00
adamdottv 863e7a093e
wip: refactoring tui 2025-06-02 14:14:13 -05:00
adamdottv ca87b2806f
wip: refactoring tui 2025-06-02 13:33:05 -05:00
adamdottv 2958c6b53c
wip: refactoring tui 2025-06-02 12:30:03 -05:00
adamdottv 8b5394e031
wip: refactoring tui 2025-06-02 12:00:21 -05:00
adamdottv da92ee5f09
wip: refactoring tui 2025-06-02 11:33:01 -05:00
Dax Raad 4be9f7ab9c fix tool name change 2025-05-31 20:33:21 -04:00
Dax Raad 33109bac4d fix generate 2025-05-31 16:06:51 -04:00
Dax Raad f50a57041f embed go 2025-05-30 21:26:53 -04:00
Dax Raad f3da73553c sync 2025-05-30 20:48:36 -04:00