jcode
jcode copied to clipboard
Coding Agent Harness
--standalone was deprecated in favor of the default client/server mode, which now handles all use cases including self-dev. Remove the field, the #[allow(deprecated)] suppression, and the legacy fallback code path....
The two #[allow(unused_imports)] attributes on the re-export blocks in src/tui/app/remote.rs suppress a false-positive lint: rustc flags pub(super) re-exports as unused when none of the re-exported names are referenced within the...
Part of the suppression cleanup backlog in docs/CODE_QUALITY_TODO.md. `malloc_conf` is an ABI-defined C symbol name looked up by jemalloc at process startup. The name must be exactly `malloc_conf` (lower_snake_case) per...
Proposed changes from Molten.Bot This PR implements the requested changes described below. Built using an AI augmented engineering and reviewed before submission. Only relevant files were modified. Original task prompt:...
## Summary Fixes three Kimi API compatibility issues when using OpenRouter. ## Changes ### 1. User-Agent Header Added explicit User-Agent to prevent 403 Forbidden errors from Kimi API. ### 2....
## Problem Switching models mid-session via `ctrl+tab` is tedious when you want to use a stronger model (e.g. Opus) for reasoning/planning and a cheaper/faster model (e.g. Sonnet) for routine tasks...
## Problem Currently, sessions are assigned random animal-themed names (e.g. "Garden Scorpion", "Garden Sauropod"). While fun, these names carry no semantic meaning, making it difficult to distinguish sessions when working...
In settings, I have show_thinking=false.
## Summary Jcode currently renders \`\`\`mermaid code blocks inline as static diagrams (PNG/SVG). This is great for structured diagrams, but **Mermaid is text-based and non-interactive**. Requesting native support for **Excalidraw**...