Acbox
bd28c624b9
release: v0.1.0
v0.1.0
2026-02-24 03:47:07 +08:00
Ran
5e12b5a53f
fix: ensure unifying on hardcoded /data mount path
2026-02-24 03:35:27 +08:00
Acbox
6cb80d30be
docs: remove documentation about cli
2026-02-24 03:18:37 +08:00
MoeMagicMango
786959f038
feat(service): add OpenAI completions models output probe ( #97 )
2026-02-24 02:16:24 +08:00
Ran
0239d395e2
chore: update docker compose image
2026-02-24 00:08:36 +08:00
Ran
65c4d6f793
feat(container): support for apple container
2026-02-23 22:40:46 +08:00
Ringo.Typowriter
29e76322cc
feat(feishu): add webhook inbound mode, region support, and callback/attachment enhancements ( #107 )
2026-02-23 21:57:34 +08:00
Fodesu
df12d94171
fix: replay methion
2026-02-23 18:38:07 +08:00
Acbox
8590c53f3d
feat(web): add sunagent, history, skills page
2026-02-23 15:49:28 +08:00
Acbox
a440bf122b
feat(search): add bing and google support
2026-02-23 15:41:47 +08:00
Acbox
7ada20967a
release: v0.1.0-beta.7
v0.1.0-beta.7
2026-02-23 14:49:18 +08:00
Acbox Liu
17cd077f34
feat: add thinking support ( #100 )
...
* feat: add thinking support
* feat: improve thinking block render in web and filter thinking content in channels
* fix: migrate
2026-02-23 14:41:27 +08:00
Acbox
18535f97f2
feat: improve prompts
2026-02-23 14:18:41 +08:00
Acbox
5fba99eef0
docs: update README
2026-02-23 13:51:06 +08:00
Ran
efbf7be0da
release: v0.1.0-beta.6
v0.1.0-beta.6
2026-02-23 06:29:08 +08:00
ShellWen
469626e009
feat(ui): add read-only styles to input component
2026-02-23 06:23:03 +08:00
ShellWen
4a6172e7f1
fix(ui): add select-none class to AvatarFallback component
2026-02-23 06:22:00 +08:00
ShellWen
3a4f463dcc
fix(web): unwrap breadcrumb value for page title by using unref
2026-02-23 06:19:18 +08:00
ShellWen
cad684355e
fix(web): standardize padding across various pages
2026-02-23 06:19:18 +08:00
ShellWen
8aabcf486a
fix(web): access breadcrumb value correctly in currentPageTitle
2026-02-23 06:19:18 +08:00
ShellWen
9bfa9c1bef
fix(web,ui): adjust chat area height for better responsiveness
2026-02-23 06:19:18 +08:00
Ran
5a08b280ab
fix: double reply bug
2026-02-23 05:55:20 +08:00
Fodesu
51acb4b546
feat: add replay Message
2026-02-23 05:55:20 +08:00
Fodesu
77ff24c6fd
feat(platforms): add discord channel support
2026-02-23 05:55:20 +08:00
Acbox
da9d64e508
fix(agent): tell agent that when to use tools and when to respond directly
2026-02-23 04:38:13 +08:00
ShellWen | 颉文
c7a2bec709
fix(ui): add cursor pointer style to button variants ( #101 )
2026-02-23 03:58:38 +08:00
Acbox
b560e17723
fix(typo): mesasage -> message
2026-02-23 00:34:17 +08:00
Acbox
44ab3792d2
fix(channel): create new message when tool calling
2026-02-23 00:31:59 +08:00
Acbox
ac929f9f44
feat: add message id in user header
2026-02-23 00:06:15 +08:00
Acbox
c17d56c9d1
feat: improve system prompts
2026-02-22 23:40:48 +08:00
ringotypowriter
85831732d3
Merge remote-tracking branch 'origin/main' into fix/provider-scoped-model-id-resolution
...
# Conflicts:
# packages/web/src/components/create-model/index.vue
# packages/web/src/pages/bots/components/model-select.vue
2026-02-22 20:01:27 +08:00
AlexMa233
dc5604b8c4
refactor(web): modularize chat flow, unify dialog patterns, and improve accessibility ( #88 )
...
* fix(a11y): improve landmark semantics and control labeling across web UI
* refactor(web): simplify frontend patterns and reduce duplication
Introduce shared composables and reusable UI shells to keep pages smaller while preserving behavior across settings, bots, selectors, and realtime streaming.
* style(web): apply lint autofix formatting
* refactor(web): modularize chat helpers and split settings sections
This reduces frontend maintenance risk by moving shared logic into focused modules/components while keeping existing behavior and import paths stable.
* refactor(web): remove legacy chat-list and unify dialog submit flow
Drop the unused legacy chat-list stack to reduce maintenance overhead, and centralize dialog mutation error handling so submit behavior stays consistent across create/edit dialogs.
2026-02-22 17:07:13 +08:00
ringotypowriter
d87f842b08
fix(migrations): renumber model_id uniqueness migration to 0013
2026-02-22 17:05:36 +08:00
ringotypowriter
45e7362b44
Merge branch 'main' into fix/provider-scoped-model-id-resolution
2026-02-22 17:00:51 +08:00
ringotypowriter
f00e4bcd4e
fix(flow): support UUID model refs when provider filter is set
2026-02-22 16:53:30 +08:00
Acbox Liu
ee0aa319e2
feat: add restful apis of container file system ( #92 )
...
* feat: add restful apis of container file system
* feat: add fs tools in agent
2026-02-22 16:42:30 +08:00
Acbox
928b0c0ee5
refactor: subagent usage and related tools
2026-02-22 16:35:50 +08:00
BBQ
6a6600a440
ci(docker): add push-to-main trigger with dev tag and optimize build ( #95 )
...
- Trigger Docker build on push to main (with paths-ignore for docs/md/devenv)
- Push `dev` tag on main, `latest` + semver on release tags, build-only on PRs
- Skip QEMU/provenance/sbom for non-release builds to reduce CI time
- Rename ci.yml to migrations.yml for clarity
2026-02-22 14:10:01 +08:00
ringotypowriter
ce5588cc84
Merge branch 'main' into fix/provider-scoped-model-id-resolution
2026-02-22 13:33:48 +08:00
Ringo.Typowriter
08daa83178
fix(agent): resolve workspace dependency @memoh/agent in Docker build ( #94 )
2026-02-22 13:32:31 +08:00
ringotypowriter
de3fca6a2a
fix(migrations): renumber model_id uniqueness migration to 0012
2026-02-22 12:51:10 +08:00
ringotypowriter
8cd7c4aa86
Merge branch 'main' into fix/provider-scoped-model-id-resolution
2026-02-22 12:47:37 +08:00
Acbox
3669027c95
fix(typo): ./packages/agent/README.md
2026-02-22 02:08:04 +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 Liu
c591af14b0
feat: bot inbox ( #77 )
...
* feat: bot inbox
* feat: unified header
* fix: missing tool_call usage
* feat: add group name in header
2026-02-22 01:27:24 +08:00
Acbox
2c6b5e5565
release: v0.1.0-beta.5
v0.1.0-beta.5
2026-02-21 23:10:02 +08:00
ringotypowriter
50bdbd519c
fix(models,settings,conversation): scope model_id uniqueness per
...
provider and harden model reference resolution
2026-02-21 22:31:32 +08:00
Menci
0b03eac309
fix: postgres volume mount path
2026-02-21 22:14:47 +08:00
Ringo.Typowriter
9461f923df
fix(flow): stabilize chunked SSE and unify prune limits for read/exec/gateway ( #71 )
...
* fix(agent): emit chunked SSE data
fix(flow): reassemble chunked SSE and prune tool payloads
fix: avoid whitespace prune bypass; optimize chunked SSE builder
* refactor: LLM provider pruning use shared textprune library
* chore: smaller range
2026-02-21 17:06:02 +08:00
Fodesu
2de8095c75
cleanup: rm unnecessary binary agent ( #74 )
2026-02-21 13:32:55 +08:00