| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-27 | use workingDir if shellInstance is nil otherwise use cwd if shellInstance is ↵ | Fuad | |
| not nil | |||
| 2025-04-27 | use provided workingg dir | Fuad | |
| 2025-04-27 | Fix nil pointer dereference in GetPersistentShell | Fuad | |
| Added nil check in GetPersistentShell before accessing shellInstance.isAlive to prevent panic when newPersistentShell returns nil due to shell startup errors. This resolves the "invalid memory address or nil pointer dereference" error that was occurring in the shell tool. | |||
| 2025-04-25 | fix acc error | Kujtim Hoxha | |
| 2025-04-25 | small fixes | Kujtim Hoxha | |
| 2025-04-25 | feat(groq): add support for Groq using the OpenAI provider | Hunter Casten | |
| 2025-04-24 | change package name | Kujtim Hoxha | |
| 2025-04-21 | init command | Kujtim Hoxha | |
| 2025-04-21 | config validation | Kujtim Hoxha | |
| 2025-04-21 | remove old logs | Kujtim Hoxha | |
| 2025-04-21 | fix anthropic | Kujtim Hoxha | |
| 2025-04-21 | add context to the prompt | Kujtim Hoxha | |
| 2025-04-21 | improve cache | Kujtim Hoxha | |
| 2025-04-21 | initial tool call stream | Kujtim Hoxha | |
| 2025-04-21 | lsp improvements | Kujtim Hoxha | |
| 2025-04-21 | add bedrock model | Kujtim Hoxha | |
| 2025-04-21 | small fixes | Kujtim Hoxha | |
| 2025-04-21 | implement patch, update ui, improve rendering | Kujtim Hoxha | |
| 2025-04-21 | small fixes | Kujtim Hoxha | |
| 2025-04-21 | Update agent prompt, improve TUI patch UI, remove obsolete tool tests | Kujtim Hoxha | |
| - Replace and expand agent coder prompt for clarity and safety - Add patch tool and TUI dialog support for patch diffs - Sort sidebar modified files by name - Remove Bash/Edit/Sourcegraph/Write tool tests 🤖 Generated with opencode Co-Authored-By: opencode <[email protected]> | |||
| 2025-04-21 | rename to opencode | Kujtim Hoxha | |
| 2025-04-21 | reimplement agent,provider and add file history | Kujtim Hoxha | |
| 2025-04-21 | minor fixes | Kujtim Hoxha | |
| 2025-04-21 | fix diff | Kujtim Hoxha | |
| 2025-04-21 | remove node dependency and implement diff format | Kujtim Hoxha | |
| 2025-04-21 | handle errors correctly in the other tools | Kujtim Hoxha | |
| 2025-04-21 | handle errors correctly in the edit tool | Kujtim Hoxha | |
| 2025-04-21 | handle errros correctly in the bash tool | Kujtim Hoxha | |
| 2025-04-21 | handle errors correctly in the agent tool | Kujtim Hoxha | |
| 2025-04-21 | cleanup diff, cleanup agent | Kujtim Hoxha | |
| 2025-04-21 | cleanup app, config and root | Kujtim Hoxha | |
| 2025-04-21 | add initial git support | Kujtim Hoxha | |
| 2025-04-21 | implement nested tool calls and initial setup for result metadata | Kujtim Hoxha | |
| 2025-04-15 | OpenAI model config changed to GPT-4.1 | jdlms | |
| 2025-04-11 | small change | Kujtim Hoxha | |
| 2025-04-10 | fix cancell | Kujtim Hoxha | |
| 2025-04-10 | fix logs and add cancellation | Kujtim Hoxha | |
| 2025-04-09 | default the region to us | Kujtim Hoxha | |
| 2025-04-09 | minor fixes | Kujtim Hoxha | |
| 2025-04-09 | Merge pull request #25 from kujtimiihoxha/cleanup-logs-status | Kujtim Hoxha | |
| Cleanup Logs and Status | |||
| 2025-04-09 | finish logs page | Kujtim Hoxha | |
| 2025-04-09 | add bedrock support | Kujtim Hoxha | |
| 2025-04-08 | cleanup retry | Kujtim Hoxha | |
| 2025-04-08 | Merge pull request #22 from adamdottv/adam/retries | Kujtim Hoxha | |
| fix(anthropic): better 429/529 handling | |||
| 2025-04-08 | fix typo | Kujtim Hoxha | |
| 2025-04-08 | structure tools the same | Kujtim Hoxha | |
| - add some tests - fix some tests - change how we handle permissions | |||
| 2025-04-08 | fix: status messages | adamdottv | |
| 2025-04-07 | improve status message handling | Kujtim Hoxha | |
| 2025-04-07 | fix: handle anthropic 429s | adamdottv | |
| 2025-04-05 | fix(anthropic): increase max retries | adamdottv | |
