Dax Raad
cfbe9d329f
Revert "Use opentui OSC52 clipboard ( #11718 )"
...
This reverts commit 8e985e0a75 .
2026-02-02 00:13:02 -05:00
Dax Raad
a4d31b6f95
ci: enable typecheck on push to dev branch to catch type errors immediately after merge
2026-02-01 22:32:45 -05:00
Dax Raad
c5dc075a88
Revert "fix(plugin): correct exports to point to dist instead of src"
...
This reverts commit 7417e6eb38 .
2026-02-01 22:29:45 -05:00
Dax Raad
eade8ee07b
docs: Restructure AGENTS.md style guide with organized sections and code examples
2026-02-01 22:28:00 -05:00
Dax Raad
826664b559
ci: restrict nix-hashes workflow to dev branch pushes only
...
Remove pull_request trigger and limit push trigger to dev branch to prevent
unnecessary workflow runs on feature branches and PRs. The workflow will now
only execute when dependency files change on the dev branch.
2026-02-01 21:16:13 -05:00
Dax Raad
d1f884033f
ignore: switch commit model to kimi-k2.5 for improved command execution reliability
2026-02-01 21:02:26 -05:00
Dax Raad
0f3630d936
ci: skip unicode filename test due to inconsistent behavior causing CI failures
2026-02-01 21:01:57 -05:00
Dax Raad
83d0e48e38
tui: fix task status to show current tool state from message store
2026-02-01 20:52:17 -05:00
Dax Raad
6c9b2c37a5
core: allow starting new sessions after errors by fixing stuck session status
2026-02-01 20:39:58 -05:00
Dax Raad
3ab41d548f
ci: skip force push when beta branch is unchanged
2026-02-01 20:35:02 -05:00
Dax Raad
d3d783e23d
ci: allow manual dispatch for beta workflow
2026-02-01 20:18:12 -05:00
Dax Raad
7aad2ee9ae
ci: run beta workflow on hourly schedule only
2026-02-01 20:17:50 -05:00
Dax Raad
f390ac251d
ci: centralize team list in @opencode-ai/script package and use beta label filter
2026-02-01 20:17:15 -05:00
Dax Raad
7837bbc639
ci: add synchronize event and check for beta label using contains()
2026-02-01 19:59:20 -05:00
Dax Raad
372dcc033c
ci: change trigger from scheduled cron to PR labeled events with beta label condition
2026-02-01 19:59:20 -05:00
Dax Raad
4158d7cda8
ci: add --label beta filter to only process PRs with beta label
2026-02-01 19:59:20 -05:00
Dax Raad
425abe2fbf
ci: post PR comments when beta merge fails instead of Discord notifications
2026-02-01 19:59:20 -05:00
Dax Raad
744fb6aed0
ci: rewrite beta script to use proper Bun shell patterns
2026-02-01 19:59:20 -05:00
Dax Raad
e9f8e6aeec
ci: remove parseArgs CLI option and use environment variable directly
2026-02-01 19:59:20 -05:00
Dax Raad
5dee3328d4
ci: add --discord-webhook / -d CLI option for custom Discord webhook URL
2026-02-01 19:59:20 -05:00
Dax Raad
2f63152af3
ci: add DISCORD_ISSUES_WEBHOOK_URL secret to beta workflow
2026-02-01 19:59:20 -05:00
Dax Raad
c9891fe071
ci: collect all failed PR merges and notify Discord
2026-02-01 19:59:20 -05:00
Dax Raad
d35956fd92
ci: prevent rate limit errors when fetching team PRs for beta releases
2026-02-01 19:29:26 -05:00
Dax Raad
e70d984320
tui: enable password authentication for remote session attachment
...
Allow users to authenticate when attaching to a remote OpenCode session by supporting basic auth via a password flag or OPENCODE_SERVER_PASSWORD environment variable
2026-01-31 14:42:36 -05:00
Dax Raad
6b972329fd
sync
2026-01-31 01:58:20 -05:00
Dax Raad
6ecd011e51
tui: allow specifying custom models file path via OPENCODE_MODELS_PATH
...
Users can now configure their own models configuration file by setting the OPENCODE_MODELS_PATH environment variable, providing more flexibility for testing and configuration.
2026-01-31 01:53:23 -05:00
Dax Raad
8e5db3083c
ci: copy models fixture for e2e test consistency
2026-01-31 01:44:19 -05:00
Dax Raad
d005e70f50
core: ensure models configuration is not empty before loading
2026-01-31 00:57:17 -05:00
Dax Raad
507f13a30c
ci: run tests automatically when code is pushed to dev branch
2026-01-31 00:37:55 -05:00
Dax Raad
90f39bf672
core: prevent parallel test runs from contaminating environment variables
2026-01-31 00:37:21 -05:00
Dax Raad
b6bbb95704
ci: remove pull-request write permissions from beta workflow
2026-01-30 23:39:01 -05:00
Dax Raad
d713026a6a
ci: remove workflow restrictions to allow all PR triggers for broader CI coverage
2026-01-30 23:36:54 -05:00
Dax Raad
73c4d3644c
ci: allow manual beta workflow trigger so users can release on demand instead of waiting for hourly schedule
2026-01-30 23:36:05 -05:00
Dax Raad
571f5b31c9
ci: schedule beta workflow hourly to automate sync runs
2026-01-30 23:33:33 -05:00
Dax Raad
2f4374c829
Merge remote dev and apply revert
2026-01-30 20:38:10 -05:00
Dax Raad
3542f3e406
Revert "feat: make skills invokable as slash commands in the TUI"
...
This reverts commit 85126556b8 .
2026-01-30 20:37:41 -05:00
Dax Raad
85126556b8
feat: make skills invokable as slash commands in the TUI
...
- Add Skill.content() method to load skill template content from SKILL.md files
- Modify Command.list() to include skills as invokable commands
- Add 'skill' boolean property to Command.Info schema
- Update autocomplete to show skills with (Skill) label in slash commands
- Regenerate SDK to include skill property in Command type
2026-01-30 20:36:48 -05:00
Dax Raad and opencode
f51bd28ed8
ci: increase ARM runner to 8 vCPUs for faster Tauri builds
2026-01-30 21:06:48 +00:00
Dax Raad
9259d2bf52
fix(github): add owner parameter to app token for org-wide repo access
2026-01-30 15:22:02 -05:00
Dax Raad
e94ae550ea
commit
2026-01-30 15:17:55 -05:00
Dax Raad
1bbe84ed8d
ci
2026-01-30 12:55:58 -05:00
Dax Raad
1aade4b308
ci
2026-01-30 10:39:59 -05:00
Dax Raad
2e005de670
ci
2026-01-30 10:38:10 -05:00
Dax Raad
e80a99e7bd
ci
2026-01-30 10:36:01 -05:00
Dax Raad
9a0132e750
ci
2026-01-30 10:35:39 -05:00
Dax Raad
7fb22ab681
ci
2026-01-30 10:28:54 -05:00
Dax Raad
e4d3b961cd
ci
2026-01-30 10:28:12 -05:00
Dax Raad
9cf3e651ca
ci
2026-01-30 10:26:55 -05:00
Dax Raad
e0b60d9f34
ci
2026-01-30 10:25:10 -05:00
Dax Raad
3f57f4913d
ci
2026-01-30 10:23:19 -05:00
Dax Raad
b9e9c8c763
ci
2026-01-30 10:21:47 -05:00
Dax Raad
0d53f34c43
ci
2026-01-30 10:20:49 -05:00
Dax Raad
0a0b54aa4b
ci
2026-01-30 10:15:45 -05:00
Dax Raad
4a4fc48ee8
ci
2026-01-30 10:12:29 -05:00
Dax Raad
5e823fd208
ci
2026-01-30 10:11:05 -05:00
Dax Raad
ad5d495b2c
ci
2026-01-30 10:09:27 -05:00
Dax Raad
abb87eac8f
ci
2026-01-30 10:08:28 -05:00
Dax Raad
a530c1b5b6
ci
2026-01-30 10:02:05 -05:00
Dax Raad
601744eacd
sync
2026-01-30 09:58:54 -05:00
Dax Raad
97a428cf69
ci
2026-01-30 09:57:17 -05:00
Dax Raad
698cf6dfc1
ci
2026-01-30 09:56:21 -05:00
Dax Raad
9493316502
ci
2026-01-30 09:56:06 -05:00
Dax Raad
08fa7f7188
ci
2026-01-30 09:36:57 -05:00
Dax Raad
d58661d4fb
ci
2026-01-30 01:15:24 -05:00
Dax Raad
09f4ef8996
ci
2026-01-30 00:56:45 -05:00
Dax Raad
1794319a4c
ci
2026-01-30 00:48:08 -05:00
Dax Raad
8f53794017
ci
2026-01-30 00:46:12 -05:00
Dax Raad
48d6d72e25
ci
2026-01-30 00:44:58 -05:00
Dax Raad
5bef8e316a
ci
2026-01-30 00:43:36 -05:00
Dax Raad
08f11f4da6
ci
2026-01-30 00:39:49 -05:00
Dax Raad
9e0747c9b4
ci
2026-01-30 00:39:23 -05:00
Dax Raad
66ec378680
ci
2026-01-30 00:27:51 -05:00
Dax Raad
015eda36ce
ci
2026-01-30 00:25:52 -05:00
Dax Raad
e666ddb630
ci
2026-01-30 00:23:52 -05:00
Dax Raad
da7f45bd4c
ci
2026-01-30 00:21:30 -05:00
Dax Raad
273e7b8379
ci
2026-01-30 00:18:50 -05:00
Dax Raad
36041c0000
ci
2026-01-30 00:15:21 -05:00
Dax Raad
b5e5d4c92f
ci
2026-01-30 00:10:44 -05:00
Dax Raad
b109ab7830
ci
2026-01-30 00:07:56 -05:00
Dax Raad
b28891473f
ci
2026-01-30 00:05:05 -05:00
Dax Raad
5d0122b5a9
ci
2026-01-30 00:04:51 -05:00
Dax Raad
1ab4bbc275
ci
2026-01-29 23:58:39 -05:00
Dax Raad
908350c2ea
ci
2026-01-29 23:56:56 -05:00
Dax Raad
3fef490187
ci
2026-01-29 23:55:48 -05:00
Dax Raad
3ac05201c6
ci
2026-01-29 23:52:08 -05:00
Dax Raad
2d3c7a0f24
ci
2026-01-29 23:49:53 -05:00
Dax Raad
cd664a189b
ci
2026-01-29 23:17:57 -05:00
Dax Raad
849f488744
ci
2026-01-29 23:15:12 -05:00
Dax Raad
5ea1042ffb
ci
2026-01-29 23:13:07 -05:00
Dax Raad
71d280d570
ci: fix container build script
...
Invoke docker build with Bun shell so commands run correctly, and document default automation behavior.
2026-01-29 23:10:50 -05:00
Dax Raad
5cfb5fdd06
ci: add container build workflow
...
Add prebuilt build images and a publish workflow to speed CI by reusing heavy dependencies.
2026-01-29 23:07:58 -05:00
Dax Raad
30969dc33e
ci: cache apt packages to reduce CI build times on ubuntu
2026-01-29 21:51:53 -05:00
Dax Raad
d3d6e7e275
sync
2026-01-29 21:35:24 -05:00
Dax Raad
95309c2149
fix(beta): use local git rebase instead of gh pr update-branch
2026-01-29 21:25:27 -05:00
Dax Raad
e9e8d97b0d
ci
2026-01-29 21:23:03 -05:00
Dax Raad
553316af2a
ci
2026-01-29 21:19:00 -05:00
Dax Raad
f27ee4674a
ci
2026-01-29 20:59:33 -05:00
Dax Raad
03803621db
ci
2026-01-29 19:35:52 -05:00
Dax Raad
81326377f2
ci: trigger publish workflow automatically after beta builds complete
2026-01-29 19:35:05 -05:00
Dax Raad
7ed6f690e9
ci
2026-01-29 19:34:12 -05:00