Dax Raad
831c95199c
ignore
2025-12-10 22:36:57 -05:00
Dax Raad
55bffabae1
ignore
2025-12-10 22:34:16 -05:00
Dax Raad
d5bf02f994
tui: use random free port and enable icon discovery by default
...
- Tauri app now automatically finds an available port instead of defaulting to 4096
- Icon discovery feature is now enabled by default in the Tauri app
- Prevents port conflicts when multiple OpenCode instances are running
2025-12-10 16:13:11 -05:00
Dax Raad
3381781b67
core: enable project discovery for experimental builds
2025-12-09 21:23:55 -05:00
Dax Raad
28e015bf97
core: fix project icon update handling to preserve existing icon properties
2025-12-09 16:55:26 -05:00
Dax Raad
3433e5bbd1
fix tests
2025-12-09 16:03:33 -05:00
Dax Raad
edbe015078
discover logic
2025-12-09 15:51:55 -05:00
Dax Raad
f8bffeaca1
sync
2025-12-09 15:48:22 -05:00
Dax Raad
40b2a24753
core: fix project event emission to include updated worktree data
2025-12-09 15:41:38 -05:00
Dax Raad
0dc4cc396c
test fixes
2025-12-09 15:41:38 -05:00
Dax Raad
71eced2fc9
core: fix project creation to include updated timestamp
2025-12-09 15:18:55 -05:00
Dax Raad
7b5a485d65
core: make project updated timestamp optional to support legacy project data
2025-12-09 15:18:55 -05:00
Dax Raad
30598c8766
core: fix project icon update to preserve existing icon properties
2025-12-09 15:11:00 -05:00
Dax Raad
31c49cd6c7
core: add automatic project icon discovery from favicon/logo files
2025-12-09 15:06:24 -05:00
Dax Raad
12d730ec45
fix ci
2025-12-09 14:53:47 -05:00
Dax Raad
839b8903ef
rework project loading
2025-12-09 14:41:14 -05:00
Dax Raad
c4d4c5cf7c
rename bus
2025-12-09 14:32:09 -05:00
Adam
bd3cef5398
feat: add color to project
2025-12-09 13:29:59 -06:00
Dax Raad
6d86da7e46
add project.name/icon
2025-12-09 13:57:18 -05:00
Dax Raad
b2f59e9d08
core: add project update timestamps to track when projects were last modified
...
Projects now track when they were last updated, making it easier for users
to see recent activity and identify stale projects in their workspace.
2025-12-09 11:52:53 -05:00
Aiden Cline
6ff4106a1e
core: prevent sessions from disappearing after git init
...
Previously, sessions created in a non-git directory would disappear from
the session picker after running git init and making the first commit.
This happened because the migration logic ran prematurely before a stable
project ID existed.
2025-12-06 23:32:47 -06:00
Aiden Cline
e68039a889
ignore: tweak
2025-12-05 01:00:47 -06:00
Aiden Cline
e3a734e9eb
fix: ensure projects that go from having no commits to having commits have sessions migrated ( #5105 )
...
Co-authored-by: GitHub Action <action@github.com >
2025-12-05 00:49:07 -06:00
Aiden Cline
848cfda06e
fix: ensure that vcs is still set to git even if no commits in repo
2025-12-04 23:02:11 -06:00
Aiden Cline
78d54aad3c
fix: drop absolute flag to resolve issues when using older git versions
2025-12-01 00:23:19 -06:00
Aiden Cline
15c8d556e1
enable parcel file watcher, expand parcel ignore patterns, replace fs watcher for git branches with parcel ( #4805 )
2025-11-26 17:33:43 -06:00
Dax Raad
723cbf548a
lil branch refactor
2025-11-26 12:34:48 -05:00
opencode-agent[bot]
3aa85e85a0
Renamed vcs.changed to vcs.branch.updated ( #4771 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com >
2025-11-26 01:17:59 -06:00
Aiden Cline
21bf5a10e5
show current git branch in tui ( #4765 )
...
Co-authored-by: GitHub Action <action@github.com >
2025-11-25 21:39:20 -06:00
Dax
aed647068f
enterprise ( #4617 )
...
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com >
2025-11-21 20:41:27 -05:00
Dax
e9141bf5cd
Tui onboarding ( #4569 )
...
Co-authored-by: GitHub Action <action@github.com >
2025-11-21 00:21:06 -05:00
Dax Raad
09e96e7525
handle config errors gracefully
2025-11-13 18:59:09 -05:00
Dax Raad
a8917b93b9
core: prevent crash when starting in repositories without any commits yet
2025-11-11 15:11:42 -05:00
Dax Raad
cee9e2e6b9
core: remove unused experimental flags for turn summary and no-bootstrap to simplify feature flag management
2025-11-11 12:33:26 -05:00
Dax Raad
1316032d1d
cache project id in root git folder
2025-11-10 21:57:55 -05:00
Dax Raad
58f832f1a9
tui: add logging when creating project instances to help users debug startup issues
2025-11-08 20:37:08 -05:00
Dax Raad
3867f88966
Merge remote-tracking branch 'origin/dev' into dev
2025-11-08 20:21:02 -05:00
Dax Raad
1819472982
improve startup speed
2025-11-08 20:18:36 -05:00
GitHub Action
9855771157
chore: format code
2025-11-08 01:59:02 +00:00
Dax Raad
a5cbc2df49
fix duplicate plugin subscriptions
2025-11-02 13:22:58 -05:00
Aiden Cline
81d7976e27
make /init a default slash command on server side ( #3677 )
2025-11-01 01:14:09 -05:00
Dax
fd63884d0b
OpenTUI is here ( #2685 )
2025-10-31 15:07:36 -04:00
Haris Gušić
ba2660ec3e
fix: Opencode hangs after exit ( #3481 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-10-30 23:57:58 -05:00
Dax Raad
6c481803d1
feat: add OPENCODE_FAKE_VCS flag for VCS testing and update todo tracking instructions
2025-10-28 02:54:29 -04:00
Aiden Cline
977339adab
Revert "fix: Explicitly exit CLI to prevent hanging subprocesses ( #3083 )"
...
This reverts commit 5f0e46c51c .
2025-10-27 01:30:13 -05:00
Haris Gušić
5f0e46c51c
fix: Explicitly exit CLI to prevent hanging subprocesses ( #3083 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-10-27 00:03:10 -05:00
Jérôme Benoit
0787f01d1d
chore: cleanup versioned zod imports ( #3460 )
...
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com >
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com >
2025-10-26 14:50:41 -05:00
Aiden Cline
9a4ee2d8a7
fix: snapshot undo bug ( #3290 )
2025-10-19 18:42:34 -05:00
Adam
611a719fb5
feat: experimental skip bootstrap
2025-10-09 14:51:11 -05:00
Dax Raad
d0008024f1
core: fix file search limit handling and ensure File module initialization
2025-10-02 00:18:18 -04:00