Commit Graph

3172 Commits

Author SHA1 Message Date
Dax Raad d1aa28f417 ci: version stuff 2025-10-14 14:52:05 -04:00
Dax Raad 38bcff5998 ci: fix 2025-10-14 18:44:22 +00:00
opencode 00c74dbb72 release: v0.15.3 v0.15.3 2025-10-14 18:44:21 +00:00
Dax Raad befa103109 ci: stuff 2025-10-14 14:35:04 -04:00
Aiden Cline 7520515273 fix: false positive package manager detection in upgrade (#3181) 2025-10-14 13:18:40 -05:00
Frank d15110074c ci: fix 2025-10-14 13:58:54 -04:00
Frank e91a051982 wip: zen 2025-10-14 13:52:30 -04:00
GitHub Action 1aa3dd2b56 chore: format code 2025-10-14 17:08:18 +00:00
Adam cf479404c3 wip: css/ui work 2025-10-14 12:07:45 -05:00
Adam 6b88402f08 wip: css/ui work 2025-10-14 12:06:18 -05:00
Adam b8cd2b62ca wip: desktop work 2025-10-14 12:06:17 -05:00
Netanel Draiman 97c4179bc5 feat(cli): add session option to attach command (#3167) 2025-10-14 11:04:32 -05:00
Adam afc475f9a4 wip: css and ui packages 2025-10-14 07:16:24 -05:00
Adam 4af079fd59 wip: desktop work 2025-10-14 07:15:08 -05:00
Adam 17f1cb3664 wip: desktop work 2025-10-14 07:15:08 -05:00
GitHub Action b4911ef1f1 ignore: update download stats 2025-10-14 2025-10-14 12:04:50 +00:00
Dax cacb086356 feat: use realtime events for live tool call updates in Slack (#3163) 2025-10-14 03:13:48 -04:00
Dax Raad 15409fc218 fix: update tsconfig for Slack package 2025-10-14 02:55:21 -04:00
Dax Raad de634a3f13 fix: export trimDiff function from edit tool 2025-10-14 02:55:02 -04:00
Dax Raad 07ac47ac3d fix: resolve TypeScript errors in SDK and Slack package 2025-10-14 02:54:37 -04:00
Dax Raad c64b823198 feat: add Slack integration package with Bolt framework 2025-10-14 02:53:55 -04:00
Dax Raad 87ff866318 core: improve dependency management and error handling for more reliable builds 2025-10-14 01:33:25 -04:00
Dax Raad b03301a967 core: standardize dependency versions for better reliability
Ensures consistent versions across packages by using workspace catalog for
tailwindcss and tsconfig dependencies, reducing potential conflicts and
installation issues.
2025-10-14 01:27:17 -04:00
Dax Raad 6e591ce3cb core: reduce dependency conflicts by standardizing package versions through catalog
This eliminates duplicate package versions that were causing build issues and
inconsistent behavior across the monorepo. Dependencies now resolve to single
versions through the workspace catalog, making installs faster and more reliable.
2025-10-14 01:23:54 -04:00
opencode 08840f2f32 release: v0.15.2 v0.15.2 2025-10-14 04:56:00 +00:00
Alberto Fanton 17f1bb96f4 fix: disable GPG signing in snapshot tests (#3102) 2025-10-13 23:40:41 -05:00
Aiden Cline b22df18e0f fix: config dir overrides (#3160) 2025-10-13 23:25:53 -05:00
Aiden Cline 0beda25798 fix: custom model (#3156) 2025-10-13 19:58:19 -05:00
pancake 841135c435 fix: clang formatter name (#3042)
Co-authored-by: pancake <pancake@nopcode.org>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2025-10-13 19:55:18 -05:00
Haris Gušić d4bc87f3c1 fix: make shell more robust (#3051) 2025-10-13 17:37:35 -05:00
maple 67e5252734 docs: typo in custom-tools.mdx (#3152) 2025-10-13 17:19:20 -05:00
Aiden Cline a0600e82d9 fix: typecheck (#3149) 2025-10-13 14:51:12 -05:00
AB 15d5c03f64 fix: add useCompletionUrls option to fix certain azure setups (#2528)
Co-authored-by: andreas.blass <andreas.blass@outlook.com>
Co-authored-by: GitHub Action <action@github.com>
2025-10-13 14:16:21 -05:00
Tommy D. Rossi e6373142c1 tweak: include stack trace in server error responses (#3134) 2025-10-13 14:10:35 -05:00
opencode 65b9b7acf0 release: v0.15.1 v0.15.1 2025-10-13 18:14:52 +00:00
Dax Raad 6cc97ede65 fix: disable workspace symbol lookup to prevent LSP performance issues 2025-10-13 14:05:54 -04:00
Aiden Cline f8132999b6 fix: pass options to compact (#3136) 2025-10-13 10:42:39 -05:00
Aiden Cline 40f77361d2 docs: update recommended models list (#3121) 2025-10-12 21:35:31 -05:00
Aiden Cline 85bd863914 fix: adjust list tool prompt to handle cwd better (#3115) 2025-10-12 16:48:03 -05:00
Ravshan Samandarov 7122edc44f docs: Update README.md (#3100) 2025-10-12 16:23:25 -04:00
Jay 864a53775a docs: Fix formatting of num_ctx in providers.mdx 2025-10-12 16:01:32 -04:00
Aiden Cline 083fb7075f docs: ollama num_ctx (#3111) 2025-10-12 10:40:51 -05:00
GitHub Action 5c26d08fe7 ignore: update download stats 2025-10-12 2025-10-12 12:04:09 +00:00
OpeOginni 2e870df2b7 fix: add timeout to fetch models.dev refresh request (#3059) 2025-10-12 00:20:22 -05:00
opencode 8680e728d7 release: v0.15.0 v0.15.0 2025-10-12 05:12:15 +00:00
Dax Raad e025027d20 ci: centralize bun setup to reduce duplication and improve caching 2025-10-12 00:46:37 -04:00
Dax Raad bac8e924be ci: tweak 2025-10-12 00:40:59 -04:00
Tommy D. Rossi c015ced81f fix: rg hanging forever when run in bash, waiting for stdin (#3103)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-10-11 23:24:48 -05:00
Dax Raad 4951bc5515 ci: re-enable aur 2025-10-12 00:22:16 -04:00
Frank 8f37e46b49 wip: zen 2025-10-11 16:17:39 -04:00