DNM - first pass at updating 0.8.0 issues#324
Merged
EItanya merged 9 commits intoadd-comprehensive-docsfrom Mar 12, 2026
Merged
DNM - first pass at updating 0.8.0 issues#324EItanya merged 9 commits intoadd-comprehensive-docsfrom
EItanya merged 9 commits intoadd-comprehensive-docsfrom
Conversation
1. All tool names wrong — kubectl_* prefix should be k8s_*, many tools fabricated or misnamed 2. Memory config YAML wrong — uses nonexistent enabled/embeddingProvider fields; should be modelConfig/ttlDays 3. Context management YAML wrong — eventsCompaction.enabled should be compaction with compactionInterval/etc. 4. Prompt template dataSources wrong — configMapRef.name should be flat kind/name/alias fields 5. BYO agent YAML nesting wrong — image/replicas should be under byo.deployment, not at byo level 6. Memory API endpoints wrong — uses path params but actual API uses query params, plus missing endpoints 7. OCI skills refs format wrong — refs is a string array, not objects with image key 8. Read-only mode (kagentTools.readOnly) — no evidence this exists 9. navigation.json indentation bug — line 292 lost leading whitespace Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Art Berger <art.berger@solo.io>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Art Berger <art.berger@solo.io>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Art Berger <art.berger@solo.io>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Art Berger <art.berger@solo.io>
… items, namespace in YAML Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Art Berger <art.berger@solo.io>
…section Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Art Berger <art.berger@solo.io>
the rendering of the codeblock did not work Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
EItanya
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues identified:
Also adds a release notes page