dependabot[bot]
a364b93e28
chore(deps): bump actions/setup-node from 4 to 6
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-09 12:43:11 +08:00
nullkey
a39805aa89
feat(cli): scaffold weknora CLI module foundation (PR-1)
...
Empty cli/ Go module with Factory + Options skeleton that all v0.x commands
plug into.
Foundation packages (10 internal/):
- cmdutil: Factory(3 closure: Config/Client/Prompter) + Options + Errors
with namespaced ErrorCode + typed predicates (IsAuthError / IsNotFound /
IsTransient / IsAuthExpired) + Exporter + AddJSONFlags + ExitCode/PrintError
- iostreams: package singleton with TTY detection; ColorEnabled honors
NO_COLOR / TERM=dumb on demand
- agent: mode + detect + annotations (Stripe pkg/useragent pattern;
CLAUDECODE / CURSOR_AGENT / CODEX_* / AIDER_* / CONTINUE_* /
OPENCODE_* / GEMINICODER env detection)
- build: ldflags-injected version/commit/date
- safepaths: separator-aware path-traversal protection
- config: yaml.v3 schema + atomic save 0600 (XDG-style)
- format: success/failure envelope (code/hint/request_id/risk/retryable/
console_url) with typed RiskLevel
- prompt: Prompter interface + AgentPrompter (rejects in agent mode)
- secrets: file 0600 store with weknora:<context>:<key> namespace
- testutil: XDGTempDir(t) test helper
Smoke command: weknora version (-/--json). Build/test/vet matrix in
.github/workflows/cli.yml across linux x macos x windows x Go 1.24.
Factory.Client returns CodeLocalUnimplemented until PR-3 wires the SDK
adapter; PR-1 commands (version) don't need it.
2026-05-07 23:19:46 +08:00
wizardchen
0b8ec2ddcf
chore: Update .dockerignore and GitHub Actions for improved caching
2026-04-23 13:28:55 +08:00
wizardchen
457e739978
feat(release): update to version 0.4.0 with new features, improvements, and bug fixes
2026-04-15 11:37:24 +08:00
lyingbug
a751e7335b
fix windows build
2026-04-11 22:28:25 +08:00
wizardchen
a655a25cf8
fix: revert to neo4j v6 and workaround Go 1.24 Windows compiler bug with -p=1
...
Go 1.24 has an internal compiler race condition on Windows that causes
'package without types' errors during parallel compilation. Setting
GOFLAGS="-p=1" serializes the build and avoids triggering the bug.
2026-04-11 22:08:02 +08:00
wizardchen
20ec1be854
chore: fix missing server files and upgrade to Node 24 actions
2026-04-11 19:32:21 +08:00
wizardchen
ae95cb1a7a
feat: add server listening functionality with retry mechanism and platform-specific shutdown signal handling for improved robustness
2026-04-11 19:09:25 +08:00
wizardchen
997bf582ad
feat: enhance GitHub Actions workflow to build and package desktop app for multiple platforms, including macOS, Linux, and Windows
2026-04-11 18:51:16 +08:00
wizardchen
d005bd1db8
Revert "chore: make Lite edition support and related configurations hidden"
...
This reverts commit 88d5b303b8 .
2026-04-11 18:51:16 +08:00
wizardchen
88d5b303b8
chore: make Lite edition support and related configurations hidden
2026-03-02 21:21:49 +08:00
wizardchen
397689d2f3
feat: introduce WeKnora Lite edition with lightweight configuration and deployment
...
- Added a new `.env.lite.example` file for the Lite version, providing a minimal configuration template.
- Updated `.env.example` to remove deprecated variables and include new Docreader settings.
- Enhanced Docker configurations to support the Lite version, including a new Dockerfile for the Docreader service.
- Introduced a Makefile target for building and running the Lite version, along with packaging capabilities.
- Created GitHub workflows for building and releasing Lite binaries, including Homebrew formula support.
- Implemented a new service file for managing the Lite version as a system service.
This update enables a streamlined, single-binary deployment of WeKnora, reducing external dependencies and simplifying setup.
2026-03-02 21:21:49 +08:00
wizardchen
d6444d0cf3
feat: add build-sandbox job to Docker workflow
...
- Introduced a new job in the Docker workflow to build and push a sandbox image.
- Configured steps for code checkout, Docker Buildx setup, Docker Hub login, and image metadata handling.
- Enabled multi-platform builds for the sandbox image, enhancing deployment flexibility.
2026-02-04 20:58:24 +08:00
begoniezhao
0032a9185c
chore: 新增触发分支,添加并发控制并清理磁盘空间
2025-11-05 15:05:51 +08:00
begoniezhao
4824e41361
chore: 移除构建镜像前的版本信息准备步骤
2025-09-19 12:29:03 +08:00
begoniezhao
bfd4fffbe3
chore: upspeed build docker
2025-09-19 12:29:03 +08:00
begoniezhao
a2902de6ce
chore(build): Optimize Docker build configuration and process
2025-09-18 18:22:38 +08:00
begoniezhao
8f723b38fb
chore(build): Optimize Docker build configuration and process, adjust task names
2025-09-18 17:34:14 +08:00
wizardchen
5e0a99b127
fix: Get version script
2025-09-17 16:40:48 +08:00
wizardchen
91e65d6445
feat(ui): Support multi knowledgebases operation
2025-09-17 16:02:08 +08:00
begoniezhao
7efa173812
chore: Added VERSION file to optimize docker image build configuration
2025-09-09 14:57:09 +08:00
begoniezhao
58aa31d867
chore(ci): Added GitHub Actions concurrency control configuration
2025-09-08 18:16:25 +08:00
begoniezhao
a5cdda3c4c
build: Removed platform parameters, added multi-platform builds and simplified image tags
2025-08-22 12:27:26 +08:00
begoniezhao
4ff3ba6d96
feat: Added multi-architecture image building and service startup instructions, upgraded Node image and package manager
2025-08-21 15:15:42 +08:00