Skip to content

feat: release experimental features#569

Merged
liruifengv merged 5 commits into
mainfrom
remove-experiment
Jun 9, 2026
Merged

feat: release experimental features#569
liruifengv merged 5 commits into
mainfrom
remove-experiment

Conversation

@liruifengv

Copy link
Copy Markdown
Collaborator

Related Issue

No linked issue.

Problem

Several completed capabilities were still hidden behind experimental flags or environment variables, which made them unavailable by default and kept outdated enablement instructions in the user docs.

What changed

Released goals, swarm mode, background questions, micro compaction, and sub-skill discovery by removing their runtime flag gates while keeping the flag registry and validation system intact. Updated bilingual docs to remove per-feature opt-in instructions while retaining the experimental config and master environment variable references.

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked a related issue, or explained the problem above.
  • I have added tests that prove my feature works.
  • Ran gen-changesets skill, or this PR needs no changeset.
  • Ran gen-docs skill, or this PR needs no doc update.

Validation:

  • pnpm vitest run packages/agent-core/test/session/goal.test.ts packages/agent-core/test/session/init.test.ts packages/agent-core/test/skill/scanner.test.ts packages/agent-core/test/skill/builtin-sub-skill.test.ts packages/agent-core/test/agent/tool.test.ts packages/agent-core/test/tools/goal.test.ts packages/agent-core/test/tools/ask-user.test.ts packages/agent-core/test/agent/compaction/micro.test.ts packages/agent-core/test/harness/runtime.test.ts apps/kimi-code/test/cli/goal-prompt.test.ts apps/kimi-code/test/tui/commands/resolve.test.ts apps/kimi-code/test/tui/commands/registry.test.ts apps/kimi-code/test/tui/commands/goal.test.ts apps/kimi-code/test/tui/kimi-tui-startup.test.ts
  • pnpm run typecheck
  • pnpm run lint (completed with existing warnings)
  • pnpm -C docs run build

@changeset-bot

changeset-bot Bot commented Jun 9, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: c94a876

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
Name Type
@moonshot-ai/agent-core Minor
@moonshot-ai/kimi-code Minor
@moonshot-ai/kosong Minor
@moonshot-ai/kimi-code-sdk Minor
@moonshot-ai/acp-adapter Patch
@moonshot-ai/migration-legacy Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7613b478ac

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread packages/agent-core/src/agent/tool/index.ts
# Conflicts:
#	packages/agent-core/src/agent/tool/index.ts
#	packages/agent-core/src/agent/turn/index.ts
#	packages/agent-core/src/session/rpc.ts
#	packages/agent-core/test/session/goal.test.ts
@pkg-pr-new

pkg-pr-new Bot commented Jun 9, 2026

Copy link
Copy Markdown
pnpm dlx https://pkg.pr.new/@moonshot-ai/kimi-code@c94a876
npx https://pkg.pr.new/@moonshot-ai/kimi-code@c94a876

commit: c94a876

@liruifengv liruifengv merged commit d7407b0 into main Jun 9, 2026
8 checks passed
@liruifengv liruifengv deleted the remove-experiment branch June 9, 2026 03:42
@github-actions github-actions Bot mentioned this pull request Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant