adamdottv
5056a67f57
feat: session specific logs
2025-05-14 13:06:09 -05:00
adamdottv
4cbd861309
chore: cleanup
2025-05-14 06:00:34 -05:00
adamdottv
e0ed9e8f4a
chore: rename
2025-05-13 10:02:39 -05:00
adamdottv
e2a0554c39
chore: cleanup
2025-05-13 09:26:54 -05:00
adamdottv
b488272602
chore: cleanup
2025-05-13 07:15:58 -05:00
adamdottv
10c60aedbd
chore: cleanup
2025-05-13 07:04:27 -05:00
adamdottv
c0da60e14a
chore: rename coder -> primary
2025-05-12 14:32:27 -05:00
adamdottv
75f7a98b73
chore: cleanup
2025-05-12 10:46:14 -05:00
Ed Zynda
af021e57f6
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
adamdottv
0cf8042b23
wip: refactoring
2025-05-12 09:44:56 -05:00
adamdottv
547af3a0f5
wip: logging improvements
2025-05-09 13:37:13 -05:00
adamdottv
3976e8adb8
chore: refactoring status updates
2025-05-08 12:03:59 -05:00
adamdottv
750d03e1df
fix: log page nav
2025-05-08 07:59:15 -05:00
adamdottv
864f2585ac
feat: better logs page
2025-05-06 14:22:37 -05:00
phantomreactor
176ef7460d
feat: add support for images
2025-05-02 15:29:46 -05:00
adamdottv
92813f1078
feat: compact command with auto-compact
2025-05-02 15:24:47 -05:00
adamdottv
eb75f9aec7
feat: write to context.md by default
2025-05-02 15:24:47 -05:00
Kujtim Hoxha
7d3be2773c
some small fixes
2025-05-01 11:07:47 -05:00
adamdottv
d02d2a0b8f
feat: lsp discovery
2025-05-01 06:26:20 -05:00
adamdottv
9eccfd4137
fix: more intuitive keybinds
2025-04-30 11:34:21 -05:00
adamdottv
2ba130f3a9
feat: themes
2025-04-30 07:46:34 -05:00
Aiden Cline
88adff87d6
feat: model selection for given provider ( #57 )
...
release / goreleaser (push) Has been cancelled
* feat: model selection for given provider
* tweak: adjust cfg validation func, remove duplicated logic, consolidate agent updating into agent.go
* tweak: make the model dialog scrollable, adjust padding slightly for modal"
* feat: add provider selection, add hints, simplify some logic, add horizontal scrolling support, additional scroll indicators"
* remove nav help
* update docs
* increase number of visible models, make horizontal scroll "wrap"
* add provider popularity rankings
2025-04-28 19:25:06 +02:00
Kujtim Hoxha
6e33817b30
change package name
2025-04-24 18:26:16 +02:00
Kujtim Hoxha
b90d7e3a9b
small changes
2025-04-24 16:40:36 +02:00
Kujtim Hoxha
a29f155feb
remove edit/normal mode
2025-04-24 16:40:36 +02:00
Kujtim Hoxha
6344673f23
init command
2025-04-21 19:53:55 +02:00
Kujtim Hoxha
94271b528f
config validation
2025-04-21 14:29:28 +02:00
Kujtim Hoxha
dc0894025e
fix the memory bug
2025-04-21 13:42:29 +02:00
Kujtim Hoxha
d6ab3ab3e9
small fixes
2025-04-21 13:42:29 +02:00
Kujtim Hoxha
b7e86f61cd
implement patch, update ui, improve rendering
2025-04-21 13:42:27 +02:00
Kujtim Hoxha
cdc80c64e1
small improvements
2025-04-21 13:42:02 +02:00
Kujtim Hoxha
91b1a8f064
rename to opencode
2025-04-21 13:42:02 +02:00
Kujtim Hoxha
e5eea7b9bf
reimplement agent,provider and add file history
2025-04-21 13:42:00 +02:00
Kujtim Hoxha
a8c22808dc
cleanup app, config and root
2025-04-21 13:41:25 +02:00
Kujtim Hoxha
f48c3a00ba
wip files
2025-04-21 13:38:42 +02:00
Kujtim Hoxha
296266cdf7
intiial layout
2025-04-21 13:38:42 +02:00
Kujtim Hoxha
e7e57c4c3d
fix logs and add cancellation
2025-04-10 13:29:44 +02:00
Kujtim Hoxha
7b8b9bdc29
small fixes
2025-04-09 19:18:51 +02:00
Kujtim Hoxha
58a7aee0c4
finish logs page
2025-04-09 19:07:39 +02:00
Kujtim Hoxha
ceccfad49d
Merge pull request #22 from adamdottv/adam/retries
...
fix(anthropic): better 429/529 handling
2025-04-08 20:32:57 +02:00
Kujtim Hoxha
94923948e1
structure tools the same
...
- add some tests
- fix some tests
- change how we handle permissions
2025-04-08 19:15:23 +02:00
Kujtim Hoxha
f463ce6694
improve status message handling
2025-04-07 19:43:31 +02:00
Kujtim Hoxha
6419973667
Enhance bash tool security and improve permission dialog UI
...
- Expand safe command list with common dev tools (git, go, node, python, etc.)
- Improve multi-word command detection for better security checks
- Add scrollable viewport to permission dialog for better diff viewing
- Fix command batching in TUI update to properly handle multiple commands
🤖 Generated with termai
Co-Authored-By: termai <noreply@termai.io >
2025-04-04 15:41:25 +02:00
Kujtim Hoxha
1d467dfda3
Fix status message clearing issue
...
- Add missing case for ClearStatusMsg in main TUI update function
- Ensures status messages are properly cleared after timeout
🤖 Generated with termai
Co-Authored-By: termai <noreply@termai.io >
2025-04-04 15:04:58 +02:00
Kujtim Hoxha
c185dc84d6
Enhance UI feedback and improve file diff visualization
...
- Improve diff display in permission dialogs with better formatting
- Add visual indicators for focus changes in permission dialogs
- Increase diagnostics timeout from 5 to 10 seconds
- Fix write tool to show proper diffs for existing files
- Update status component to properly handle messages
🤖 Generated with termai
Co-Authored-By: termai <noreply@termai.io >
2025-04-04 14:36:57 +02:00
Kujtim Hoxha
afd9ad0560
rework llm
2025-04-01 13:38:54 +02:00
Kujtim Hoxha
904061c243
additional tools
2025-03-26 01:12:30 +01:00
Kujtim Hoxha
e7258e38ae
initial agent setup
2025-03-23 22:25:31 +01:00
Kujtim Hoxha
8daa6e774a
add initial stuff
2025-03-23 19:19:08 +01:00
Kujtim Hoxha
7844cacb25
add help
2025-03-23 15:00:12 +01:00