Dax Raad and OpenCode
7f8f46f9fe
Refactor session module structure and improve error handling
...
- Rename session.ts to index.ts for cleaner module imports
- Update all imports to use new session module structure
- Add error metadata tracking to message schema
- Improve error handling in session stream processing
🤖 Generated with [OpenCode](https://opencode.ai )
Co-Authored-By: OpenCode <noreply@opencode.ai >
2025-06-04 17:38:54 -04:00
Dax Raad
53b0a25085
implemented todo tool
2025-06-04 15:09:50 -04:00
Dax Raad
f49694a543
sync
2025-06-04 13:33:53 -04:00
Dax Raad
fb88705bdc
more tools
2025-06-04 13:33:25 -04:00
Dax Raad
90d85e6393
sync
2025-06-04 13:12:55 -04:00
Dax Raad
d13822d26e
tool updates
2025-06-04 13:12:48 -04:00
Dax Raad
0b565b18c4
sync
2025-06-04 10:20:29 -04:00
Dax Raad
0791b077d7
fix tokens
2025-06-04 10:14:42 -04:00
Dax Raad
1e063e7937
fix port issue
2025-06-03 16:35:37 -04:00
Dax Raad
37c34fd39c
mcp support
2025-06-03 15:57:48 -04:00
Dax Raad
e2397a343d
Fix bash tool stream handling by ensuring consistent stdout/stderr pipe configuration
...
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-03 14:48:05 -04:00
Dax Raad
8e769dcac0
Replace env-paths with xdg-basedir for better XDG compliance and cross-platform directory handling
...
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-03 14:46:28 -04:00
Dax Raad
9ad0477af6
change file name again
2025-06-03 14:28:50 -04:00
Dax Raad
c5eafd5722
sync
2025-06-03 14:25:25 -04:00
Dax Raad
caf9fdc893
initialized
2025-06-03 14:24:45 -04:00
Dax Raad
be4155a838
max output tokens
2025-06-03 13:46:39 -04:00
Dax Raad
4cf0aebb2e
do not list files if not git
2025-06-03 13:19:44 -04:00
Dax Raad
a5a39dada7
include env
2025-06-03 13:18:42 -04:00
Dax Raad
866f22b077
sync
2025-06-03 13:08:47 -04:00
Dax Raad
ec7ab16ce4
sync
2025-06-03 13:00:27 -04:00
Dax Raad
e5b06a2d95
initialzie
2025-06-03 12:38:48 -04:00
Dax Raad
fae49aaf88
sync
2025-06-03 12:08:07 -04:00
Dax Raad
274c8baa34
added app
2025-06-03 12:02:21 -04:00
Dax Raad
bfb36a8566
Refactor app context system to use Zod schemas and sync access pattern
...
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-03 11:59:03 -04:00
Dax Raad
8487346d3f
check in generated files
2025-06-02 22:14:12 -04:00
Dax Raad
54b99cd88a
scope filetimes to session
2025-06-02 20:24:32 -04:00
Dax Raad
786db364d2
add permission system
2025-06-02 19:51:37 -04:00
Dax Raad
80de5d489f
spawn from anywhere in dev mode
2025-06-02 11:40:28 -04:00
Dax Raad
ab17578516
remove json
2025-06-01 15:03:25 -04:00
Dax Raad
e764525578
sync
2025-06-01 15:01:57 -04:00
Dax Raad
a1c4f345a8
Fix TypeScript errors and clean up unused imports
...
- Remove unused fs import from app.ts
- Remove unused LLM import and missing module reference from server.ts
- Fix parameter naming inconsistency in fetch.ts execute function
- Add missing metadata property to fetch.ts return statement
- Update test file to use correct API signatures and parameter names
- Remove unused parameters from example.ts
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-01 14:46:04 -04:00
Dax Raad
526a8ea19a
Refactor application path handling and data storage architecture
...
Replace simple directory-based path system with git-aware data management that uses global data directories and proper workspace detection.
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-06-01 14:40:44 -04:00
Dax Raad
4be9f7ab9c
fix tool name change
2025-05-31 20:33:21 -04:00
Dax Raad
8e40160934
sync
2025-05-31 18:45:36 -04:00
Dax Raad
e97ed735d9
sync
2025-05-31 18:42:43 -04:00
Dax Raad
6d21525e71
sync
2025-05-31 18:10:49 -04:00
Dax Raad
b4f809559e
tool rework
2025-05-31 17:12:16 -04:00
Dax Raad
33109bac4d
fix generate
2025-05-31 16:06:51 -04:00
Dax Raad
f072ab3276
lazy load LLMs even harder
2025-05-31 16:05:12 -04:00
Dax Raad
3b746162d2
run formatter
2025-05-31 14:41:00 -04:00
Dax Raad
6df19f1828
Standardize code style to no semicolons and remove unused @types/node dependency
...
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-05-30 22:14:09 -04:00
Dax Raad
fba56d6871
Update package dependencies and lock file
...
Synchronized package.json and bun.lock with latest dependency versions and optimized package structure.
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-05-30 22:02:22 -04:00
Dax Raad
1472efcbfe
Optimize package management with catalog and exact versions
...
- Add catalog feature to centralize common dependency versions
- Convert all package versions to exact (remove ^ prefixes)
- Move prettier to root package only to reduce duplication
- Configure bunfig.toml for exact dependency installs
- Improve version consistency across workspace packages
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-05-30 21:56:37 -04:00
Dax Raad
56a5d58945
sync
2025-05-30 21:42:03 -04:00
Dax Raad
f50a57041f
embed go
2025-05-30 21:26:53 -04:00
Dax Raad
f3da73553c
sync
2025-05-30 20:48:36 -04:00
Dax Raad
91a9e455e2
sync
2025-05-30 16:43:42 -04:00
Dax Raad
f5e2c596d4
sync
2025-05-30 14:45:10 -04:00
Dax Raad
e9bad39a7e
sync
2025-05-30 14:40:59 -04:00
Dax Raad
42c7880858
sync
2025-05-30 14:40:59 -04:00
Dax Raad
d0ad09d798
Improve async share handling and enhance diagnostic output with filenames
...
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-05-29 15:16:42 -04:00
Dax Raad
4fa4246c10
Fix working indicator to only show when message is incomplete
...
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-05-29 15:10:23 -04:00
Dax Raad
0fe72864f2
remov elog
2025-05-29 15:05:44 -04:00
Dax Raad
a9799136fe
support continuation
2025-05-29 14:29:08 -04:00
Dax Raad
d398001f96
Remove React/Ink dependencies and add context window management
...
- Remove unused React and Ink CLI dependencies to simplify package
- Update provider schema to use maxOutputTokens for clarity
- Add automatic summarization when approaching context window limits
- Simplify message event handling and add cost/token metadata display
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-05-29 14:16:15 -04:00
Dax Raad
e68747a64a
add summarize
2025-05-29 13:17:56 -04:00
Dax Raad
d62ce482da
fix race
2025-05-29 13:15:58 -04:00
Dax Raad
f9f41e205d
add summarize
2025-05-29 13:02:48 -04:00
Dax Raad
80597cd3fd
type error fix
2025-05-29 11:58:40 -04:00
Dax Raad
48f81fe4d3
sync
2025-05-29 11:38:55 -04:00
Dax Raad
a96c2ce65c
sync
2025-05-29 11:35:56 -04:00
Dax Raad
6f604bd0f9
remove secondary codegen
2025-05-29 11:32:55 -04:00
Dax Raad
42c1cd6a85
event
2025-05-29 11:17:34 -04:00
Dax Raad
33a831d2be
rework types
2025-05-29 10:22:07 -04:00
Dax Raad
a22a2f0f37
autoshare
2025-05-28 17:34:37 -04:00
Dax Raad
be65ed6f88
sync
2025-05-28 17:25:00 -04:00
Dax Raad
e88264075a
sync
2025-05-28 17:24:21 -04:00
Dax Raad
6cf4b7f00b
sync
2025-05-28 15:40:35 -04:00
Dax Raad
6183398543
sync
2025-05-28 15:39:51 -04:00
Dax Raad
ff786d9139
abort
2025-05-28 15:07:51 -04:00
Dax Raad
4767276a0e
more
2025-05-28 14:17:02 -04:00
Dax Raad
cb48813c95
sync
2025-05-28 13:58:55 -04:00
Dax Raad
520cd02dd5
added cost field
2025-05-28 13:57:24 -04:00
Dax Raad
afe741b63e
add cost
2025-05-28 13:57:02 -04:00
Dax Raad
f3b224090c
better discriminator
2025-05-28 13:35:05 -04:00
Dax Raad
3b7b7f4bea
add runtime
2025-05-28 13:24:35 -04:00
Dax Raad
3a4d3b249f
generate message type
2025-05-28 13:22:48 -04:00
Dax Raad
55a6fcdd3f
add provider_list
2025-05-28 12:53:22 -04:00
Dax Raad
4132fcc1b2
return tool errors properly
2025-05-27 21:53:21 -04:00
Dax Raad
b9f009c529
title
2025-05-27 17:22:29 -04:00
Dax Raad
601f610eb7
sync
2025-05-27 16:56:12 -04:00
Dax Raad
2e2bdd46b4
sync
2025-05-27 15:41:44 -04:00
Dax Raad
3a28ce9b0a
sync
2025-05-27 15:37:46 -04:00
Dax Raad
bb6fc2a1fd
regen client
2025-05-27 15:35:48 -04:00
Dax Raad
ad76fa8616
fix
2025-05-27 15:35:31 -04:00
Dax Raad
bdac7d10dd
add session list
2025-05-27 15:34:46 -04:00
Dax Raad
0ecfdd7501
fix type errors
2025-05-27 15:28:58 -04:00
Dax Raad
a9758e0db5
vomit
2025-05-27 15:26:49 -04:00
Dax Raad
e98f915fd5
stripped
2025-05-27 15:20:43 -04:00
Dax Raad
07f0fea4bf
trust sharp
2025-05-27 14:36:23 -04:00
Dax Raad
6a43afc4e7
sync
2025-05-27 14:31:53 -04:00
Dax Raad
c01eefc729
Add manual trigger option to deployment workflow
...
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-05-27 14:30:52 -04:00
Dax Raad
5d4ccc8883
Add GitHub Actions deployment workflow to automate deployments
...
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-05-27 14:29:36 -04:00
Dax Raad
98b5390a22
Refactor grep tool output generation and fix ls directory traversal bug
...
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-05-27 02:26:53 -04:00
Dax Raad
c040baae11
Refactor LSP tools and add hover functionality
...
- Split diagnostics tool into separate lsp-diagnostics.ts file
- Add new lsp-hover.ts tool for LSP hover information
- Update tool exports and session integration
- Remove old diagnostics.ts file
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-05-27 02:17:35 -04:00
Dax Raad
754cc66741
Add automatic CONTEXT.md loading and improve share sync reliability
...
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-05-26 23:04:40 -04:00
Dax Raad
6ef0b991ec
Fix race condition in share sync by implementing request queue
...
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-05-26 22:56:58 -04:00
Dax Raad
f6ca06b8ea
track tokens progressively
2025-05-26 22:35:30 -04:00
Dax Raad
4c198940d5
Remove debug console.log statements and improve LSP diagnostic handling
...
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-05-26 22:25:17 -04:00
Dax Raad
2e938d9da1
Standardize API parameters to camelCase and improve LSP client reliability
...
- Convert tool parameters from snake_case to camelCase for consistency
- Add file existence check in LSP client before opening files
- Fix version increment timing in LSP textDocument operations
- Optimize session token tracking using onStepFinish callback
- Add debugging logs for diagnostics troubleshooting
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai >
2025-05-26 22:08:50 -04:00