Saoud Rizwan
8a2679fc30
Revert "Add IS_DEV and Hot Reloading to debug. ( #1895 )"
...
This reverts commit b0446f7bac .
2025-02-23 16:10:14 -08:00
Dennis Bartlett
b0446f7bac
Add IS_DEV and Hot Reloading to debug. ( #1895 )
...
* Add IS_DEV and Hot Reloading to debug.
* Changeset Added
* Clean logs
2025-02-21 00:21:00 -08:00
Deepak Mangla
f8e4bfdbeb
Fix 'Contributing to cline' URL in docs. ( #1891 )
2025-02-21 00:05:33 -08:00
pashpashpash
9b30efefbe
Merge pull request #1874 from Quentin-M/fix/aws_bedrock_credentials
...
fix: make AWS Bedrock authentication predictable
2025-02-20 16:34:19 -08:00
Quentin Machu
82f1f79b3e
fix: make AWS Bedrock authentication predictable
...
Anthropic's Bedrock SDK creates an AWS credential provider chain [1]
for each request it needs to sign. By doing so right before actually
having to sign the request, it can utilize any session created after
VSCode launched (i.e. outside of the process), and it can renew the
sessions every time necessary transparently for the user.
Cline, on the other hand, by transforming the provided AWS_PROFILE into
a key / secret / session, as part of client initialization, completely
short-circuits this, making it very difficult for users in companies where
sessions are short-lived. Furthermore, Cline would silently ignore the
provided AWS_PROFILE if there isn't a current/non-expired session at the time
of initialization, pass null keys to the Bedrock SDK, which would then
make use the default profile, which may not be configured or authorized
to use AWS Bedrock (as most AWS SSO hub accounts would). From the
perspective of the user, this would manifest itself as an "supported
country" error or unhelpful errors that are basically impossible to
debug without attaching a debugger to Cline.. and such developers may
end up reaching out to their DevOps/IT teams for help, which also could
turn into a waste of time.
This PR addresses the aforementioned issues by resolving the credentials on
every invocation.
1: https://github.com/anthropics/anthropic-sdk-typescript/blob/61b55599d50d9c93840e4736cb756cb3a62b0696/packages/bedrock-sdk/src/auth.ts#L19
2025-02-20 22:41:29 +08:00
Saoud Rizwan
00506c0fcf
Update version
2025-02-19 23:41:16 -08:00
Shawn Smith
45e1f58bbc
Feat: MCP Marketplace Setting ( #1877 )
...
* feat-mc-marketplace-setting
* add changeset
* Fixes
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com >
2025-02-19 23:40:22 -08:00
Saoud Rizwan
cd3f3e2150
Update version
2025-02-19 18:58:03 -08:00
Saoud Rizwan
ab8376fee4
Add 'Restore Task' option back to checkpoints
2025-02-19 18:57:16 -08:00
Saoud Rizwan
ff7e5c8866
Update package
2025-02-19 18:03:11 -08:00
Saoud Rizwan
26be9469c4
Add delete button to MCP server
2025-02-19 18:02:20 -08:00
Saoud Rizwan
a925e672ed
Update MCP servers icon
2025-02-19 15:30:02 -08:00
Saoud Rizwan
2491b469e7
Remove downloadCount temporarily
2025-02-19 15:05:33 -08:00
Daniel Steigman
3fd1f16acb
Merge pull request #1812 from Nick390/main
...
Add Arabic language
2025-02-19 12:10:17 -08:00
Saoud Rizwan
0a14f0bad5
Update version
2025-02-19 10:05:52 -08:00
Saoud Rizwan
d72127550d
Prepare for release
v3.4.0
2025-02-19 09:20:44 -08:00
Saoud Rizwan
97fa8cffb9
Remove unnecessary recommended flag
2025-02-19 01:57:07 -08:00
Saoud Rizwan
d6f51b4525
Fix tests
2025-02-18 22:17:01 -08:00
Saoud Rizwan
c846bc4455
Adjust mermaid diagram colors
2025-02-18 22:14:36 -08:00
Saoud Rizwan
efaa0d057e
Add instruction about handling MCP servers with unexpected build path
2025-02-18 21:40:38 -08:00
Saoud Rizwan
ceeb33fdc5
Fix race condition where MCP servers were sent to webview before it was initialized
2025-02-18 21:38:43 -08:00
Saoud Rizwan
f938c40539
Fix MCP prompt to handle dist/index.js convention
2025-02-18 20:54:10 -08:00
Saoud Rizwan
65ac7ec3f7
Fix MCP empty list state
2025-02-18 20:04:17 -08:00
Saoud Rizwan
f80552f92d
Adjust MCP install prompt to demonstrate
2025-02-18 19:12:35 -08:00
Saoud Rizwan
ac4ca51ced
Center mermaid diagram
2025-02-18 18:54:30 -08:00
Saoud Rizwan
04f8c294c2
Fix mermaid width
2025-02-18 18:50:24 -08:00
Saoud Rizwan
a6e109718e
Remove logs
2025-02-18 18:30:36 -08:00
Saoud Rizwan
f9025426b8
Toggle to act mode and enable MCP prompt if user one-click installs MCP server
2025-02-18 18:24:08 -08:00
Saoud Rizwan
97abdc500b
Show pointer on mermaids
2025-02-18 18:03:08 -08:00
Saoud Rizwan
3d64ab298d
Update zod
2025-02-18 17:33:48 -08:00
Saoud Rizwan
ccdbe3a4a9
Prepare for release
2025-02-18 17:10:59 -08:00
Saoud Rizwan
000b4af458
Add getMcpServerDisplayName
2025-02-18 15:49:57 -08:00
Saoud Rizwan
a01471f469
Show MCP server display name instead of ID
2025-02-18 15:37:42 -08:00
Saoud Rizwan
d7788c2fd6
Fix mermaid diagram
2025-02-18 14:48:37 -08:00
Evan
d6be431cb8
reopen img pr ( #1850 )
2025-02-18 14:24:14 -08:00
Evan
4c844cbafa
Mermaid system prompt ( #1849 )
...
* wip
* install dependencies
* rendering mermaid graphs
* fix render failure on streaming
* fix bouncy screen by debouncing mermaid parsing
* add loading state; clean up styling
* replace tag symbols when rendering code
* better mermaid theme for visibility
* added changeset
* remove rehype-mermaid
* update webview package.lock
* clean up
* fix package-lock
* remove regular markdown background styling for mermaid blocks
* updated system prompt
* Update system.ts
* reopen pr
* revert random change
* random change
* reopen pr
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com >
Co-authored-by: Evan Fannin <celestial_vault@Evans-MacBook-Pro.local >
2025-02-18 14:17:46 -08:00
Saoud Rizwan
9289d73a81
Prepare for release
2025-02-18 14:00:33 -08:00
nickbaumann98
19e5edbc25
Added raw cline-memory-bank custom instructions file to be used for "Add Memory Bank" functionality ( #1832 )
...
* Update README.md
* Create neat-apricots-search.md
* added cline-memory-bank markdown
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com >
2025-02-18 12:35:40 -08:00
Kenji Hikmatullah
a20a2444b3
Improve Mode Tooltip ( #1839 )
...
* feat: Improve Mode Tooltip
* Update webview-ui/src/components/chat/ChatTextArea.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix: typo
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-18 12:33:21 -08:00
Evan
cb02277b45
More Mermaids ( #1833 )
...
* wip
* install dependencies
* rendering mermaid graphs
* fix render failure on streaming
* fix bouncy screen by debouncing mermaid parsing
* add loading state; clean up styling
* replace tag symbols when rendering code
* better mermaid theme for visibility
* added changeset
* remove rehype-mermaid
* update webview package.lock
* clean up
* fix package-lock
* remove regular markdown background styling for mermaid blocks
2025-02-18 12:25:03 -08:00
Saoud Rizwan
220603e530
Update changelog
2025-02-18 10:59:43 -08:00
Saoud Rizwan
e40e6ddbcd
Refactor
2025-02-18 10:49:37 -08:00
Saoud Rizwan
ec3bd56903
FIx outline
2025-02-17 22:15:43 -08:00
Saoud Rizwan
c126804bb0
Add warning for community made servers; open GitHub on click
2025-02-17 22:01:26 -08:00
pashpashpash
ee50e9710a
Merge pull request #1841 from cline/pashpashpash/mcp-marketplace
...
Add MCP Marketplace
2025-02-17 20:43:12 -08:00
Saoud Rizwan
95acb1e95c
Fix overflowing mcp server name
2025-02-17 20:34:29 -08:00
pashpashpash
e587115d62
added silent fetching to when mcp view is clicked
2025-02-17 20:33:25 -08:00
pashpashpash
9c840fc89c
Update webview-ui/src/components/mcp/marketplace/McpMarketplaceView.tsx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-17 20:27:11 -08:00
Saoud Rizwan
b7519a3669
Create stupid-mayflies-melt.md
2025-02-17 20:13:57 -08:00
Saoud Rizwan
691cf91a4d
Fixes
2025-02-17 20:05:16 -08:00