BBQ
a8b960db80
fix(agent): replace jsdom with linkedom to fix Docker EISDIR error ( #186 )
...
jsdom relies on Node.js-specific APIs that Bun cannot properly resolve
when running a bundled artifact. This caused an EISDIR error in Docker
containers (Bun tried to read the jsdom directory as a file).
Replace jsdom with linkedom, a lightweight pure-JS DOM implementation
that is fully compatible with Bun and @mozilla/readability. Also remove
the --external jsdom build flag since linkedom bundles cleanly.
Closes #181
2026-03-04 22:11:08 +08:00
Acbox
dc6f9bee89
release: v0.2.0
2026-03-01 18:04:54 +08:00
Acbox
d69daeff68
release: v0.2.0-beta.1
2026-03-01 16:31:06 +08:00
Ran
d92993e56e
release: v0.1.2
2026-02-24 23:39:52 +08:00
Ran
6f392cbb90
release: v0.1.1
2026-02-24 20:55:52 +08:00
Acbox
bd28c624b9
release: v0.1.0
2026-02-24 03:47:07 +08:00
Acbox
7ada20967a
release: v0.1.0-beta.7
2026-02-23 14:49:18 +08:00
Ran
efbf7be0da
release: v0.1.0-beta.6
2026-02-23 06:29:08 +08:00
Acbox Liu
e6d70b523e
refactor: divide agent logic and gateway into different package ( #90 )
...
* feat: add @memoh/agent
* chore: use @memoh/agent in @memoh-gateway
2026-02-22 02:06:47 +08:00
Acbox
2c6b5e5565
release: v0.1.0-beta.5
2026-02-21 23:10:02 +08:00
Acbox
654d51a142
release: v0.1.0-beta.4
2026-02-20 22:19:50 +08:00
Acbox
de5c3f47a4
chore: add bumpp config
2026-02-20 22:01:08 +08:00
Acbox
d6c47472b2
refactor: move client_type key from provider to model
2026-02-18 18:30:27 +08:00
Acbox
b329475359
chore: add release scripts
2026-02-16 15:55:49 +08:00
Acbox
82e9f12b7f
refactor(web): change old port (7003) and deploy port (80) to port 8082
2026-02-14 19:51:55 +08:00
BBQ
1c15eb2146
refactor(core): restructure conversation/channel/message domains and modernize deployment
...
- Replace chat package with conversation flow architecture
- Add channel identity avatar support (migration 0002)
- Refactor channel adapters, identities, and message routing
- Update frontend: simplify composables, modernize UI components
- Improve Docker builds with cache mounts and version metadata
- Optimize healthchecks and simplify service dependencies
2026-02-12 20:55:03 +08:00
Acbox
9fd15bfa6b
feat: add web_fetch tool
2026-01-31 18:23:22 +08:00
Acbox
ba34fb156d
feat: schedule task
2026-01-30 23:32:23 +08:00
Acbox
041f1afde0
feat: add config load to agent gateway
2026-01-29 14:49:25 +08:00
Acbox
2a24281239
fix: dependencies
2026-01-29 14:32:49 +08:00
Acbox
0711b1f086
feat: agent gateway
2026-01-28 14:00:28 +08:00