Commit graph

2163 commits

Author SHA1 Message Date
adamdottv
d20d0c5a95
chore: cleanup 2025-05-12 11:22:19 -05:00
adamdottv
5af3c05d41
chore: cleanup 2025-05-12 10:53:13 -05:00
adamdottv
df4a9295c0
chore: cleanup 2025-05-12 10:46:14 -05:00
adamdottv
8cbfc581b5
chore: cleanup 2025-05-12 10:45:03 -05:00
Nicholas Hamilton
4bb350a09b
Fix filepicker manual input (#146)
* fix: allows to type i while manual inputting filepath

* fix: file selection in filepicker focus mode

* remove duplicate code
2025-05-12 10:01:56 -05:00
adamdottv
17c5b9c12c
fix: build 2025-05-12 09:59:57 -05:00
Ed Zynda
1f8580553c
feat: custom commands (#133)
* Implement custom commands

* Add User: prefix

* Reuse var

* Check if the agent is busy and if so report a warning

* Update README

* fix typo

* Implement user and project scoped custom commands

* Allow for $ARGUMENTS

* UI tweaks

* Update internal/tui/components/dialog/arguments.go

Co-authored-by: Kujtim Hoxha <kujtimii.h@gmail.com>

* Also search in $HOME/.opencode/commands

---------

Co-authored-by: Kujtim Hoxha <kujtimii.h@gmail.com>
2025-05-12 09:58:59 -05:00
mineo
f92b2b76dc
replace github.com/google/generative-ai-go with github.com/googleapis/go-genai (#138)
* replace to github.com/googleapis/go-genai

* fix history logic

* small fixes

---------

Co-authored-by: Kujtim Hoxha <kujtimii.h@gmail.com>
2025-05-12 09:56:30 -05:00
adamdottv
1d1a1ddcbf
fix: visual tweaks 2025-05-12 09:54:20 -05:00
adamdottv
dfe5fd8d97
wip: refactoring 2025-05-12 09:44:56 -05:00
adamdottv
ed9fba99c9
wip: refactoring 2025-05-12 08:43:34 -05:00
adamdottv
f100777199
wip: logging improvements 2025-05-09 13:37:13 -05:00
adamdottv
f41b7bbd0a
chore: refactoring status updates 2025-05-08 12:03:59 -05:00
adamdottv
e35ea2d448
fix: log page nav 2025-05-08 07:59:15 -05:00
adamdottv
bab17d7520
feat: session manager 2025-05-08 07:58:37 -05:00
adamdottv
051d7d7936
chore: logging token usage 2025-05-06 14:40:00 -05:00
adamdottv
b638dafe5f
feat: better logs page 2025-05-06 14:22:37 -05:00
adamdottv
e387b1f16c
fix: openrouter require_parameters 2025-05-06 11:17:32 -05:00
adamdottv
71a68dd56d
feat: add qwen3 models 2025-05-06 10:19:07 -05:00
adamdottv
3ee8ebd3d3
fix: auto-compact logic 2025-05-06 10:03:21 -05:00
adamdottv
ef298b2f18
fix: hide empty messages 2025-05-05 14:38:33 -05:00
adamdottv
3cc08494a5
fix: pubsub leak and shutdown seq 2025-05-05 14:23:29 -05:00
adamdottv
afcdabd095
fix: anthropic non-empty blocks 2025-05-05 12:00:09 -05:00
adamdottv
efaba6c5b8
feat: hide tool calls 2025-05-05 11:25:34 -05:00
adamdottv
874715838a
feat: show sender name and timestamp 2025-05-05 11:02:02 -05:00
adamdottv
167eb9ddfa
fix: diagnostics visual in status bar 2025-05-05 07:04:33 -05:00
Joshua LaMorey-Salzmann
fba344718f
Config fix correcting loose viper string check, default model now set correctly (#147) 2025-05-05 06:56:10 -05:00
adamdottv
cdd906e32e
fix: bedrock supports attachments 2025-05-02 15:35:24 -05:00
phantomreactor
ff0ef3bb43
feat: add support for images 2025-05-02 15:29:46 -05:00
adamdottv
0095832be3 chore: cleanup and logging 2025-05-02 15:24:47 -05:00
adamdottv
406ccf9b87 fix: diagnostics tool init 2025-05-02 15:24:47 -05:00
adamdottv
f90d6238ed fix: bedrock context window 2025-05-02 15:24:47 -05:00
adamdottv
f004a0b8c3 fix: anthropic non-empty blocks 2025-05-02 15:24:47 -05:00
adamdottv
49423da081 feat: compact command with auto-compact 2025-05-02 15:24:47 -05:00
adamdottv
364cf5b429 feat: write to context.md by default 2025-05-02 15:24:47 -05:00
adamdottv
b2f24e38ed feat: better diagnostic visuals in status bar 2025-05-02 15:24:47 -05:00
adamdottv
49037e7b28 feat: better logs page 2025-05-02 15:24:47 -05:00
adamdottv
c66832d299
fix: wording 2025-05-01 11:54:35 -05:00
adamdottv
7398b4ce70
fix: don't truncate task tool output 2025-05-01 11:35:54 -05:00
Kujtim Hoxha
a61b2026eb
add xai support (#135) 2025-05-01 11:08:26 -05:00
Aiden Cline
69ade34c2c
fix: tweak the logic in config to ensure that env vs file configurations merge properly (#115) 2025-05-01 11:08:17 -05:00
Garrett Ladley
fbca5441f6
feat: test for getContextFromPaths (#105)
* feat: test for getContextFromPaths

* fix: use testify
2025-05-01 11:08:06 -05:00
Kujtim Hoxha
e4680caebb
some small fixes 2025-05-01 11:07:47 -05:00
adamdottv
e760d28c5a
feat: show hunk headers 2025-05-01 09:02:14 -05:00
adamdottv
7d5f0f9d18
fix: pass input to EDITOR 2025-05-01 07:58:27 -05:00
adamdottv
515f4e8642
fix: visual tweaks 2025-05-01 07:32:04 -05:00
adamdottv
f2b36b9234
fix: remove lsp tool 2025-05-01 07:28:37 -05:00
adamdottv
f224978bbc
fix: remove manual lsp definition 2025-05-01 07:24:53 -05:00
adamdottv
8819a37a05
fix: logo 2025-05-01 06:43:59 -05:00
adamdottv
769dff00ba
fix: don't mark as init 2025-05-01 06:43:30 -05:00