From 2322258c5c0f2724b1b7d930650ceba318bd19e9 Mon Sep 17 00:00:00 2001 From: Yash Dewasthale Date: Sun, 19 Jul 2026 13:17:10 +0530 Subject: [PATCH] feat: update supercode-cli version to 0.1.77 and enhance changelog details: - Updated version in footer and hero components to v0.1.77-beta. - Added detailed changelog entries for versions 0.1.74 to 0.1.77, highlighting improvements in BYOK provider management and user experience enhancements. --- apps/web/app/(pages)/changelog/page.tsx | 465 ++++++++++++++++++++++++ apps/web/components/homepage/footer.tsx | 2 +- apps/web/components/homepage/hero.tsx | 2 +- 3 files changed, 467 insertions(+), 2 deletions(-) diff --git a/apps/web/app/(pages)/changelog/page.tsx b/apps/web/app/(pages)/changelog/page.tsx index 667f096..7da94c6 100644 --- a/apps/web/app/(pages)/changelog/page.tsx +++ b/apps/web/app/(pages)/changelog/page.tsx @@ -18,6 +18,471 @@ export default function ChangelogPage() {

+
+
+

+ + v0.1.77 + +

+ Jul 19, 2026 +
+ +
+
+

BYOK / Provider

+
    +
  • - Enhanced BYOK provider management with session-only API key auto-fallback for multiple providers.
  • +
  • - Streamlined API key retrieval logic across all BYOK commands — reduced duplication.
  • +
  • - Chat input now shows placeholder text when empty for clearer UX.
  • +
+
+
+
+ +
+ +
+
+

+ + v0.1.76 + +

+ Jul 19, 2026 +
+ +
+
+

BYOK / Provider

+
    +
  • - Session-only BYOK provider now falls back to cloud provider when session key is missing — smoother provider experience.
  • +
+
+
+
+ +
+ +
+
+

+ + v0.1.75 + +

+ Jul 19, 2026 +
+ +
+
+

BYOK / Provider

+
    +
  • - ConcentrateAI key management refactored to support multiple environment variables.
  • +
  • - Clearer error messages when API keys are missing — shows exactly which env var to set.
  • +
  • - Cleaned up old persisted ConcentrateAI keys; fully transitioned to session-only BYOK variables.
  • +
+
+
+
+ +
+ +
+
+

+ + v0.1.74 + +

+ Jul 19, 2026 +
+ +
+
+

CLI / TUI

+
    +
  • - Removed custom model entry from model selection for a cleaner, simpler UX.
  • +
+
+
+
+ +
+ +
+
+

+ + v0.1.73 + +

+ Jul 18, 2026 +
+ +
+
+

CLI / TUI

+
    +
  • - New "supercode" cloud model provider with enhanced API integration for chat and task generation.
  • +
  • - New user interaction tools: question (ask user during agent runs) and todowrite (inline task tracking).
  • +
  • - Permission management extended to cover question/todo tool usage.
  • +
+
+
+
+ +
+ +
+
+

+ + v0.1.72 + +

+ Jul 17, 2026 +
+ +
+
+

Infrastructure

+
    +
  • - Bug fix and npm version update.
  • +
+
+
+
+ +
+ +
+
+

+ + v0.1.71 + +

+ Jul 17, 2026 +
+ +
+
+

Infrastructure

+
    +
  • - npm version update and publish.
  • +
+
+
+
+ +
+ +
+
+

+ + v0.1.70 + +

+ Jul 17, 2026 +
+ +
+
+

Providers

+
    +
  • - Major provider expansion: ConcentrateAI, Merge Dev Gateway, Google Gemini, MiniMax, NVIDIA NIM, and OpenRouter.
  • +
  • - Improved model selection with provider-specific filtering and better categorization.
  • +
+
+
+
+ +
+ +
+
+

+ + v0.1.69 + +

+ Jul 17, 2026 +
+ +
+
+

CLI / TUI

+
    +
  • - "supercode" added as a cloud model provider in the provider interface.
  • +
  • - Default provider for chat and agent functions switched to supercode.
  • +
  • - Model selection refactored to clearly distinguish between cloud and BYOK models.
  • +
  • - Better error handling for API key configuration in createProvider.
  • +
+
+
+
+ +
+ +
+
+

+ + v0.1.68 + +

+ Jul 16, 2026 +
+ +
+
+

CLI / TUI

+
    +
  • - Connection type (direct vs proxy) added to AI provider interface.
  • +
  • - Chat UI and status bar now display connection type for the active provider.
  • +
  • - Model selection enhanced to support new providers and models.
  • +
+
+
+
+ +
+ +
+
+

+ + v0.1.67 + +

+ Jul 16, 2026 +
+ +
+
+

CLI / TUI

+
    +
  • - Tool call repetition guard — prevents infinite loops by tracking tool call history.
  • +
  • - Tool call history tracking integrated across all AI services.
  • +
  • - Citation tracking performance improvements.
  • +
+
+
+
+ +
+ +
+
+

+ + v0.1.66 + +

+ Jul 16, 2026 +
+ +
+
+

CLI / TUI

+
    +
  • - Build agent prompts enhanced with review and analysis workflow steps.
  • +
  • - Better AI response streaming — improved handling of tool preferences and task descriptions.
  • +
  • - New /connectors command for managing app connectors, including Merge Agent Handler setup.
  • +
  • - New code highlighting utility for improved code presentation in CLI outputs.
  • +
+
+
+
+ +
+ +
+
+

+ + v0.1.65 + +

+ Jul 14, 2026 +
+ +
+
+

CLI / TUI

+
    +
  • - New /new command — clears session messages and starts a fresh conversation.
  • +
  • - renderChatHeader function improves chat interface presentation.
  • +
  • - Enhanced chat loop for new conversation and session management commands.
  • +
+
+
+
+ +
+ +
+
+

+ + v0.1.64 + +

+ Jul 14, 2026 +
+ +
+
+

Docs

+
    +
  • - Mercury MCP Integration Security & Architecture Guide published — covers end-to-end architecture, OAuth flow, permission enforcement, data handling protocols, and tool naming conventions.
  • +
  • - Includes structural diagrams and key architectural invariants.
  • +
+
+
+
+ +
+ +
+
+

+ + v0.1.63 + +

+ Jul 14, 2026 +
+ +
+
+

CLI / TUI

+
    +
  • - Tool parameter handling improvements — toolParams returns a default object structure when necessary.
  • +
  • - nonStreamingRequest accepts tools as an optional parameter.
  • +
  • - ConcentrateService tracks tool events during streaming responses.
  • +
  • - Simplified chat initialization in wakeUpAction for clarity and efficiency.
  • +
  • - New model entry: Opus 4.8.
  • +
+
+
+
+ +
+ +
+
+

+ + v0.1.62 + +

+ Jul 13, 2026 +
+ +
+
+

MCP / Composio

+
    +
  • - Enhanced Composio app management — improved MCP slash command UI and server-side session handling.
  • +
  • - Server-side endpoint refactored for better Composio session creation and management.
  • +
+
+ +
+

Dependencies

+
    +
  • - Added nodemailer for email handling capabilities.
  • +
  • - Added @dodopayments/nextjs and dodopayments packages for payment processing.
  • +
+
+
+
+ +
+

diff --git a/apps/web/components/homepage/footer.tsx b/apps/web/components/homepage/footer.tsx index 40cd42c..56d1460 100644 --- a/apps/web/components/homepage/footer.tsx +++ b/apps/web/components/homepage/footer.tsx @@ -333,7 +333,7 @@ const Footer = () => {

- v0.1.61-beta + v0.1.77-beta

diff --git a/apps/web/components/homepage/hero.tsx b/apps/web/components/homepage/hero.tsx index dfb740d..eb37dfe 100644 --- a/apps/web/components/homepage/hero.tsx +++ b/apps/web/components/homepage/hero.tsx @@ -45,7 +45,7 @@ const HeroSection = () => { {/* Version tag */}
- v0.1.61-beta + v0.1.77-beta