Releases: archcore-ai/cli
Releases · archcore-ai/cli
v0.4.1
04 Jun 11:12
Compare
Sorry, something went wrong.
No results found
search_documents returns matched document bodies inline, removing the follow-up get_document round-trip.
Features
search_documents returns full document bodies inline with mode=full.
Changelog
c167bea fix: improve token usage with new full mode
v0.4.0
31 May 17:14
Compare
Sorry, something went wrong.
No results found
Agents auto-discover Archcore's MCP tools via a usage hint written into AGENTS.md, GEMINI.md, or .claude/rules.
Features
archcore instructions install writes a "use Archcore" hint into detected agents' config files.
archcore instructions remove reversibly strips the hint, even after de-init.
archcore init offers to add the hint after agent setup (opt-in, default yes).
--agent flag targets a single host instead of all detected ones.
Improvements
Shared files (AGENTS.md, GEMINI.md) edited non-destructively inside a managed marker block.
Non-interactive init skips the hint and points to instructions install for automation.
For update Archcore CLI run:
Changelog
8b19c54 feat: nudges for agents configs
v0.3.6
13 May 13:00
Compare
Sorry, something went wrong.
No results found
Features
Run archcore mcp from any directory via --project flag or ARCHCORE_PROJECT_ROOT env.
Changelog
dc16ca7 feat(mcp): add --project flag and ARCHCORE_PROJECT_ROOT env override
v0.3.5
12 May 19:51
Compare
Sorry, something went wrong.
No results found
Fixes
archcore update works on Windows, where releases ship as .zip instead of .tar.gz.
Changelog
37a802a fix: windows bug when update
v0.3.4
12 May 19:34
Compare
Sorry, something went wrong.
No results found
Changelog
e26badf fix: path for windows
05d1af3 fix: safe token optimizations in MCP tools
b072d44 perf: in tests, format lost code
e3ecb86 chore: improve skill for changelogs
v0.3.3
09 May 20:50
Compare
Sorry, something went wrong.
No results found
Fixes
Agent picker on archcore init rejects an empty selection — users must pick an agent or "Skip — configure later".
archcore init completes with a warning instead of aborting when the agent picker errors out.
Changelog
3f6f281 chore: fix golang types and rules for that
7b5b37f fix: init bugfix for agents
v0.3.2
07 May 19:45
Compare
Sorry, something went wrong.
No results found
This patch trims redundant cross-reference sections from the built-in document templates. New ADRs, RFCs, Rules, Guides, Docs, PRDs, Ideas, and Plans no longer ship with placeholder "References" / "Related Resources" / "Related Artifacts" blocks, so generated documents start cleaner and authors aren't nudged to fill in scaffolding they rarely use.
Improvements
archcore create now generates documents without the trailing References / Related Resources / Related Materials / Related Artifacts sections across all template types — keep links inline where they add
value instead of maintaining a boilerplate footer.
Changelog
3ba6066 fix: remove relations from content
v0.3.1
06 May 19:19
Compare
Sorry, something went wrong.
No results found
Changelog
b85a00e Revert "feat: improve working with cwd"
ed14eaf chore: skill for changelogs
v0.2.2
25 Apr 06:34
Compare
Sorry, something went wrong.
No results found
Changelog
dda9ef0 feat: suppoer tracks in mcp prompts
v0.2.1
23 Apr 08:22
Compare
Sorry, something went wrong.
No results found
Changelog
f9b4717 fix: update deps, go ver
a02b6e8 fix: perf and handling in search, tests
9f945b6 test: add new tests for mcp
56d5b53 feat: search_documents tool