Skip to content

feat: enable continuous learning for this workspace#1380

Merged
jeremyeder merged 3 commits intomainfrom
feat/enable-continuous-learning
Apr 21, 2026
Merged

feat: enable continuous learning for this workspace#1380
jeremyeder merged 3 commits intomainfrom
feat/enable-continuous-learning

Conversation

@jeremyeder
Copy link
Copy Markdown
Contributor

@jeremyeder jeremyeder commented Apr 21, 2026

Summary

Test plan

  • Verify .ambient/config.json is picked up by the runner's _check_cl_enabled()
  • Verify suggest_memory tool is available in sessions running against this repo

🤖 Generated with Claude Code

Summary by CodeRabbit

  • New Features
    • Learning feature has been enabled.

Add .ambient/config.json with learning.enabled=true so the
suggest_memory MCP tool and correction injection pipeline are
active for sessions running against this repo.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 21, 2026

Deploy Preview for cheerful-kitten-f556a0 canceled.

Name Link
🔨 Latest commit cd7c177
🔍 Latest deploy log https://app.netlify.com/projects/cheerful-kitten-f556a0/deploys/69e7b4bb6424a70008486791

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 21, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 51fafe20-8679-4c28-b11f-daea471b0f58

📥 Commits

Reviewing files that changed from the base of the PR and between 2270790 and 275e5dc.

📒 Files selected for processing (1)
  • .ambient/config.json

📝 Walkthrough

Walkthrough

Added .ambient/config.json containing a configuration object with learning enabled. This introduces a new configuration file for the Ambient platform to manage learning feature settings.

Changes

Cohort / File(s) Summary
Configuration
.ambient/config.json
New configuration file with learning.enabled set to true.
🚥 Pre-merge checks | ✅ 8
✅ Passed checks (8 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed Title follows Conventional Commits format (feat: description) and accurately describes the main change: enabling continuous learning configuration in the workspace.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Performance And Algorithmic Complexity ✅ Passed PR adds only static configuration file (.ambient/config.json, 44 bytes) with boolean flag; no algorithmic implementations, loops, caching, APIs, or database operations.
Security And Secret Handling ✅ Passed .ambient/config.json contains only a benign feature flag with no hardcoded secrets, tokens, API keys, or sensitive data.
Kubernetes Resource Safety ✅ Passed PR adds only .ambient/config.json configuration file; no Kubernetes manifests, resource definitions, containers, RBAC policies, or infrastructure-as-code present.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/enable-continuous-learning
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch feat/enable-continuous-learning

Comment @coderabbitai help to get the list of available commands and usage tips.

@jeremyeder jeremyeder merged commit c569a93 into main Apr 21, 2026
18 checks passed
@jeremyeder jeremyeder deleted the feat/enable-continuous-learning branch April 21, 2026 17:43
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